diff --git a/.buildkite/.npmrc b/.buildkite/.npmrc index e9ee3cb4d04a5..58a8dced946c1 100644 --- a/.buildkite/.npmrc +++ b/.buildkite/.npmrc @@ -1 +1,2 @@ -legacy-peer-deps=true \ No newline at end of file +legacy-peer-deps=true +ignore-scripts=true \ No newline at end of file diff --git a/.buildkite/ftr_platform_stateful_configs.yml b/.buildkite/ftr_platform_stateful_configs.yml index 8c32728070fcb..b076b4b1ceb47 100644 --- a/.buildkite/ftr_platform_stateful_configs.yml +++ b/.buildkite/ftr_platform_stateful_configs.yml @@ -48,7 +48,7 @@ disabled: # Gen AI suites, running with their own pipeline - x-pack/platform/test/functional_gen_ai/inference/config.ts - - x-pack/platform/test/onechat/smoke_tests/config.stateful.ts + - x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts defaultQueue: 'n2-4-spot' enabled: @@ -400,19 +400,17 @@ enabled: - x-pack/platform/test/api_integration/apis/stats/config.ts - x-pack/platform/test/api_integration/apis/status/config.ts - x-pack/platform/test/api_integration/apis/telemetry/config.ts - - x-pack/platform/test/api_integration/apis/transform/config.ts - x-pack/platform/test/api_integration/apis/upgrade_assistant/config.ts - x-pack/platform/test/api_integration/apis/watcher/config.ts - x-pack/platform/test/api_integration_basic/apis/aiops/config.ts - x-pack/platform/test/api_integration_basic/apis/security/config.ts - - x-pack/platform/test/api_integration_basic/apis/transform/config.ts - x-pack/platform/test/automatic_import_api_integration/apis/config_basic.ts - x-pack/platform/test/automatic_import_api_integration/apis/config_graphs.ts - x-pack/platform/test/automatic_import_v2_api_integration/configs/config.stateful.ts - x-pack/platform/test/encrypted_saved_objects_api_integration/config.ts - x-pack/platform/test/fleet_multi_cluster/config.ts - x-pack/platform/test/monitoring_api_integration/config.ts - - x-pack/platform/test/onechat_functional/config.ts + - x-pack/platform/test/agent_builder_functional/config.ts - x-pack/platform/test/plugin_api_integration/config.ts - x-pack/platform/test/saved_object_api_integration/security_and_spaces/config_basic.ts - x-pack/platform/test/saved_object_api_integration/security_and_spaces/config_trial.ts diff --git a/.buildkite/ftr_search_serverless_configs.yml b/.buildkite/ftr_search_serverless_configs.yml index bbd479b233bc6..6f473d1080df6 100644 --- a/.buildkite/ftr_search_serverless_configs.yml +++ b/.buildkite/ftr_search_serverless_configs.yml @@ -27,4 +27,4 @@ enabled: - x-pack/platform/test/serverless/functional/configs/search/config.group10.ts - x-pack/platform/test/serverless/functional/configs/search/config.group11.ts - x-pack/platform/test/serverless/functional/configs/search/config.group12.ts - - x-pack/platform/test/onechat_api_integration/configs/config.serverless.ts + - x-pack/platform/test/agent_builder_api_integration/configs/config.serverless.ts diff --git a/.buildkite/ftr_search_stateful_configs.yml b/.buildkite/ftr_search_stateful_configs.yml index 9eca3dddd99fa..83c325243d92f 100644 --- a/.buildkite/ftr_search_stateful_configs.yml +++ b/.buildkite/ftr_search_stateful_configs.yml @@ -11,4 +11,4 @@ enabled: - x-pack/solutions/search/test/api_integration/apis/search_playground/config.ts - x-pack/solutions/search/test/functional_solution_sidenav/config.ts - x-pack/solutions/search/test/accessibility/config.ts - - x-pack/platform/test/onechat_api_integration/configs/config.stateful.ts + - x-pack/platform/test/agent_builder_api_integration/configs/config.stateful.ts diff --git a/.buildkite/package-lock.json b/.buildkite/package-lock.json index c0471b7fe6738..2c732b78d88eb 100644 --- a/.buildkite/package-lock.json +++ b/.buildkite/package-lock.json @@ -30,7 +30,8 @@ "nock": "^12.0.2", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", - "typescript": "^5.1.6" + "typescript": "^5.1.6", + "yarn": "^1.22.22" } }, "node_modules/@ampproject/remapping": { @@ -5865,6 +5866,21 @@ "node": ">=12" } }, + "node_modules/yarn": { + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", + "dev": true, + "hasInstallScript": true, + "license": "BSD-2-Clause", + "bin": { + "yarn": "bin/yarn.js", + "yarnpkg": "bin/yarn.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", @@ -9909,6 +9925,12 @@ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true }, + "yarn": { + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", + "dev": true + }, "yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", diff --git a/.buildkite/package.json b/.buildkite/package.json index 6ad90406486c3..220ff12d3fa95 100644 --- a/.buildkite/package.json +++ b/.buildkite/package.json @@ -30,10 +30,11 @@ "nock": "^12.0.2", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", - "typescript": "^5.1.6" + "typescript": "^5.1.6", + "yarn": "^1.22.22" }, "imports": { "#pipeline-utils": "./pipeline-utils/index.ts", "#pipeline-utils/*": "./pipeline-utils/*" } -} +} \ No newline at end of file diff --git a/.buildkite/pipeline-resource-definitions/cloud-security-posture/cspm-agentless-scout.yml b/.buildkite/pipeline-resource-definitions/cloud-security-posture/cspm-agentless-scout.yml new file mode 100644 index 0000000000000..29c7824fd6737 --- /dev/null +++ b/.buildkite/pipeline-resource-definitions/cloud-security-posture/cspm-agentless-scout.yml @@ -0,0 +1,59 @@ +# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: bk-kibana-cspm-agentless-scout + description: 'CSPM Agentless Scout E2E Tests - Cloud Security Posture Management agentless integration tests using Scout and Playwright' + links: + - url: 'https://buildkite.com/elastic/kibana-cspm-agentless-scout' + title: Pipeline link +spec: + type: buildkite-pipeline + system: buildkite + owner: 'group:kibana-cloud-security-posture' + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: kibana / CSPM Agentless Scout + description: 'Runs CSPM Agentless E2E tests with Scout and Playwright for both Stateful and Serverless Security deployments' + spec: + env: + SLACK_NOTIFICATIONS_CHANNEL: '#cloud-security-posture-ci' + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false' + + allow_rebuilds: true + branch_configuration: main + default_branch: main + repository: elastic/kibana + pipeline_file: .buildkite/pipelines/cloud_security_posture/cspm_agentless_scout.yml + provider_settings: + build_branches: true + build_pull_requests: true + publish_commit_status: true + prefix_pull_request_fork_branch_names: false + skip_pull_request_builds_for_existing_commits: true + trigger_mode: none + filter_enabled: true + filter_condition: > + build.pull_request.id != null && + ( + build.pull_request.labels includes "ci:cloud-security-posture-scout" || + build.pull_request.base_branch == "main" + ) + teams: + kibana-operations: + access_level: MANAGE_BUILD_AND_READ + appex-qa: + access_level: MANAGE_BUILD_AND_READ + kibana-tech-leads: + access_level: MANAGE_BUILD_AND_READ + kibana-cloud-security-posture: + access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: BUILD_AND_READ + tags: + - kibana + - cloud-security + - scout + diff --git a/.buildkite/pipeline-resource-definitions/kibana-node-glibc-217.yml b/.buildkite/pipeline-resource-definitions/kibana-node-glibc-217.yml new file mode 100644 index 0000000000000..1cac9280dd472 --- /dev/null +++ b/.buildkite/pipeline-resource-definitions/kibana-node-glibc-217.yml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: bk-kibana-glibc-217 + description: Run all Kibana tests using Node.js compatible with glibc 2.17 + links: + - title: Pipeline link + url: https://buildkite.com/elastic/kibana-glibc-217 +spec: + type: buildkite-pipeline + owner: group:kibana-operations + system: buildkite + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: kibana / glibc 2.17 + description: Run all Kibana tests using Node.js compatible with glibc 2.17 + spec: + env: + SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts" + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" + repository: elastic/kibana + branch_configuration: main + default_branch: main + pipeline_file: ".buildkite/pipelines/node_glibc_217.yml" + provider_settings: + trigger_mode: none + schedules: + Daily run (main): + branch: main + cronline: "@daily" + teams: + kibana-operations: + access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: READ_ONLY + tags: + - kibana diff --git a/.buildkite/pipeline-resource-definitions/kibana-node-pointer-compression.yml b/.buildkite/pipeline-resource-definitions/kibana-node-pointer-compression.yml new file mode 100644 index 0000000000000..83eaf4ffb7df8 --- /dev/null +++ b/.buildkite/pipeline-resource-definitions/kibana-node-pointer-compression.yml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: bk-kibana-pointer-compression + description: Run all Kibana tests using Node.js with pointer compression enabled + links: + - title: Pipeline link + url: https://buildkite.com/elastic/kibana-pointer-compression +spec: + type: buildkite-pipeline + owner: group:kibana-operations + system: buildkite + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: kibana / pointer compression + description: Run all Kibana tests using Node.js with pointer compression enabled + spec: + env: + SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts" + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" + repository: elastic/kibana + branch_configuration: main + default_branch: main + pipeline_file: ".buildkite/pipelines/node_pointer_compression.yml" + provider_settings: + trigger_mode: none + schedules: + Daily run: + branch: main + cronline: "@daily" + teams: + kibana-operations: + access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: READ_ONLY + tags: + - kibana diff --git a/.buildkite/pipeline-resource-definitions/kibana-pointer-compression.yml b/.buildkite/pipeline-resource-definitions/kibana-pointer-compression.yml deleted file mode 100644 index bcc94453b14e2..0000000000000 --- a/.buildkite/pipeline-resource-definitions/kibana-pointer-compression.yml +++ /dev/null @@ -1,40 +0,0 @@ -# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json -apiVersion: backstage.io/v1alpha1 -kind: Resource -metadata: - name: bk-kibana-pointer-compression - description: Run all Kibana tests using Node.js with pointer compression enabled - links: - - title: Pipeline link - url: https://buildkite.com/elastic/kibana-pointer-compression -spec: - type: buildkite-pipeline - owner: group:kibana-operations - system: buildkite - implementation: - apiVersion: buildkite.elastic.dev/v1 - kind: Pipeline - metadata: - name: kibana / pointer compression - description: Run all Kibana tests using Node.js with pointer compression enabled - spec: - env: - SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts" - ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" - repository: elastic/kibana - branch_configuration: main - default_branch: main - pipeline_file: ".buildkite/pipelines/pointer_compression.yml" - provider_settings: - trigger_mode: none - schedules: - Daily run: - branch: main - cronline: "@daily" - teams: - kibana-operations: - access_level: MANAGE_BUILD_AND_READ - everyone: - access_level: READ_ONLY - tags: - - kibana diff --git a/.buildkite/pipeline-resource-definitions/locations.yml b/.buildkite/pipeline-resource-definitions/locations.yml index c2e311127cf56..937f6ae0ae386 100644 --- a/.buildkite/pipeline-resource-definitions/locations.yml +++ b/.buildkite/pipeline-resource-definitions/locations.yml @@ -7,6 +7,7 @@ metadata: spec: type: url targets: + - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/cloud-security-posture/cspm-agentless-scout.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-agent-builder-smoke-tests-daily.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-api-docs.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-apis-capacity-testing-daily.yml @@ -32,13 +33,14 @@ spec: - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-fleet-packages-daily.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-gen-ai-daily.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-migration-staging.yml + - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-node-glibc-217.yml + - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-node-pointer-compression.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-otel-semconv-sync.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-performance-daily.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-performance-data-set-extraction-daily.yml - - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-pointer-compression.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-pr.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-purge-cloud-deployments.yml - https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-renovate-helper.yml diff --git a/.buildkite/pipelines/agent_builder/smoke_tests.yml b/.buildkite/pipelines/agent_builder/smoke_tests.yml index 55f25c098aa52..e12837a104f2e 100644 --- a/.buildkite/pipelines/agent_builder/smoke_tests.yml +++ b/.buildkite/pipelines/agent_builder/smoke_tests.yml @@ -25,7 +25,7 @@ steps: - command: .buildkite/scripts/steps/test/ftr_configs.sh env: - FTR_CONFIG: 'x-pack/platform/test/onechat/smoke_tests/config.stateful.ts' + FTR_CONFIG: 'x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts' FTR_CONFIG_GROUP_KEY: 'ftr-agent-builder-smoke-tests' FTR_GEN_AI: '1' label: Agent Builder API Smoke Tests diff --git a/.buildkite/pipelines/cloud_security_posture/cspm_agentless_scout.yml b/.buildkite/pipelines/cloud_security_posture/cspm_agentless_scout.yml new file mode 100644 index 0000000000000..6f1f4c3d1ac47 --- /dev/null +++ b/.buildkite/pipelines/cloud_security_posture/cspm_agentless_scout.yml @@ -0,0 +1,50 @@ +env: + IGNORE_SHIP_CI_STATS_ERROR: 'true' +steps: + - command: .buildkite/scripts/lifecycle/pre_build.sh + label: Pre-Build + timeout_in_minutes: 10 + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 + retry: + automatic: + - exit_status: '*' + limit: 1 + + - wait + + - command: .buildkite/scripts/steps/build_kibana.sh + label: Build Kibana Distribution + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-8 + preemptible: true + key: build + timeout_in_minutes: 60 + retry: + automatic: + - exit_status: '-1' + limit: 3 + + - wait + + - command: .buildkite/scripts/steps/test/cspm_agentless_scout.sh + label: 'CSPM Agentless Scout E2E Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-8 + preemptible: true + depends_on: build + timeout_in_minutes: 60 + retry: + automatic: + - exit_status: '-1' + limit: 1 + diff --git a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml index 5fd7d37c7787e..69050e66e0836 100644 --- a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml +++ b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml @@ -82,6 +82,22 @@ steps: - exit_status: '*' limit: 1 + - command: .buildkite/scripts/steps/test/scout_uiam_tests.sh + label: 'Scout UIAM Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + diskSizeGb: 115 + timeout_in_minutes: 15 + depends_on: + - build + retry: + automatic: + - exit_status: '*' + limit: 1 + - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh label: 'Serverless Entity Analytics - Security Solution Cypress Tests' if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" diff --git a/.buildkite/pipelines/node_glibc_217.yml b/.buildkite/pipelines/node_glibc_217.yml new file mode 100644 index 0000000000000..18f5976cf42ca --- /dev/null +++ b/.buildkite/pipelines/node_glibc_217.yml @@ -0,0 +1,522 @@ +env: + CI_FORCE_NODE_GLIBC_217: true +steps: + - command: .buildkite/scripts/lifecycle/pre_build.sh + label: Pre-Build + timeout_in_minutes: 10 + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 + retry: + automatic: + - exit_status: '*' + limit: 1 + - wait + + - command: .buildkite/scripts/steps/on_merge_build_and_metrics.sh + label: Build Kibana Distribution and Plugins + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-16 + preemptible: true + key: build + timeout_in_minutes: 60 + retry: + automatic: + - exit_status: '*' + limit: 1 + + - wait + + - command: .buildkite/scripts/steps/test/pick_test_group_run_order.sh + label: 'Pick Test Group Run Order' + agents: + image: family/kibana-ubuntu-2404 + 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' + retry: + automatic: + - exit_status: '*' + limit: 1 + + - command: .buildkite/scripts/steps/test/scout_test_run_builder.sh + label: 'Scout Test Run Builder' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + key: build_scout_tests + timeout_in_minutes: 15 + depends_on: + - build + env: + SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh' + retry: + automatic: + - exit_status: '*' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh + label: 'Serverless Entity Analytics - Security Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 3 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_explore.sh + label: 'Serverless Explore - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 2 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_investigations.sh + label: 'Serverless Investigations - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 10 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_rule_management.sh + label: 'Serverless Rule Management - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 5 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh + label: 'Serverless Rule Management - Prebuilt Rules Customization - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh + label: 'Serverless Rule Management - Prebuilt Rules Installation - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh + label: 'Serverless Rule Management - Prebuilt Rules Management - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh + label: 'Serverless Rule Management - Prebuilt Rules Upgrade - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_rule_management.sh + label: 'Rule Management - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 4 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_customization.sh + label: 'Rule Management - Prebuilt Rules Customization - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_installation.sh + label: 'Rule Management - Prebuilt Rules Installation - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_management.sh + label: 'Rule Management - Prebuilt Rules Management - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_upgrade.sh + label: 'Rule Management - Prebuilt Rules Upgrade - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_detection_engine.sh + label: 'Serverless Detection Engine - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 5 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_detection_engine_exceptions.sh + label: 'Serverless Detection Engine - Exceptions - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 4 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_detection_engine.sh + label: 'Detection Engine - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 5 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_detection_engine_exceptions.sh + label: 'Detection Engine - Exceptions - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 3 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_ai_assistant.sh + label: 'Serverless AI Assistant - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_ai_assistant.sh + label: 'AI Assistant - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 1 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_entity_analytics.sh + label: 'Entity Analytics - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 2 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_explore.sh + label: 'Explore - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 3 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_solution_investigations.sh + label: 'Investigations - Security Solution Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 8 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/osquery_cypress.sh + label: 'Osquery Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 8 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh + label: 'Osquery Cypress Tests on Serverless' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + preemptible: true + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 8 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/defend_workflows.sh + label: 'Defend Workflows Cypress Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + enableNestedVirtualization: true + machineType: n2-standard-4 + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 20 + 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-2404 + imageProject: elastic-images-prod + provider: gcp + enableNestedVirtualization: true + machineType: n2-standard-4 + depends_on: + - build + timeout_in_minutes: 60 + parallelism: 14 + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - wait: ~ + continue_on_failure: true + + - command: .buildkite/scripts/lifecycle/post_build.sh + label: Post-Build + timeout_in_minutes: 10 + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 diff --git a/.buildkite/pipelines/pointer_compression.yml b/.buildkite/pipelines/node_pointer_compression.yml similarity index 100% rename from .buildkite/pipelines/pointer_compression.yml rename to .buildkite/pipelines/node_pointer_compression.yml diff --git a/.buildkite/pipelines/on_merge.yml b/.buildkite/pipelines/on_merge.yml index 9f7f6fc55e8b5..aaa18b995bb7b 100644 --- a/.buildkite/pipelines/on_merge.yml +++ b/.buildkite/pipelines/on_merge.yml @@ -210,6 +210,22 @@ steps: - exit_status: '*' limit: 1 + - command: .buildkite/scripts/steps/test/scout_uiam_tests.sh + label: 'Scout UIAM Tests' + agents: + image: family/kibana-ubuntu-2404 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-4 + diskSizeGb: 105 + timeout_in_minutes: 15 + depends_on: + - build + retry: + automatic: + - exit_status: '*' + limit: 1 + - command: .buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh label: 'Serverless Entity Analytics - Security Cypress Tests' agents: diff --git a/.buildkite/pipelines/pull_request/agent_builder_smoke_tests.yml b/.buildkite/pipelines/pull_request/agent_builder_smoke_tests.yml index e93ad229ed8d8..77df80c62c2ac 100644 --- a/.buildkite/pipelines/pull_request/agent_builder_smoke_tests.yml +++ b/.buildkite/pipelines/pull_request/agent_builder_smoke_tests.yml @@ -12,7 +12,7 @@ steps: steps: - command: .buildkite/scripts/steps/test/ftr_configs.sh env: - FTR_CONFIG: 'x-pack/platform/test/onechat/smoke_tests/config.stateful.ts' + FTR_CONFIG: 'x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts' FTR_CONFIG_GROUP_KEY: 'ftr-agent-builder-smoke-tests' FTR_GEN_AI: '1' label: Agent Builder API Smoke Tests diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml index 094140c458f4b..f2cc856e2121a 100644 --- a/.buildkite/pipelines/pull_request/base.yml +++ b/.buildkite/pipelines/pull_request/base.yml @@ -24,7 +24,7 @@ steps: agents: machineType: n2-standard-8 preemptible: true - diskSizeGb: 150 + diskSizeGb: 200 key: build if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''" timeout_in_minutes: 90 diff --git a/.buildkite/pipelines/pull_request/scout_uiam_tests.yml b/.buildkite/pipelines/pull_request/scout_uiam_tests.yml new file mode 100644 index 0000000000000..442685ecd633c --- /dev/null +++ b/.buildkite/pipelines/pull_request/scout_uiam_tests.yml @@ -0,0 +1,18 @@ +steps: + - command: .buildkite/scripts/steps/test/scout_uiam_tests.sh + label: 'Scout UIAM Tests' + agents: + machineType: n2-standard-4 + timeout_in_minutes: 15 + depends_on: + - build + - quick_checks + - checks + - linting + - linting_with_types + - check_types + - check_oas_snapshot + retry: + automatic: + - exit_status: '*' + limit: 1 diff --git a/.buildkite/pipelines/pull_request/security_solution/cspm_agentless_scout.yml b/.buildkite/pipelines/pull_request/security_solution/cspm_agentless_scout.yml new file mode 100644 index 0000000000000..620c64bb87c5e --- /dev/null +++ b/.buildkite/pipelines/pull_request/security_solution/cspm_agentless_scout.yml @@ -0,0 +1,20 @@ +steps: + - command: .buildkite/scripts/steps/test/cspm_agentless_scout.sh + label: 'CSPM Agentless Scout E2E Tests' + agents: + machineType: n2-standard-8 + preemptible: true + depends_on: + - build + - quick_checks + - checks + - linting + - linting_with_types + - check_types + - check_oas_snapshot + timeout_in_minutes: 60 + retry: + automatic: + - exit_status: '-1' + limit: 1 + diff --git a/.buildkite/scout_ci_config.yml b/.buildkite/scout_ci_config.yml index 93378e6f5fba2..1f8ee5d880937 100644 --- a/.buildkite/scout_ci_config.yml +++ b/.buildkite/scout_ci_config.yml @@ -11,11 +11,13 @@ plugins: - observability_onboarding - painless_lab - profiling + - search_homepage - security_solution - slo - spaces - streams_app - workflows_extensions + - transform disabled: packages: diff --git a/.buildkite/scripts/common/setup_buildkite_deps.sh b/.buildkite/scripts/common/setup_buildkite_deps.sh index 3962e97067807..5393b63399dcb 100644 --- a/.buildkite/scripts/common/setup_buildkite_deps.sh +++ b/.buildkite/scripts/common/setup_buildkite_deps.sh @@ -8,15 +8,16 @@ if [[ "$(type -t retry)" != "function" ]]; then source "$(dirname "${BASH_SOURCE[0]}")/util.sh" fi -# `rm -rf ; npm install -g ts-node` will cause ts-node bin files to be messed up -# but literally just calling `npm install -g ts-node` a second time fixes it -# this is only on newer versions of npm -npm_install_global ts-node -if ! ts-node --version; then - npm_install_global ts-node - ts-node --version; -fi - cd '.buildkite' retry 5 15 npm ci --no-audit +BIN_DIR="$(npm root)/.bin" cd - + +mkdir -p "$HOME/.kibana-buildkite/bin" +ln -sf "$BIN_DIR/yarn" "$HOME/.kibana-buildkite/bin/yarn" +ln -sf "$BIN_DIR/ts-node" "$HOME/.kibana-buildkite/bin/ts-node" + +export PATH="$HOME/.kibana-buildkite/bin:$PATH" + +echo "yarn: $(yarn --version)" +echo "ts-node: $(ts-node --version)" diff --git a/.buildkite/scripts/common/setup_node.sh b/.buildkite/scripts/common/setup_node.sh index 0411d85743548..e3005452ec865 100755 --- a/.buildkite/scripts/common/setup_node.sh +++ b/.buildkite/scripts/common/setup_node.sh @@ -8,13 +8,18 @@ echo "--- Setup Node" NODE_VERSION="$(cat "$KIBANA_DIR/.node-version")" export NODE_VERSION -NODE_VARIANT="glibc-217" +NODE_VARIANT="" if [[ "${CI_FORCE_NODE_POINTER_COMPRESSION:-}" = "true" ]]; then echo ' -- Using Node.js variant with pointer compression enabled' - NODE_VARIANT="pointer-compression" + NODE_VARIANT="node-pointer-compression/" export NODE_DIR="$CACHE_DIR/node-pointer-compression/$NODE_VERSION" +elif [[ "${CI_FORCE_NODE_GLIBC_217:-}" = "true" ]]; then + echo ' -- Using Node.js variant compatible with glibc 2.17' + NODE_VARIANT="node-glibc-217/" + export NODE_DIR="$CACHE_DIR/node-glibc-217/$NODE_VERSION" else export NODE_DIR="$CACHE_DIR/node/$NODE_VERSION" + echo ' -- Using default Node.js' fi export NODE_BIN_DIR="$NODE_DIR/bin" @@ -38,7 +43,7 @@ elif [[ "$UNAME" == "Darwin" ]]; then fi echo " -- Running on OS: $OS" -nodeUrl="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-${NODE_VARIANT}/dist/v$NODE_VERSION/node-v$NODE_VERSION-${OS}-${classifier}" +nodeUrl="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/${NODE_VARIANT}dist/v${NODE_VERSION}/node-v${NODE_VERSION}-${OS}-${classifier}" echo " -- node: version=v${NODE_VERSION} dir=$NODE_DIR" @@ -64,16 +69,3 @@ else fi export PATH="$NODE_BIN_DIR:$PATH" - -echo "--- Setup Yarn" - -YARN_VERSION=$(node -e "console.log(String(require('./package.json').engines.yarn || '').replace(/^[^\d]+/,''))") -export YARN_VERSION - -if [[ ! $(which yarn) || $(yarn --version) != "$YARN_VERSION" ]]; then - npm_install_global yarn "^$YARN_VERSION" -fi - -YARN_GLOBAL_BIN=$(yarn global bin) -export YARN_GLOBAL_BIN -export PATH="$PATH:$YARN_GLOBAL_BIN" diff --git a/.buildkite/scripts/common/util.sh b/.buildkite/scripts/common/util.sh index 556a4e5dc1576..dda7713eb35ec 100755 --- a/.buildkite/scripts/common/util.sh +++ b/.buildkite/scripts/common/util.sh @@ -132,33 +132,6 @@ set_git_merge_base() { export GITHUB_PR_MERGE_BASE } -# If npm install is terminated early, e.g. because the build was cancelled in buildkite, -# a package directory is left behind in a bad state that can cause all subsequent installs to fail -# So this function contains some cleanup/retry logic to try to recover from this kind of situation -npm_install_global() { - package="$1" - version="${2:-latest}" - toInstall="$package@$version" - - npmRoot=$(npm root -g) - packageRoot="${npmRoot:?}/$package" - - # The success flag file exists just to try to make sure we know that the full install was done - # For example, if a job terminates in the middle of npm install, a directory could be left behind that we don't know the state of - successFlag="${packageRoot:?}/.install-success" - - if [[ -d "$packageRoot" && ! -f "$successFlag" ]]; then - echo "Removing existing package directory $packageRoot before install, seems previous installation was not successful" - rm -rf "$packageRoot" - fi - - if [[ ! $(npm install -g "$toInstall" && touch "$successFlag") ]]; then - rm -rf "$packageRoot" - echo "Trying again to install $toInstall..." - npm install -g "$toInstall" && touch "$successFlag" - fi -} - # Download an artifact using the buildkite-agent, takes the same arguments as https://buildkite.com/docs/agent/v3/cli-artifact#downloading-artifacts-usage # times-out after 60 seconds and retries up to 3 times download_artifact() { diff --git a/.buildkite/scripts/lifecycle/post_command.sh b/.buildkite/scripts/lifecycle/post_command.sh index 484731c0195e7..420f6fffa0b11 100755 --- a/.buildkite/scripts/lifecycle/post_command.sh +++ b/.buildkite/scripts/lifecycle/post_command.sh @@ -42,6 +42,7 @@ if [[ "$IS_TEST_EXECUTION_STEP" == "true" ]]; then buildkite-agent artifact upload '.es/**/*.hprof' buildkite-agent artifact upload 'data/es_debug_*.tar.gz' buildkite-agent artifact upload '.es/es*.log' + buildkite-agent artifact upload '.es/uiam*.log' if [[ $BUILDKITE_COMMAND_EXIT_STATUS -ne 0 ]]; then if [[ $BUILDKITE_TRIGGERED_FROM_BUILD_PIPELINE_SLUG == 'elasticsearch-serverless-intake' ]]; then diff --git a/.buildkite/scripts/pipelines/pull_request/pipeline.ts b/.buildkite/scripts/pipelines/pull_request/pipeline.ts index 695f4453dcc28..bfc20a27aef36 100644 --- a/.buildkite/scripts/pipelines/pull_request/pipeline.ts +++ b/.buildkite/scripts/pipelines/pull_request/pipeline.ts @@ -73,6 +73,9 @@ const SKIPPABLE_PR_MATCHERS = prConfig.skip_ci_on_only_changed!.map((r) => new R pipeline.push(getPipeline('.buildkite/pipelines/pull_request/scout_tests.yml')); + // A temporary pipeline for UIAM tests that should be removed when the main Scout pipeline supports custom configs. + pipeline.push(getPipeline('.buildkite/pipelines/pull_request/scout_uiam_tests.yml')); + if (await doAnyChangesMatch([/^src\/platform\/packages\/private\/kbn-handlebars/])) { pipeline.push(getPipeline('.buildkite/pipelines/pull_request/kbn_handlebars.yml')); } @@ -144,8 +147,8 @@ const SKIPPABLE_PR_MATCHERS = prConfig.skip_ci_on_only_changed!.map((r) => new R /^x-pack\/platform\/plugins\/shared\/stack_connectors\/server\/connector_types\/inference/, ]; const agentBuilderPaths = [ - /^x-pack\/platform\/plugins\/shared\/onechat/, - /^x-pack\/platform\/packages\/shared\/onechat/, + /^x-pack\/platform\/plugins\/shared\/agent_builder/, + /^x-pack\/platform\/packages\/shared\/agent_builder/, ]; if ( @@ -468,6 +471,21 @@ const SKIPPABLE_PR_MATCHERS = prConfig.skip_ci_on_only_changed!.map((r) => new R ); } + if ( + (await doAnyChangesMatch([ + /^x-pack\/platform\/plugins\/shared\/fleet/, + /^x-pack\/packages\/kbn-cloud-security-posture/, + /^x-pack\/solutions\/security\/plugins\/cloud_security_posture/, + /^x-pack\/solutions\/security\/plugins\/security_solution/, + /^src\/platform\/packages\/shared\/kbn-scout\/src\/servers\/configs\/custom\/cspm_agentless/, + ])) || + GITHUB_PR_LABELS.includes('ci:cloud-security-posture-scout') + ) { + pipeline.push( + getPipeline('.buildkite/pipelines/pull_request/security_solution/cspm_agentless_scout.yml') + ); + } + if ( GITHUB_PR_LABELS.includes('ci:security-genai-run-evals') || GITHUB_PR_LABELS.includes('ci:security-genai-run-evals-local-prompts') diff --git a/.buildkite/scripts/steps/functional/apm_cypress.sh b/.buildkite/scripts/steps/functional/apm_cypress.sh index 900cdd7e0e056..7e288472b47c9 100755 --- a/.buildkite/scripts/steps/functional/apm_cypress.sh +++ b/.buildkite/scripts/steps/functional/apm_cypress.sh @@ -13,4 +13,9 @@ echo "--- APM Cypress Tests" cd "$XPACK_DIR/solutions/observability/plugins/apm/ftr_e2e" set +e -yarn cypress:run; status=$?; yarn junit:merge || :; exit $status +yarn cypress:run; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/asset_inventory.sh b/.buildkite/scripts/steps/functional/asset_inventory.sh index 425f2f5197d61..c1d300e0751be 100644 --- a/.buildkite/scripts/steps/functional/asset_inventory.sh +++ b/.buildkite/scripts/steps/functional/asset_inventory.sh @@ -13,4 +13,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:asset_inventory:run:ess; status=$?; yarn junit:merge || :; exit $status +yarn cypress:asset_inventory:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/asset_inventory_serverless.sh b/.buildkite/scripts/steps/functional/asset_inventory_serverless.sh index 25b576e4e099b..9bb296abdc473 100644 --- a/.buildkite/scripts/steps/functional/asset_inventory_serverless.sh +++ b/.buildkite/scripts/steps/functional/asset_inventory_serverless.sh @@ -13,4 +13,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:asset_inventory:run:serverless; status=$?; yarn junit:merge || :; exit $status +yarn cypress:asset_inventory:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/cloud_security_posture.sh b/.buildkite/scripts/steps/functional/cloud_security_posture.sh index 7aa132cca372f..8cc94608e196c 100644 --- a/.buildkite/scripts/steps/functional/cloud_security_posture.sh +++ b/.buildkite/scripts/steps/functional/cloud_security_posture.sh @@ -13,4 +13,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:cloud_security_posture:run:ess; status=$?; yarn junit:merge || :; exit $status +yarn cypress:cloud_security_posture:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/cloud_security_posture_serverless.sh b/.buildkite/scripts/steps/functional/cloud_security_posture_serverless.sh index 94d0ced070542..2e93cf35b049e 100644 --- a/.buildkite/scripts/steps/functional/cloud_security_posture_serverless.sh +++ b/.buildkite/scripts/steps/functional/cloud_security_posture_serverless.sh @@ -13,4 +13,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:cloud_security_posture:run:serverless; status=$?; yarn junit:merge || :; exit $status +yarn cypress:cloud_security_posture:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/common.sh b/.buildkite/scripts/steps/functional/common.sh index c855cb928c430..89155bbba9487 100755 --- a/.buildkite/scripts/steps/functional/common.sh +++ b/.buildkite/scripts/steps/functional/common.sh @@ -12,3 +12,34 @@ source .buildkite/scripts/common/util.sh is_test_execution_step +# Upload Scout reporter events after Cypress test execution +upload_scout_cypress_events() { + local test_name="${1:-Cypress tests}" + + if [[ "${SCOUT_REPORTER_ENABLED:-}" =~ ^(1|true)$ ]]; then + # Save current directory and navigate to Kibana root + local current_dir=$(pwd) + cd "${KIBANA_DIR:-$(git rev-parse --show-toplevel)}" + + # Check if reports exist before uploading + if compgen -G '.scout/reports/*' > /dev/null; then + echo "--- Upload Scout reporter events to AppEx QA's team cluster for $test_name" + node scripts/scout upload-events --dontFailOnError + + # Clean up only Cypress event reports to avoid double ingestion + # Only remove scout-cypress-* directories, preserving other test reports and failure reports + if compgen -G '.scout/reports/scout-cypress-*' > /dev/null; then + echo "🧹 Cleaning up Scout Cypress event reports" + rm -rf .scout/reports/scout-cypress-* + fi + else + echo "❌ No Scout reports found for $test_name" + fi + + # Return to original directory + cd "$current_dir" + else + echo "SCOUT_REPORTER_ENABLED=$SCOUT_REPORTER_ENABLED, skipping event upload." + fi +} + diff --git a/.buildkite/scripts/steps/functional/defend_workflows.sh b/.buildkite/scripts/steps/functional/defend_workflows.sh index 11ea4f5b82c05..299a9be174477 100755 --- a/.buildkite/scripts/steps/functional/defend_workflows.sh +++ b/.buildkite/scripts/steps/functional/defend_workflows.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/plugins/security_solution set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci defend-workflows-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:dw:run; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:dw:run; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/defend_workflows_serverless.sh b/.buildkite/scripts/steps/functional/defend_workflows_serverless.sh index 2f3523575e580..21e188e476b6f 100755 --- a/.buildkite/scripts/steps/functional/defend_workflows_serverless.sh +++ b/.buildkite/scripts/steps/functional/defend_workflows_serverless.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/plugins/security_solution set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci defend-workflows-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:dw:serverless:run; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:dw:serverless:run; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/fleet_cypress.sh b/.buildkite/scripts/steps/functional/fleet_cypress.sh index 35241f3ee61dc..62bc254aee134 100755 --- a/.buildkite/scripts/steps/functional/fleet_cypress.sh +++ b/.buildkite/scripts/steps/functional/fleet_cypress.sh @@ -12,4 +12,14 @@ echo "--- Fleet Cypress tests (Chrome)" cd x-pack/platform/plugins/shared/fleet set +e -yarn cypress:run:reporter; status=$?; yarn cypress_space_awareness:run:reporter; space_status=$?; yarn junit:merge || :; [ "$status" -ne 0 ] && exit $status || [ "$space_status" -ne 0 ] && exit $space_status || exit 0 +yarn cypress:run:reporter; status=$?; yarn cypress_space_awareness:run:reporter; space_status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Fleet Cypress tests" + +# Exit with appropriate status +if [ "$status" -ne 0 ]; then + exit $status +elif [ "$space_status" -ne 0 ]; then + exit $space_status +fi diff --git a/.buildkite/scripts/steps/functional/osquery_cypress.sh b/.buildkite/scripts/steps/functional/osquery_cypress.sh index dd49619148189..beb0f3c978c3b 100755 --- a/.buildkite/scripts/steps/functional/osquery_cypress.sh +++ b/.buildkite/scripts/steps/functional/osquery_cypress.sh @@ -13,4 +13,9 @@ echo "--- Osquery Cypress tests" cd x-pack/platform/plugins/shared/osquery set +e -yarn cypress:run; status=$?; yarn junit:merge || :; exit $status +yarn cypress:run; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/response_ops.sh b/.buildkite/scripts/steps/functional/response_ops.sh index 306d192e19c92..15d238c3f6732 100755 --- a/.buildkite/scripts/steps/functional/response_ops.sh +++ b/.buildkite/scripts/steps/functional/response_ops.sh @@ -12,4 +12,9 @@ echo "--- Response Ops Cypress Tests on Security Solution" cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:run:respops:ess; status=$?; yarn junit:merge || :; exit $status +yarn cypress:run:respops:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/response_ops_cases.sh b/.buildkite/scripts/steps/functional/response_ops_cases.sh index 5a0968955a2cb..eccc051e77c1f 100755 --- a/.buildkite/scripts/steps/functional/response_ops_cases.sh +++ b/.buildkite/scripts/steps/functional/response_ops_cases.sh @@ -12,4 +12,9 @@ echo "--- Response Ops Cases Cypress Tests on Security Solution" cd x-pack/solutions/security/test/security_solution_cypress set +e -yarn cypress:run:cases:ess; status=$?; yarn junit:merge || :; exit $status +yarn cypress:run:cases:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_ai4dsoc.sh b/.buildkite/scripts/steps/functional/security_serverless_ai4dsoc.sh index ce32012694d2e..fce64624f4324 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_ai4dsoc.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_ai4dsoc.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai4dsoc:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai4dsoc:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_ai_assistant.sh b/.buildkite/scripts/steps/functional/security_serverless_ai_assistant.sh index cb0b6a89167ea..d1a050cbcf5ca 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_ai_assistant.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_ai_assistant.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai_assistant:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai_assistant:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_automatic_import.sh b/.buildkite/scripts/steps/functional/security_serverless_automatic_import.sh index 5318bc971e8e3..c5b0342cad395 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_automatic_import.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_automatic_import.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:automatic_import:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:automatic_import:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_detection_engine.sh b/.buildkite/scripts/steps/functional/security_serverless_detection_engine.sh index d099816880d05..75308e900d69c 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_detection_engine.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_detection_engine.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_detection_engine_exceptions.sh b/.buildkite/scripts/steps/functional/security_serverless_detection_engine_exceptions.sh index dc8af5b5d77e2..3f5bead2bed7b 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_detection_engine_exceptions.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_detection_engine_exceptions.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:exceptions:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:exceptions:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh b/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh index 511c5eeb291f1..3425aecf3d5c0 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_entity_analytics.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:entity_analytics:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:entity_analytics:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_explore.sh b/.buildkite/scripts/steps/functional/security_serverless_explore.sh index c89c049b3d30d..87f3b8f576c14 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_explore.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_explore.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:explore:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:explore:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_investigations.sh b/.buildkite/scripts/steps/functional/security_serverless_investigations.sh index 77d6e2c65de9c..08b7666ecfbfe 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_investigations.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_investigations.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:investigations:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:investigations:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_osquery.sh b/.buildkite/scripts/steps/functional/security_serverless_osquery.sh index 3621f26850e7f..b2d4ec84db252 100755 --- a/.buildkite/scripts/steps/functional/security_serverless_osquery.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_osquery.sh @@ -13,4 +13,9 @@ echo "--- Security Osquery Serverless Cypress" cd x-pack/platform/plugins/shared/osquery set +e -yarn cypress:serverless:run; status=$?; yarn junit:merge || :; exit $status +yarn cypress:serverless:run; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_rule_management.sh b/.buildkite/scripts/steps/functional/security_serverless_rule_management.sh index c3c221bf9dce8..40250fdea339b 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_rule_management.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_rule_management.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh index fe1281a102cf4..595b5cdd4aff5 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_customization.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:customization:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:customization:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh index f2f4ff6c976a9..351e791b31778 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_installation.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:installation:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:installation:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh index 85ce2af0bb6b7..8e43007420b05 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_management.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:management:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:management:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh index ff656f81af0f9..cca046eebb0e0 100644 --- a/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh +++ b/.buildkite/scripts/steps/functional/security_serverless_rule_management_prebuilt_rules_upgrade.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:upgrade:run:serverless; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:upgrade:run:serverless; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_ai_assistant.sh b/.buildkite/scripts/steps/functional/security_solution_ai_assistant.sh index 49a2b31178cf1..d7217751c4869 100644 --- a/.buildkite/scripts/steps/functional/security_solution_ai_assistant.sh +++ b/.buildkite/scripts/steps/functional/security_solution_ai_assistant.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai_assistant:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:ai_assistant:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "AI Assistant Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_detection_engine.sh b/.buildkite/scripts/steps/functional/security_solution_detection_engine.sh index bb490ca3c6351..48bbb08841784 100644 --- a/.buildkite/scripts/steps/functional/security_solution_detection_engine.sh +++ b/.buildkite/scripts/steps/functional/security_solution_detection_engine.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Detection Engine Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_detection_engine_exceptions.sh b/.buildkite/scripts/steps/functional/security_solution_detection_engine_exceptions.sh index 9c8aa31aa0e3e..fbab602ada4b8 100644 --- a/.buildkite/scripts/steps/functional/security_solution_detection_engine_exceptions.sh +++ b/.buildkite/scripts/steps/functional/security_solution_detection_engine_exceptions.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:exceptions:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:detection_engine:exceptions:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh b/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh index cc1a4c8b591f9..6002d7cc74027 100755 --- a/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh +++ b/.buildkite/scripts/steps/functional/security_solution_entity_analytics.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:entity_analytics:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:entity_analytics:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_explore.sh b/.buildkite/scripts/steps/functional/security_solution_explore.sh index ad7725f03bf15..b54dbd031cb4d 100644 --- a/.buildkite/scripts/steps/functional/security_solution_explore.sh +++ b/.buildkite/scripts/steps/functional/security_solution_explore.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:explore:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:explore:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Explore Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_investigations.sh b/.buildkite/scripts/steps/functional/security_solution_investigations.sh index bf1c76eeeac62..a27e2429bf777 100644 --- a/.buildkite/scripts/steps/functional/security_solution_investigations.sh +++ b/.buildkite/scripts/steps/functional/security_solution_investigations.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:investigations:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:investigations:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Investigations Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_rule_management.sh b/.buildkite/scripts/steps/functional/security_solution_rule_management.sh index 4707afe71dec3..6557f44058884 100644 --- a/.buildkite/scripts/steps/functional/security_solution_rule_management.sh +++ b/.buildkite/scripts/steps/functional/security_solution_rule_management.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Rule Management Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_customization.sh b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_customization.sh index a2094989644bf..4d096ee2ee6b1 100644 --- a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_customization.sh +++ b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_customization.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:customization:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:customization:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_installation.sh b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_installation.sh index 110b2061c3030..91167c18f0dc2 100644 --- a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_installation.sh +++ b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_installation.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:installation:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:installation:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_management.sh b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_management.sh index 074e594b14ea4..a592d1af324b6 100644 --- a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_management.sh +++ b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_management.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:management:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:management:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_upgrade.sh b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_upgrade.sh index 573823c1ab83b..a7507972e6c0c 100644 --- a/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_upgrade.sh +++ b/.buildkite/scripts/steps/functional/security_solution_rule_management_prebuilt_rules_upgrade.sh @@ -14,4 +14,9 @@ cd x-pack/solutions/security/test/security_solution_cypress set +e BK_ANALYTICS_API_KEY=$(vault_get security-solution-ci sec-sol-cypress-bk-api-key) -BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:upgrade:run:ess; status=$?; yarn junit:merge || :; exit $status +BK_ANALYTICS_API_KEY=$BK_ANALYTICS_API_KEY yarn cypress:rule_management:prebuilt_rules:upgrade:run:ess; status=$?; yarn junit:merge || : + +# Scout reporter +upload_scout_cypress_events "Cypress tests" + +exit $status diff --git a/.buildkite/scripts/steps/test/cspm_agentless_scout.sh b/.buildkite/scripts/steps/test/cspm_agentless_scout.sh new file mode 100644 index 0000000000000..cd80b2435ab03 --- /dev/null +++ b/.buildkite/scripts/steps/test/cspm_agentless_scout.sh @@ -0,0 +1,111 @@ +#!/usr/bin/env bash + +set -euo pipefail + +# CSPM Agentless Scout E2E Tests +# Runs Scout tests with custom server configuration for Cloud Security Posture Management (CSPM) agentless integrations + +source .buildkite/scripts/steps/functional/common.sh + +CONFIG_PATH="x-pack/solutions/security/plugins/cloud_security_posture/test/scout_cspm_agentless/ui/parallel.playwright.config.ts" + +# Run modes for CSPM Agentless tests +RUN_MODES="--stateful --serverless=security" + +results=() +failedConfigs=() + +FINAL_EXIT_CODE=0 + +# Function to upload Scout events if available and clean up +upload_events_if_available() { + local mode="$1" + + if [[ "${SCOUT_REPORTER_ENABLED:-}" =~ ^(1|true)$ ]]; then + if [ -d ".scout/reports" ] && [ "$(ls -A .scout/reports 2>/dev/null)" ]; then + echo "--- Upload Scout reporter events for CSPM Agentless ($mode)" + set +e + node scripts/scout upload-events --dontFailOnError + UPLOAD_EXIT_CODE=$? + set -e + + if [[ $UPLOAD_EXIT_CODE -eq 0 ]]; then + echo "Upload completed for CSPM Agentless ($mode)" + else + echo "Upload failed for CSPM Agentless ($mode) with exit code $UPLOAD_EXIT_CODE" + fi + + # Clean up events reports to avoid double ingestion, but preserve failure reports + echo "Cleaning up Scout events reports (preserving failure reports for annotations)" + if [ -d ".scout/reports" ]; then + for dir in .scout/reports/scout-playwright-*; do + if [ -d "$dir" ] && [[ "$dir" != *"scout-playwright-test-failures-"* ]]; then + rm -rf "$dir" + fi + done + fi + else + echo "No Scout reports found for CSPM Agentless ($mode)" + fi + fi +} + +echo "--- CSPM Agentless Scout Tests" +echo "Config: $CONFIG_PATH" +echo "Run modes: $RUN_MODES" + +for mode in $RUN_MODES; do + echo "--- Running CSPM Agentless tests: $mode" + + start=$(date +%s) + + # Prevent non-zero exit code from breaking the loop + set +e + node scripts/scout.js run-tests "$mode" --config "$CONFIG_PATH" --kibana-install-dir "$KIBANA_BUILD_LOCATION" + EXIT_CODE=$? + set -e + + timeSec=$(($(date +%s)-start)) + if [[ $timeSec -gt 60 ]]; then + min=$((timeSec/60)) + sec=$((timeSec-(min*60))) + duration="${min}m ${sec}s" + else + duration="${timeSec}s" + fi + + if [[ $EXIT_CODE -eq 2 ]]; then + # No tests found + echo "No tests found for CSPM Agentless ($mode)" + elif [[ $EXIT_CODE -ne 0 ]]; then + # Test run failed + upload_events_if_available "$mode" + failedConfigs+=("CSPM Agentless ($mode)") + FINAL_EXIT_CODE=10 + echo "Scout test exited with code $EXIT_CODE for CSPM Agentless ($mode)" + echo "^^^ +++" + else + # Test run was successful + upload_events_if_available "$mode" + results+=("CSPM Agentless ($mode) (${duration})") + fi +done + +echo "--- CSPM Agentless Scout Tests: Summary" +echo "Passed: ${#results[@]}" +echo "Failed: ${#failedConfigs[@]}" + +if [[ ${#results[@]} -gt 0 ]]; then + echo "Successful tests:" + printf '%s\n' "${results[@]}" +fi + +if [[ ${#failedConfigs[@]} -gt 0 ]]; then + echo "Failed tests:" + for config in "${failedConfigs[@]}"; do + echo " $config" + done +fi + +exit $FINAL_EXIT_CODE + diff --git a/.buildkite/scripts/steps/test/scout_test_run_builder.sh b/.buildkite/scripts/steps/test/scout_test_run_builder.sh index fa29abc47b684..885053c2aea5c 100755 --- a/.buildkite/scripts/steps/test/scout_test_run_builder.sh +++ b/.buildkite/scripts/steps/test/scout_test_run_builder.sh @@ -17,7 +17,7 @@ buildkite-agent artifact upload "scout_playwright_configs.json" echo '--- Running Scout API Integration Tests' node scripts/scout.js run-tests \ ---serverless=security \ +--stateful \ --config src/platform/packages/shared/kbn-scout/test/scout/api/playwright.config.ts \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" diff --git a/.buildkite/scripts/steps/test/scout_uiam_tests.sh b/.buildkite/scripts/steps/test/scout_uiam_tests.sh new file mode 100755 index 0000000000000..113e1f12842b1 --- /dev/null +++ b/.buildkite/scripts/steps/test/scout_uiam_tests.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +set -euo pipefail + +source .buildkite/scripts/steps/functional/common.sh + +echo '--- Running Scout UIAM Integration Tests' +node scripts/scout.js run-tests --serverless security --config x-pack/platform/plugins/shared/security/test/scout_uiam_local/api/parallel.playwright.config.ts --kibana-install-dir "$KIBANA_BUILD_LOCATION" + +source .buildkite/scripts/steps/test/scout_upload_report_events.sh diff --git a/.eslintrc.js b/.eslintrc.js index c7b4ae7660dd8..63cf13a17f99b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1589,8 +1589,7 @@ module.exports = { { files: [ 'src/platform/packages/shared/kbn-scout/src/playwright/**/*.ts', - 'x-pack/solutions/observability/packages/kbn-scout-oblt/src/playwright/**/*.ts', - 'x-pack/solutions/security/packages/kbn-scout-security/src/playwright/**/*.ts', + 'x-pack/solutions/**/packages/kbn-scout-*/src/playwright/**/*.ts', 'src/platform/{packages,plugins}/**/test/{scout,scout_*}/**/*.ts', 'x-pack/platform/{packages,plugins}/**/test/{scout,scout_*}/**/*.ts', 'x-pack/solutions/**/{packages,plugins}/**/test/{scout,scout_*}/**/*.ts', @@ -2596,6 +2595,12 @@ module.exports = { message: "Platform tests should import only from '@kbn/scout'.", }, ], + patterns: [ + { + group: ['@kbn/scout-*', '@playwright/test/**', 'playwright/**'], + message: "Platform tests should import only from '@kbn/scout'.", + }, + ], }, ], }, @@ -2634,6 +2639,36 @@ module.exports = { ], }, }, + { + files: ['x-pack/solutions/search/plugins/**/test/{scout,scout_*}/**/*.ts'], + rules: { + 'no-restricted-imports': [ + 'error', + { + paths: [ + { + name: '@kbn/scout', + message: "Search solution tests should import from '@kbn/scout-search' instead.", + }, + { + name: '@playwright/test', + message: "Search solution tests should import from '@kbn/scout-search' instead.", + }, + { + name: 'playwright', + message: "Search solution tests should import from '@kbn/scout-search' instead.", + }, + ], + patterns: [ + { + group: ['@kbn/scout/**', '@playwright/test/**', 'playwright/**'], + message: "Search solution tests should import from '@kbn/scout-search' instead.", + }, + ], + }, + ], + }, + }, { files: ['x-pack/solutions/security/plugins/**/test/{scout,scout_*}/**/*.ts'], rules: { @@ -2680,6 +2715,7 @@ module.exports = { '@kbn/eslint/scout_max_one_describe': 'error', '@kbn/eslint/scout_test_file_naming': 'error', '@kbn/eslint/scout_require_api_client_in_api_test': 'error', + '@kbn/eslint/scout_require_global_setup_hook_in_parallel_tests': 'error', '@kbn/eslint/require_include_in_check_a11y': 'warn', }, }, diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index df306eaf98f2e..5075b626b0ee7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -60,7 +60,7 @@ packages/kbn-docs-utils @elastic/kibana-operations packages/kbn-eslint-config @elastic/kibana-operations packages/kbn-eslint-plugin-disable @elastic/kibana-operations packages/kbn-eslint-plugin-eslint @elastic/kibana-operations -packages/kbn-eslint-plugin-i18n @elastic/obs-knowledge-team @elastic/kibana-operations +packages/kbn-eslint-plugin-i18n @elastic/kibana-operations packages/kbn-eslint-plugin-imports @elastic/kibana-operations packages/kbn-eslint-plugin-telemetry @elastic/obs-knowledge-team packages/kbn-extract-plugin-translations @elastic/kibana-core @@ -134,7 +134,7 @@ src/core/packages/chrome/layout/core-chrome-layout-components @elastic/appex-sha src/core/packages/chrome/layout/core-chrome-layout-constants @elastic/appex-sharedux src/core/packages/chrome/layout/core-chrome-layout-feature-flags @elastic/appex-sharedux src/core/packages/chrome/layout/core-chrome-layout-utils @elastic/appex-sharedux -src/core/packages/chrome/navigation @elastic/eui-team +src/core/packages/chrome/navigation @elastic/appex-sharedux src/core/packages/config/server-internal @elastic/kibana-core src/core/packages/custom-branding/browser @elastic/appex-sharedux src/core/packages/custom-branding/browser-internal @elastic/appex-sharedux @@ -338,6 +338,7 @@ src/platform/packages/private/kbn-ci-stats-core @elastic/kibana-operations src/platform/packages/private/kbn-ci-stats-reporter @elastic/kibana-operations src/platform/packages/private/kbn-code-owners @elastic/appex-qa src/platform/packages/private/kbn-config-mocks @elastic/kibana-core +src/platform/packages/private/kbn-controls-renderer @elastic/kibana-presentation src/platform/packages/private/kbn-data-streams @elastic/kibana-core src/platform/packages/private/kbn-dot-text @elastic/kibana-operations src/platform/packages/private/kbn-dot-text-loader @elastic/kibana-operations @@ -408,14 +409,18 @@ src/platform/packages/shared/content-management/access_control/access_control_se src/platform/packages/shared/content-management/content_editor @elastic/appex-sharedux src/platform/packages/shared/content-management/content_insights/content_insights_public @elastic/appex-sharedux src/platform/packages/shared/content-management/content_insights/content_insights_server @elastic/appex-sharedux +src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data @elastic/appex-sharedux src/platform/packages/shared/content-management/favorites/favorites_common @elastic/appex-sharedux src/platform/packages/shared/content-management/favorites/favorites_public @elastic/appex-sharedux src/platform/packages/shared/content-management/favorites/favorites_server @elastic/appex-sharedux +src/platform/packages/shared/content-management/kbn-content-management-storybook @elastic/appex-sharedux +src/platform/packages/shared/content-management/kbn-content-management-tags @elastic/appex-sharedux src/platform/packages/shared/content-management/tabbed_table_list_view @elastic/appex-sharedux src/platform/packages/shared/content-management/table_list_view @elastic/appex-sharedux src/platform/packages/shared/content-management/table_list_view_common @elastic/appex-sharedux src/platform/packages/shared/content-management/table_list_view_table @elastic/appex-sharedux src/platform/packages/shared/content-management/user_profiles @elastic/appex-sharedux +src/platform/packages/shared/controls/control-group-renderer @elastic/kibana-presentation src/platform/packages/shared/controls/controls-constants @elastic/kibana-presentation src/platform/packages/shared/controls/controls-schemas @elastic/kibana-presentation src/platform/packages/shared/dashboards/dashboards-selector @elastic/actionable-obs-team @@ -503,7 +508,7 @@ src/platform/packages/shared/kbn-es-mappings @elastic/kibana-core src/platform/packages/shared/kbn-es-query @elastic/kibana-data-discovery src/platform/packages/shared/kbn-es-query-constants @elastic/kibana-data-discovery src/platform/packages/shared/kbn-es-query-server @elastic/kibana-data-discovery -src/platform/packages/shared/kbn-es-types @elastic/kibana-core @elastic/obs-knowledge-team +src/platform/packages/shared/kbn-es-types @elastic/kibana-core src/platform/packages/shared/kbn-esql-composer @elastic/obs-presentation-team @elastic/obs-ai-team src/platform/packages/shared/kbn-esql-language @elastic/kibana-esql src/platform/packages/shared/kbn-esql-types @elastic/kibana-esql @@ -560,7 +565,7 @@ src/platform/packages/shared/kbn-osquery-io-ts-types @elastic/security-defend-wo src/platform/packages/shared/kbn-otel-demo @elastic/obs-onboarding-team src/platform/packages/shared/kbn-otel-semantic-conventions @elastic/obs-onboarding-team src/platform/packages/shared/kbn-palettes @elastic/kibana-visualizations -src/platform/packages/shared/kbn-profiler @elastic/obs-knowledge-team +src/platform/packages/shared/kbn-profiler @elastic/observability-ui src/platform/packages/shared/kbn-profiling-utils @elastic/obs-presentation-team src/platform/packages/shared/kbn-react-field @elastic/kibana-data-discovery src/platform/packages/shared/kbn-react-hooks @elastic/obs-onboarding-team @@ -589,20 +594,20 @@ src/platform/packages/shared/kbn-securitysolution-io-ts-types @elastic/security- 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-server-route-repository @elastic/observability-ui +src/platform/packages/shared/kbn-server-route-repository-client @elastic/observability-ui +src/platform/packages/shared/kbn-server-route-repository-utils @elastic/observability-ui src/platform/packages/shared/kbn-shared-svg @elastic/obs-presentation-team src/platform/packages/shared/kbn-shared-ux-utility @elastic/appex-sharedux src/platform/packages/shared/kbn-sort-predicates @elastic/kibana-visualizations src/platform/packages/shared/kbn-spaces-utils @elastic/kibana-security -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-sse-utils @elastic/obs-ai-team +src/platform/packages/shared/kbn-sse-utils-client @elastic/obs-ai-team +src/platform/packages/shared/kbn-sse-utils-server @elastic/obs-ai-team src/platform/packages/shared/kbn-std @elastic/kibana-core src/platform/packages/shared/kbn-storage-adapter @elastic/observability-ui @elastic/kibana-core src/platform/packages/shared/kbn-storybook @elastic/kibana-operations -src/platform/packages/shared/kbn-synthtrace @elastic/obs-presentation-team @elastic/obs-onboarding-team @elastic/obs-exploration-team +src/platform/packages/shared/kbn-synthtrace @elastic/obs-presentation-team @elastic/obs-onboarding-team @elastic/obs-exploration-team @elastic/obs-ai-team src/platform/packages/shared/kbn-synthtrace-client @elastic/obs-presentation-team @elastic/obs-onboarding-team @elastic/obs-exploration-team src/platform/packages/shared/kbn-telemetry @elastic/kibana-core @elastic/obs-ai-team src/platform/packages/shared/kbn-telemetry-config @elastic/kibana-core @@ -618,7 +623,7 @@ src/platform/packages/shared/kbn-tracing-config @elastic/kibana-core src/platform/packages/shared/kbn-tracing-utils @elastic/kibana-core 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-presentation-team +src/platform/packages/shared/kbn-typed-react-router-config @elastic/obs-presentation-team src/platform/packages/shared/kbn-ui-actions-browser @elastic/appex-sharedux 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 @@ -654,6 +659,7 @@ src/platform/packages/shared/react/kibana_context/root @elastic/appex-sharedux src/platform/packages/shared/react/kibana_context/styled @elastic/appex-sharedux src/platform/packages/shared/react/kibana_context/theme @elastic/appex-sharedux src/platform/packages/shared/react/kibana_mount @elastic/appex-sharedux +src/platform/packages/shared/react/use_observable @elastic/appex-sharedux src/platform/packages/shared/response-ops/alerts-apis @elastic/response-ops src/platform/packages/shared/response-ops/alerts-delete @elastic/response-ops src/platform/packages/shared/response-ops/alerts-fields-browser @elastic/response-ops @@ -786,7 +792,6 @@ 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/metrics_experience @elastic/obs-presentation-team src/platform/plugins/shared/navigation @elastic/appex-sharedux src/platform/plugins/shared/newsfeed @elastic/kibana-core src/platform/plugins/shared/no_data_page @elastic/appex-sharedux @@ -916,6 +921,11 @@ x-pack/platform/packages/private/security/ui_components @elastic/kibana-security x-pack/platform/packages/private/upgrade-assistant/common @elastic/kibana-management x-pack/platform/packages/private/upgrade-assistant/public @elastic/kibana-management x-pack/platform/packages/private/upgrade-assistant/server @elastic/kibana-management +x-pack/platform/packages/shared/agent-builder/agent-builder-browser @elastic/workchat-eng +x-pack/platform/packages/shared/agent-builder/agent-builder-common @elastic/workchat-eng +x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils @elastic/workchat-eng +x-pack/platform/packages/shared/agent-builder/agent-builder-server @elastic/workchat-eng +x-pack/platform/packages/shared/agent-builder/kbn-evals-suite-agent-builder @elastic/workchat-eng x-pack/platform/packages/shared/ai-assistant/ai-agent-confirmation-modal @elastic/appex-ai-infra x-pack/platform/packages/shared/ai-assistant/ai-assistant-connector-selector-action @elastic/appex-sharedux x-pack/platform/packages/shared/ai-assistant/ai-assistant-cta @elastic/appex-sharedux @@ -961,7 +971,7 @@ x-pack/platform/packages/shared/kbn-kibana-api-cli @elastic/appex-ai-infra x-pack/platform/packages/shared/kbn-langchain @elastic/security-generative-ai x-pack/platform/packages/shared/kbn-langgraph-checkpoint-saver @elastic/security-generative-ai x-pack/platform/packages/shared/kbn-mcp-client @elastic/workchat-eng -x-pack/platform/packages/shared/kbn-profiler-cli @elastic/obs-knowledge-team +x-pack/platform/packages/shared/kbn-profiler-cli @elastic/observability-ui x-pack/platform/packages/shared/kbn-sample-parser @elastic/obs-onboarding-team @elastic/obs-sig-events-team x-pack/platform/packages/shared/kbn-search-index-documents @elastic/search-kibana x-pack/platform/packages/shared/kbn-slo-schema @elastic/actionable-obs-team @@ -981,11 +991,7 @@ x-pack/platform/packages/shared/ml/random_sampler_utils @elastic/ml-ui 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/onechat/kbn-evals-suite-onechat @elastic/workchat-eng -x-pack/platform/packages/shared/onechat/onechat-browser @elastic/workchat-eng -x-pack/platform/packages/shared/onechat/onechat-common @elastic/workchat-eng -x-pack/platform/packages/shared/onechat/onechat-genai-utils @elastic/workchat-eng -x-pack/platform/packages/shared/onechat/onechat-server @elastic/workchat-eng +x-pack/platform/packages/shared/response-ops/retry-service @elastic/response-ops 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 @@ -1033,6 +1039,7 @@ x-pack/platform/plugins/private/translations @elastic/kibana-localization x-pack/platform/plugins/private/upgrade_assistant @elastic/kibana-management x-pack/platform/plugins/private/watcher @elastic/kibana-management x-pack/platform/plugins/shared/actions @elastic/response-ops +x-pack/platform/plugins/shared/agent_builder @elastic/workchat-eng x-pack/platform/plugins/shared/agent_builder_platform @elastic/workchat-eng x-pack/platform/plugins/shared/ai_infra/llm_tasks @elastic/appex-ai-infra x-pack/platform/plugins/shared/ai_infra/product_doc_base @elastic/appex-ai-infra @@ -1075,7 +1082,6 @@ 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_ai_assistant @elastic/obs-ai-team -x-pack/platform/plugins/shared/onechat @elastic/workchat-eng x-pack/platform/plugins/shared/osquery @elastic/security-defend-workflows x-pack/platform/plugins/shared/osquery/cypress @elastic/security-defend-workflows x-pack/platform/plugins/shared/rule_registry @elastic/response-ops @elastic/actionable-obs-team @@ -1140,7 +1146,7 @@ x-pack/solutions/observability/packages/alerting-test-data @elastic/actionable-o x-pack/solutions/observability/packages/get-padded-alert-time-range-util @elastic/actionable-obs-team x-pack/solutions/observability/packages/kbn-alerts-grouping @elastic/response-ops x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant @elastic/obs-ai-team -x-pack/solutions/observability/packages/kbn-genai-cli @elastic/obs-knowledge-team +x-pack/solutions/observability/packages/kbn-genai-cli @elastic/obs-ai-team x-pack/solutions/observability/packages/kbn-observability-schema @elastic/obs-presentation-team x-pack/solutions/observability/packages/kbn-scout-oblt @elastic/appex-qa x-pack/solutions/observability/packages/nav-icons @elastic/obs-presentation-team @@ -1156,7 +1162,7 @@ x-pack/solutions/observability/plugins/apm/ftr_e2e @elastic/obs-presentation-tea x-pack/solutions/observability/plugins/exploratory_view @elastic/actionable-obs-team x-pack/solutions/observability/plugins/infra @elastic/obs-presentation-team x-pack/solutions/observability/plugins/metrics_data_access @elastic/obs-presentation-team -x-pack/solutions/observability/plugins/observability @elastic/observability-ui +x-pack/solutions/observability/plugins/observability @elastic/actionable-obs-team x-pack/solutions/observability/plugins/observability_agent_builder @elastic/obs-ai-team x-pack/solutions/observability/plugins/observability_ai_assistant_app @elastic/obs-ai-team x-pack/solutions/observability/plugins/observability_logs_explorer @elastic/obs-exploration-team @@ -1172,6 +1178,7 @@ x-pack/solutions/observability/plugins/uptime @elastic/actionable-obs-team x-pack/solutions/observability/plugins/ux @elastic/actionable-obs-team x-pack/solutions/observability/test x-pack/solutions/search/packages/kbn-ipynb @elastic/search-kibana +x-pack/solutions/search/packages/kbn-scout-search @elastic/appex-qa @elastic/search-kibana x-pack/solutions/search/packages/kbn-search-api-keys-components @elastic/search-kibana x-pack/solutions/search/packages/kbn-search-api-keys-server @elastic/search-kibana x-pack/solutions/search/packages/kbn-search-code-examples @elastic/search-kibana @@ -1229,6 +1236,7 @@ x-pack/solutions/security/plugins/cloud_security_posture @elastic/contextual-sec x-pack/solutions/security/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-investigations x-pack/solutions/security/plugins/elastic_assistant @elastic/security-generative-ai x-pack/solutions/security/plugins/elastic_assistant_shared_state @elastic/security-generative-ai +x-pack/solutions/security/plugins/entity_store @elastic/core-analysis x-pack/solutions/security/plugins/kubernetes_security @elastic/kibana-cloud-security-posture x-pack/solutions/security/plugins/lists @elastic/security-detection-engine x-pack/solutions/security/plugins/security_solution @elastic/security-solution @@ -1256,11 +1264,6 @@ x-pack/solutions/workplaceai/test @elastic/workchat-eng x-pack/platform/test/serverless/api_integration/test_suites/platform_security @elastic/kibana-security /src/platform/test/functional/apps/management @elastic/kibana-management -# Metrics Experience -/src/platform/plugins/shared/metrics_experience @elastic/obs-exploration-team -/src/platform/test/api_integration/apis/metrics_experience @elastic/obs-exploration-team -/src/platform/test/api_integration/fixtures/es_archiver/metrics_experience @elastic/obs-exploration-team - # Data Discovery /x-pack/platform/test/api_integration/services/data_view_api.ts @elastic/kibana-data-discovery /src/platform/test/functional/page_objects/unified_field_list.ts @elastic/kibana-data-discovery @@ -1602,7 +1605,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions /x-pack/solutions/observability/plugins/infra/server/routes/log_analysis @elastic/obs-exploration-team /x-pack/solutions/observability/plugins/infra/server/services/rules @elastic/obs-presentation-team @elastic/obs-exploration-team /x-pack/solutions/observability/test/common/utils/synthtrace @elastic/obs-presentation-team @elastic/obs-exploration-team -/x-pack/platform/test/common/utils/server_route_repository @elastic/obs-knowledge-team +/x-pack/platform/test/common/utils/server_route_repository @elastic/obs-onboarding-team @elastic/obs-sig-events-team /src/platform/test/functional/services/synthtrace/logs_synthtrace_es_client.ts @elastic/obs-presentation-team @elastic/obs-exploration-team ## Streams parts owned by Logs UX @@ -1844,8 +1847,6 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security /x-pack/platform/test/alerting_api_integration/spaces_only/tests/alerting/transform_rule_types/ @elastic/kibana-management /x-pack/platform/test/serverless/**/test_suites/management/transforms/ @elastic/kibana-management /x-pack/platform/test/accessibility/apps/group2/transform.ts @elastic/kibana-management -/x-pack/platform/test/api_integration/apis/transform/ @elastic/kibana-management -/x-pack/platform/test/api_integration_basic/apis/transform/ @elastic/kibana-management /x-pack/platform/test/functional/apps/transform/ @elastic/kibana-management /x-pack/platform/test/functional/services/transform @elastic/kibana-management /x-pack/platform/test/functional_basic/apps/transform/ @elastic/kibana-management @@ -2357,10 +2358,10 @@ x-pack/platform/test/functional/page_objects/search_profiler_page.ts @elastic/se # workplaceai /x-pack/solutions/workplaceai/test/serverless/api_integration/configs/config.ts @elastic/search-kibana @elastic/appex-qa /x-pack/solutions/workplaceai/test/serverless/functional/configs/config.ts @elastic/search-kibana @elastic/appex-qa -/x-pack/platform/test/onechat_api_integration @elastic/search-kibana @elastic/workchat-eng -/x-pack/platform/test/onechat_functional @elastic/search-kibana @elastic/workchat-eng -/x-pack/platform/test/functional/page_objects/onechat_page.ts @elastic/workchat-eng -/x-pack/platform/test/onechat @elastic/search-kibana @elastic/workchat-eng +/x-pack/platform/test/agent_builder_api_integration @elastic/search-kibana @elastic/workchat-eng +/x-pack/platform/test/agent_builder_functional @elastic/search-kibana @elastic/workchat-eng +/x-pack/platform/test/functional/page_objects/agent_builder_page.ts @elastic/workchat-eng +/x-pack/platform/test/agent_builder @elastic/search-kibana @elastic/workchat-eng # Management Experience - Deployment Management /src/platform/test/functional/fixtures/kbn_archiver/management.json @elastic/kibana-management @elastic/kibana-data-discovery # Assigned per 2 uses: test/functional/apps/management/_import_objects.ts && test/functional/apps/management/data_views/_scripted_fields_filter.ts @@ -2571,6 +2572,7 @@ x-pack/platform/test/api_integration/apis/entity_manager @elastic/core-analysis x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store @elastic/core-analysis x-pack/solutions/security/plugins/security_solution/common/api/entity_analytics/entity_store @elastic/core-analysis x-pack/solutions/security/test/security_solution_api_integration/test_suites/entity_analytics/entity_store/ @elastic/core-analysis +x-pack/solutions/security/plugins/entity_store @elastic/core-analysis ## Security Solution sub teams - Threat Hunting @@ -2633,6 +2635,7 @@ x-pack/solutions/security/test/serverless/functional/configs/config.context_awar /x-pack/solutions/security/plugins/security_solution/public/common/components/tables @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/public/common/components/top_n @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/public/common/components/visualization_actions @elastic/security-threat-hunting-investigations +/x-pack/solutions/security/plugins/security_solution/public/common/containers/unified_alerts @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/public/common/hooks/use_resolve_conflict.tsx @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/public/common/hooks/use_create_data_view.ts @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/public/common/lib/cell_actions @elastic/security-threat-hunting-investigations @@ -2747,6 +2750,12 @@ x-pack/solutions/security/test/security_solution_api_integration/test_suites/inv /x-pack/platform/plugins/shared/stack_connectors/common/gemini @elastic/security-generative-ai /src/platform/packages/shared/kbn-connector-schemas/gemini @elastic/security-generative-ai +# MCP +/x-pack/platform/plugins/shared/stack_connectors/public/connector_types/mcp @elastic/workchat-eng +/x-pack/platform/plugins/shared/stack_connectors/server/connector_types/mcp @elastic/workchat-eng +/x-pack/platform/plugins/shared/stack_connectors/common/mcp @elastic/workchat-eng +/src/platform/packages/shared/kbn-connector-schemas/mcp @elastic/workchat-eng + # Inference API /x-pack/platform/plugins/shared/stack_connectors/public/connector_types/inference @elastic/appex-ai-infra @elastic/security-generative-ai @elastic/obs-ai-team /x-pack/platform/plugins/shared/stack_connectors/server/connector_types/inference @elastic/appex-ai-infra @elastic/security-generative-ai @elastic/obs-ai-team @@ -2826,10 +2835,10 @@ x-pack/platform/plugins/shared/actions/server/lib/token_tracking @elastic/securi /x-pack/solutions/security/plugins/security_solution/common/api/detection_engine/rule_preview @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/common/api/detection_engine/signals @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/common/api/detection_engine/signals_migration @elastic/security-detection-engine +/x-pack/solutions/security/plugins/security_solution/common/api/detection_engine/unified_alerts @elastic/security-detection-engine @elastic/security-threat-hunting-investigations /x-pack/solutions/security/plugins/security_solution/common/cti @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/common/field_maps @elastic/security-detection-engine /x-pack/solutions/security/test/fixtures/es_archives/entity/risks @elastic/security-detection-engine -/x-pack/solutions/security/test/fixtures/es_archives/entity/host_risk @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/public/value_list @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/public/common/components/reference_error_modal @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/public/common/components/toolbar/bulk_actions @elastic/security-detection-engine @@ -2848,10 +2857,12 @@ x-pack/platform/plugins/shared/actions/server/lib/token_tracking @elastic/securi /x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/index @elastic/security-detection-engine /x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/signals @elastic/security-detection-engine +/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/unified_alerts @elastic/security-detection-engine @elastic/security-threat-hunting-investigations /x-pack/solutions/security/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine @elastic/security-detection-engine /x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/detection_engine @elastic/security-detection-engine +/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/detection_engine/unified_alerts @elastic/security-detection-engine @elastic/security-threat-hunting-investigations /x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/utils/rules/rule_gaps.ts @elastic/security-detection-engine /x-pack/solutions/security/test/security_solution_api_integration/test_suites/lists_and_exception_lists @elastic/security-detection-engine /x-pack/solutions/security/test/fixtures/es_archives/asset_criticality @elastic/security-detection-engine @@ -3050,7 +3061,7 @@ x-pack/solutions/observability/plugins/observability_shared/public/components/pr # Shared UX /src/core/packages/chrome @elastic/appex-sharedux -/src/core/packages/chrome/navigation @elastic/eui-team @elastic/appex-sharedux +/src/core/packages/chrome/navigation @elastic/appex-sharedux /x-pack/platform/test/serverless/api_integration/test_suites/favorites @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200985 /src/platform/test/api_integration/apis/short_url/**/*.ts @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200209/files#r1846654156 /src/platform/test/api_integration/apis/unused_urls_task/**/*.ts @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/220138 diff --git a/.github/workflows/alert-failed-test.yml b/.github/workflows/alert-failed-test.yml index 1f977be6dc665..f680635716e0e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/codeql-pr.yml b/.github/workflows/codeql-pr.yml index 5334ef6e2a13e..5435fba715af5 100644 --- a/.github/workflows/codeql-pr.yml +++ b/.github/workflows/codeql-pr.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Initialize CodeQL uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 @@ -65,7 +65,7 @@ jobs: language: [ 'javascript' ] steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Initialize CodeQL uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8 diff --git a/.github/workflows/codeql-stats.yml b/.github/workflows/codeql-stats.yml index 5a3245f3acd06..44edf3c199415 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 546e79086e3a6..a60ce365279d7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ matrix.branch }} persist-credentials: false @@ -63,7 +63,7 @@ jobs: if: ${{ github.repository == 'elastic/kibana' && success() }} # Hack: Do not run on forks steps: - name: Checkout kibana-operations - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/evaluate-dependency-health.yml b/.github/workflows/evaluate-dependency-health.yml index 484a57770d3ce..817be5740378f 100644 --- a/.github/workflows/evaluate-dependency-health.yml +++ b/.github/workflows/evaluate-dependency-health.yml @@ -21,7 +21,7 @@ jobs: github.event.pull_request.draft == false steps: - name: Checkout kibana-operations - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/label-failed-test.yml b/.github/workflows/label-failed-test.yml index 0f9e1f834bc5b..1e5fcaecc8a43 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/launchdarkly-code-references.yml b/.github/workflows/launchdarkly-code-references.yml index 3e6d728ee3bcb..d6cb64ebcf6e7 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 persist-credentials: false diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index 7195361779e12..08615f8d873e0 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -21,7 +21,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'backport:version')))) steps: - name: Checkout Actions - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-github-actions' ref: main diff --git a/.github/workflows/pm-map-labels-to-fields.yml b/.github/workflows/pm-map-labels-to-fields.yml index 01d7934a9bd92..f72b2d67276e8 100644 --- a/.github/workflows/pm-map-labels-to-fields.yml +++ b/.github/workflows/pm-map-labels-to-fields.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'elastic/kibana' steps: - name: Checkout Actions - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 3a8d01900e34e..18039876e798e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-github-actions' ref: main @@ -31,7 +31,7 @@ jobs: token: ${{secrets.KIBANAMACHINE_TOKEN}} - name: Checkout kibana-operations - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/trigger-flaky.yml b/.github/workflows/trigger-flaky.yml index cd4f2825d85d6..6d7aa731f612b 100644 --- a/.github/workflows/trigger-flaky.yml +++ b/.github/workflows/trigger-flaky.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout kibana-operations - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/updatecli-compose.yml b/.github/workflows/updatecli-compose.yml index f80253864453d..9e0fa192f8966 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/NOTICE.txt b/NOTICE.txt index 6bc520539e946..c0646243c49f3 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Kibana source code with Kibana X-Pack source code -Copyright 2012-2025 Elasticsearch B.V. +Copyright 2012-2026 Elasticsearch B.V. --- Adapted from remote-web-worker, which was available under a "MIT" license. diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index bee567af55126..9059acda81457 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- import actionsObj from './actions.devdocs.json'; diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 1fc5473cc0371..7c3ac0b1fad98 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/agent_builder.devdocs.json b/api_docs/agent_builder.devdocs.json new file mode 100644 index 0000000000000..473ad2e7e8515 --- /dev/null +++ b/api_docs/agent_builder.devdocs.json @@ -0,0 +1,659 @@ +{ + "id": "agentBuilder", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.RobotIcon", + "type": "Function", + "tags": [], + "label": "RobotIcon", + "description": [], + "signature": [ + "({ size, ...rest }: Omit<", + "EuiIconProps", + ", \"type\">) => React.JSX.Element" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/application/components/common/icons/robot.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.RobotIcon.$1", + "type": "Object", + "tags": [], + "label": "{ size = 'm', ...rest }", + "description": [], + "signature": [ + "Omit<", + "EuiIconProps", + ", \"type\">" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/application/components/common/icons/robot.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.AGENTBUILDER_FEATURE_ID", + "type": "string", + "tags": [], + "label": "AGENTBUILDER_FEATURE_ID", + "description": [], + "signature": [ + "\"agentBuilder\"" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/common/features.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [], + "setup": { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginSetup", + "type": "Interface", + "tags": [], + "label": "AgentBuilderPluginSetup", + "description": [], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "lifecycle": "setup", + "initialIsOpen": true + }, + "start": { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart", + "type": "Interface", + "tags": [], + "label": "AgentBuilderPluginStart", + "description": [ + "\nPublic start contract for the browser-side agentBuilder plugin." + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.agents", + "type": "Object", + "tags": [], + "label": "agents", + "description": [ + "\nAgent service contract, can be used to list agents." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AgentsServiceStartContract", + "text": "AgentsServiceStartContract" + } + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.attachments", + "type": "Object", + "tags": [], + "label": "attachments", + "description": [ + "\nAttachment service contract, can be used to register and retrieve attachment UI definitions." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AttachmentServiceStartContract", + "text": "AttachmentServiceStartContract" + } + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.tools", + "type": "Object", + "tags": [], + "label": "tools", + "description": [ + "\nTool service contract, can be used to list or execute tools." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.ToolServiceStartContract", + "text": "ToolServiceStartContract" + } + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.openConversationFlyout", + "type": "Function", + "tags": [], + "label": "openConversationFlyout", + "description": [ + "\nOpens a conversation flyout.\n" + ], + "signature": [ + "(options?: ", + "OpenConversationFlyoutOptions", + " | undefined) => ", + "OpenConversationFlyoutReturn" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.openConversationFlyout.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "- Configuration options for the flyout" + ], + "signature": [ + "OpenConversationFlyoutOptions", + " | undefined" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "An object containing the flyout reference" + ] + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.toggleConversationFlyout", + "type": "Function", + "tags": [], + "label": "toggleConversationFlyout", + "description": [ + "\nToggles the conversation flyout.\n\nIf the flyout is open, it will be closed. Otherwise, it will be opened." + ], + "signature": [ + "(options?: ", + "OpenConversationFlyoutOptions", + " | undefined) => void" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.toggleConversationFlyout.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "OpenConversationFlyoutOptions", + " | undefined" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.setConversationFlyoutActiveConfig", + "type": "Function", + "tags": [], + "label": "setConversationFlyoutActiveConfig", + "description": [], + "signature": [ + "(config: ", + "EmbeddableConversationProps", + ") => void" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.setConversationFlyoutActiveConfig.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "EmbeddableConversationProps" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "agentBuilder", + "id": "def-public.AgentBuilderPluginStart.clearConversationFlyoutActiveConfig", + "type": "Function", + "tags": [], + "label": "clearConversationFlyoutActiveConfig", + "description": [], + "signature": [ + "() => void" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsSetup", + "type": "Interface", + "tags": [], + "label": "ToolsSetup", + "description": [ + "\nAgentBuilder tool service's setup contract" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsSetup.register", + "type": "Function", + "tags": [], + "label": "register", + "description": [ + "\nRegister a built-in tool to be available in agentBuilder." + ], + "signature": [ + ">(tool: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticToolRegistration", + "text": "StaticToolRegistration" + }, + ") => void" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsSetup.register.$1", + "type": "CompoundType", + "tags": [], + "label": "tool", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticEsqlTool", + "text": "StaticEsqlTool" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticIndexSearchTool", + "text": "StaticIndexSearchTool" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticWorkflowTool", + "text": "StaticWorkflowTool" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.BuiltinToolDefinition", + "text": "BuiltinToolDefinition" + }, + "" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/tools/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart", + "type": "Interface", + "tags": [], + "label": "ToolsStart", + "description": [ + "\nAgentBuilder tool service's start contract" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart.execute", + "type": "Function", + "tags": [], + "label": "execute", + "description": [ + "\nExecute a tool." + ], + "signature": [ + ">(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart.execute.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart.getRegistry", + "type": "Function", + "tags": [], + "label": "getRegistry", + "description": [ + "\nReturn a tool registry scoped to the current user and context." + ], + "signature": [ + "(opts: { request: ", + "KibanaRequest", + "; }) => Promise<", + "ToolRegistry", + ">" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart.getRegistry.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.ToolsStart.getRegistry.$1.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [], + "objects": [], + "setup": { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginSetup", + "type": "Interface", + "tags": [], + "label": "AgentBuilderPluginSetup", + "description": [ + "\nSetup contract of the agentBuilder plugin." + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginSetup.agents", + "type": "Object", + "tags": [], + "label": "agents", + "description": [ + "\nAgents setup contract, which can be used to register built-in agents." + ], + "signature": [ + "AgentsSetup" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginSetup.tools", + "type": "Object", + "tags": [], + "label": "tools", + "description": [ + "\nTools setup contract, which can be used to register built-in tools." + ], + "signature": [ + { + "pluginId": "agentBuilder", + "scope": "server", + "docId": "kibAgentBuilderPluginApi", + "section": "def-server.ToolsSetup", + "text": "ToolsSetup" + } + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginSetup.attachments", + "type": "Object", + "tags": [], + "label": "attachments", + "description": [ + "\nAttachments setup contract, which can be used to register attachment types." + ], + "signature": [ + "AttachmentsSetup" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "lifecycle": "setup", + "initialIsOpen": true + }, + "start": { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginStart", + "type": "Interface", + "tags": [], + "label": "AgentBuilderPluginStart", + "description": [ + "\nStart contract of the agentBuilder plugin." + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginStart.agents", + "type": "Object", + "tags": [], + "label": "agents", + "description": [ + "\nAgents service, to execute agents." + ], + "signature": [ + "{ runAgent: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentFn", + "text": "RunAgentFn" + }, + "; }" + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "agentBuilder", + "id": "def-server.AgentBuilderPluginStart.tools", + "type": "Object", + "tags": [], + "label": "tools", + "description": [ + "\nTools service, to manage or execute tools." + ], + "signature": [ + { + "pluginId": "agentBuilder", + "scope": "server", + "docId": "kibAgentBuilderPluginApi", + "section": "def-server.ToolsStart", + "text": "ToolsStart" + } + ], + "path": "x-pack/platform/plugins/shared/agent_builder/server/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "lifecycle": "start", + "initialIsOpen": true + } + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/agent_builder.mdx b/api_docs/agent_builder.mdx new file mode 100644 index 0000000000000..0ec9cc2410070 --- /dev/null +++ b/api_docs/agent_builder.mdx @@ -0,0 +1,50 @@ +--- +#### +#### 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: kibAgentBuilderPluginApi +slug: /kibana-dev-docs/api/agentBuilder +title: "agentBuilder" +image: https://source.unsplash.com/400x175/?github +description: API docs for the agentBuilder plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'agentBuilder'] +--- +import agentBuilderObj from './agent_builder.devdocs.json'; + + + +Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 31 | 0 | 12 | 6 | + +## Client + +### Setup + + +### Start + + +### Functions + + +### Consts, variables and types + + +## Server + +### Setup + + +### Start + + +### Interfaces + + diff --git a/api_docs/agent_builder_platform.mdx b/api_docs/agent_builder_platform.mdx index db2bee1d53a2f..0076a8c53dd35 100644 --- a/api_docs/agent_builder_platform.mdx +++ b/api_docs/agent_builder_platform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/agentBuilderPlatform title: "agentBuilderPlatform" image: https://source.unsplash.com/400x175/?github description: API docs for the agentBuilderPlatform plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'agentBuilderPlatform'] --- import agentBuilderPlatformObj from './agent_builder_platform.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index ae422b4a3675a..1db79219ef1bc 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: 2025-12-19 +date: 2026-01-07 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 ef93447e431c4..e86118c3530b5 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -341,7 +341,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 2802af94870af..edf4ba1f77097 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: 2025-12-19 +date: 2026-01-07 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 5b83538aafbe9..cca54cf9a9e24 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -5129,7 +5129,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; schedule: Readonly<{} & { interval: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; }> | Readonly<{} & { error: Readonly<{ status?: number | undefined; } & { message: string; rule: Readonly<{ name?: string | undefined; } & { id: string; }>; }>; }>)[]>; getBackfill: (id: string) => Promise; id: string; consumer: string; name: string; enabled: boolean; tags: string[]; actions: Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; schedule: Readonly<{} & { status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; interval: string; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; }> | Readonly<{} & { error: Readonly<{ status?: number | undefined; } & { message: string; rule: Readonly<{ name?: string | undefined; } & { id: string; }>; }>; }>)[]>; getBackfill: (id: string) => Promise; id: string; consumer: string; name: string; enabled: boolean; tags: string[]; actions: Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -5137,7 +5137,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; schedule: Readonly<{} & { interval: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; }>>; findBackfill: (params: Readonly<{ start?: string | undefined; end?: string | undefined; sortField?: \"start\" | \"createdAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; initiator?: \"user\" | \"system\" | undefined; initiatorId?: string | undefined; ruleIds?: string | undefined; } & { page: number; perPage: number; }>) => Promise; id: string; consumer: string; name: string; enabled: boolean; tags: string[]; actions: Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; schedule: Readonly<{} & { status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; interval: string; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; }>>; findBackfill: (params: Readonly<{ start?: string | undefined; end?: string | undefined; sortField?: \"start\" | \"createdAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; initiator?: \"user\" | \"system\" | undefined; initiatorId?: string | undefined; ruleIds?: string | undefined; } & { page: number; perPage: number; }>) => Promise; id: string; consumer: string; name: string; enabled: boolean; tags: string[]; actions: Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -5145,7 +5145,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; schedule: Readonly<{} & { interval: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; }>[]; perPage: number; total: number; }>>; deleteBackfill: (id: string) => Promise<{}>; getSpaceId: () => string | undefined; getAuthorization: () => ", + "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; schedule: Readonly<{} & { status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; interval: string; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; }>[]; perPage: number; total: number; }>>; deleteBackfill: (id: string) => Promise<{}>; getSpaceId: () => string | undefined; getAuthorization: () => ", { "pluginId": "alerting", "scope": "server", @@ -5173,7 +5173,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; schedule: Readonly<{} & { interval: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; }> | Readonly<{} & { error: Readonly<{ status?: number | undefined; } & { message: string; rule: Readonly<{ name?: string | undefined; } & { id: string; }>; }>; }>)[]>; bulkFillGapsByRuleIds: (params: ", + "; }> | undefined; } & { meta: Record; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record; id: string; actionTypeId: string; group: string; }>[]; alertTypeId: string; schedule: Readonly<{} & { interval: string; }>; createdBy: string | null; updatedBy: string | null; createdAt: string; updatedAt: string; apiKeyOwner: string | null; revision: number; }>; status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; schedule: Readonly<{} & { status: \"error\" | \"running\" | \"complete\" | \"pending\" | \"timeout\"; interval: string; runAt: string; }>[]; createdAt: string; initiator: \"user\" | \"system\"; duration: string; }> | Readonly<{} & { error: Readonly<{ status?: number | undefined; } & { message: string; rule: Readonly<{ name?: string | undefined; } & { id: string; }>; }>; }>)[]>; bulkFillGapsByRuleIds: (params: ", "BulkFillGapsByRuleIdsParams", ", options: ", "BulkFillGapsByRuleIdsOptions", @@ -5189,7 +5189,7 @@ "UpdateGapAutoFillSchedulerParams", ") => Promise<", "GapAutoFillSchedulerResponse", - ">; deleteGapAutoFillScheduler: (params: Readonly<{} & { id: string; }>) => Promise; findGapAutoFillSchedulerLogs: (params: Readonly<{ statuses?: (\"error\" | \"success\" | \"skipped\" | \"no_gaps\")[] | undefined; } & { id: string; page: number; start: string; end: string; perPage: number; sortField: string; sortDirection: \"asc\" | \"desc\"; }>) => Promise[] | undefined; status?: string | undefined; } & { id: string; }>[]; perPage: number; total: number; }>>; getContext: () => ", + ">; deleteGapAutoFillScheduler: (params: Readonly<{} & { id: string; }>) => Promise; findGapAutoFillSchedulerLogs: (params: Readonly<{ statuses?: (\"error\" | \"success\" | \"skipped\" | \"no_gaps\")[] | undefined; } & { id: string; page: number; start: string; end: string; perPage: number; sortField: string; sortDirection: \"asc\" | \"desc\"; }>) => Promise[] | undefined; } & { id: string; }>[]; perPage: number; total: number; }>>; getContext: () => ", "RulesClientContext", "; }" ], @@ -8454,7 +8454,7 @@ "label": "status", "description": [], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"pending\" | \"active\"" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -11101,7 +11101,7 @@ "label": "RuleExecutionStatuses", "description": [], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"pending\" | \"active\"" ], "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 9a104a75503c9..bf5df9e1ae249 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 5e55a0571cf55..6ab1f3e7ef223 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index a3d79fda31dea..64f513711bd48 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/apm_sources_access.mdx b/api_docs/apm_sources_access.mdx index f29a42fe5a5e3..3c1db599c4845 100644 --- a/api_docs/apm_sources_access.mdx +++ b/api_docs/apm_sources_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmSourcesAccess title: "apmSourcesAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmSourcesAccess plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess'] --- import apmSourcesAccessObj from './apm_sources_access.devdocs.json'; diff --git a/api_docs/automatic_import.mdx b/api_docs/automatic_import.mdx index 24938cac14ba7..4f094575af19c 100644 --- a/api_docs/automatic_import.mdx +++ b/api_docs/automatic_import.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/automaticImport title: "automaticImport" image: https://source.unsplash.com/400x175/?github description: API docs for the automaticImport plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport'] --- import automaticImportObj from './automatic_import.devdocs.json'; diff --git a/api_docs/automatic_import_v_two.devdocs.json b/api_docs/automatic_import_v_two.devdocs.json index 991efa4b50c95..86a6967ea9120 100644 --- a/api_docs/automatic_import_v_two.devdocs.json +++ b/api_docs/automatic_import_v_two.devdocs.json @@ -435,7 +435,7 @@ "\nThe data stream response object with its settings." ], "signature": [ - "{ title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }" + "{ title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/common_attributes.gen.ts", "deprecated": false, @@ -510,7 +510,7 @@ "label": "GetAutoImportIntegrationResponse", "description": [], "signature": [ - "{ integrationResponse: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }" + "{ integrationResponse: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/api/integrations/integration.gen.ts", "deprecated": false, @@ -561,7 +561,7 @@ "\nThe integration response object with its settings." ], "signature": [ - "{ title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }" + "{ title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/common_attributes.gen.ts", "deprecated": false, @@ -902,7 +902,7 @@ "ZodEnum", "<[\"pending\", \"processing\", \"completed\", \"failed\", \"cancelled\"]>; }, \"strip\", ", "ZodTypeAny", - ", { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>" + ", { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/common_attributes.gen.ts", "deprecated": false, @@ -1068,13 +1068,13 @@ "ZodEnum", "<[\"pending\", \"processing\", \"completed\", \"failed\", \"cancelled\"]>; }, \"strip\", ", "ZodTypeAny", - ", { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>, \"many\">; status: ", + ", { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>, \"many\">; status: ", "ZodEnum", "<[\"pending\", \"processing\", \"completed\", \"failed\", \"cancelled\"]>; }, \"strip\", ", "ZodTypeAny", - ", { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }, { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }>; }, \"strict\", ", + ", { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }, { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }>; }, \"strict\", ", "ZodTypeAny", - ", { integrationResponse: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }, { integrationResponse: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }>" + ", { integrationResponse: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }, { integrationResponse: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }; }>" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/api/integrations/integration.gen.ts", "deprecated": false, @@ -1216,11 +1216,11 @@ "ZodEnum", "<[\"pending\", \"processing\", \"completed\", \"failed\", \"cancelled\"]>; }, \"strip\", ", "ZodTypeAny", - ", { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>, \"many\">; status: ", + ", { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }, { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }>, \"many\">; status: ", "ZodEnum", "<[\"pending\", \"processing\", \"completed\", \"failed\", \"cancelled\"]>; }, \"strip\", ", "ZodTypeAny", - ", { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }, { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; dataStreams: { title: string; description: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }>" + ", { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }, { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; dataStreams: { title: string; status: \"pending\" | \"failed\" | \"processing\" | \"completed\" | \"cancelled\"; description: string; inputTypes: { name: \"aws-cloudwatch\" | \"aws-s3\" | \"azure-blob-storage\" | \"azure-eventhub\" | \"cloudfoundry\" | \"filestream\" | \"gcp-pubsub\" | \"gcs\" | \"http_endpoint\" | \"journald\" | \"kafka\" | \"tcp\" | \"udp\"; }[]; dataStreamId: string; }[]; integrationId: string; logo?: string | undefined; }>" ], "path": "x-pack/platform/plugins/shared/automatic_import_v2/common/model/common_attributes.gen.ts", "deprecated": false, diff --git a/api_docs/automatic_import_v_two.mdx b/api_docs/automatic_import_v_two.mdx index 8e10f53c0acc3..f20a691c41414 100644 --- a/api_docs/automatic_import_v_two.mdx +++ b/api_docs/automatic_import_v_two.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/automaticImportVTwo title: "automaticImportVTwo" image: https://source.unsplash.com/400x175/?github description: API docs for the automaticImportVTwo plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImportVTwo'] --- import automaticImportVTwoObj from './automatic_import_v_two.devdocs.json'; diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 678333cb29f7b..cf96f3356372a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index 695ea46a407a0..3a555ab5fffdd 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: 2025-12-19 +date: 2026-01-07 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 e9e1f6aeb4ce8..c0c4bd8480207 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -483,7 +483,7 @@ "section": "def-common.CaseSeverity", "text": "CaseSeverity" }, - "[] | undefined; assignees?: string | string[] | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; from?: string | undefined; search?: string | undefined; sortField?: \"title\" | \"createdAt\" | \"updatedAt\" | \"status\" | \"severity\" | \"category\" | \"closedAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; category?: string | string[] | undefined; } & Partial<", + "[] | undefined; assignees?: string | string[] | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; from?: string | undefined; search?: string | undefined; sortField?: \"title\" | \"status\" | \"createdAt\" | \"updatedAt\" | \"severity\" | \"category\" | \"closedAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; category?: string | string[] | undefined; } & Partial<", "Pagination", "> & { searchFields?: \"title\" | \"description\" | \"incremental_id.text\" | (\"title\" | \"description\" | \"incremental_id.text\")[] | undefined; }, signal?: AbortSignal | undefined) => Promise<", { diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index ad780b4b633b8..f2e7deefe1301 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index 03bdb40bebb35..cf15e366a6d1e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.devdocs.json'; diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index 819532a4ab42a..5c1278d5cd00b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_connect.mdx b/api_docs/cloud_connect.mdx index 17beeb9cf1296..bd3cd45b97bd2 100644 --- a/api_docs/cloud_connect.mdx +++ b/api_docs/cloud_connect.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudConnect title: "cloudConnect" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudConnect plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudConnect'] --- import cloudConnectObj from './cloud_connect.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index 7b189e1989429..5630a2c67405e 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: 2025-12-19 +date: 2026-01-07 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 a900358bdf300..6789a1b6a1b3f 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: 2025-12-19 +date: 2026-01-07 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 5151cac6502c8..bf70b2b11050e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 29e2c23227c7a..aabc079371f71 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_connectors.mdx b/api_docs/content_connectors.mdx index 53cd8230a3ec0..37c671f8d23ed 100644 --- a/api_docs/content_connectors.mdx +++ b/api_docs/content_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentConnectors title: "contentConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the contentConnectors plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentConnectors'] --- import contentConnectorsObj from './content_connectors.devdocs.json'; diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index 0552619be32ec..e53e86dcebb14 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.devdocs.json b/api_docs/controls.devdocs.json index 324a714d01a06..a6530fed5ae32 100644 --- a/api_docs/controls.devdocs.json +++ b/api_docs/controls.devdocs.json @@ -2,952 +2,181 @@ "id": "controls", "client": { "classes": [], - "functions": [ + "functions": [], + "interfaces": [], + "enums": [], + "misc": [ { "parentPluginId": "controls", - "id": "def-public.LazyControlGroupRenderer", - "type": "Function", + "id": "def-public.DataControlApi", + "type": "Type", "tags": [], - "label": "LazyControlGroupRenderer", + "label": "DataControlApi", "description": [], "signature": [ - "(props: ", + "SettersOf", + "> & ", + "SubjectsOf", + "> & Partial<", + "HasCustomPrepend", + "> & ", { - "pluginId": "controls", + "pluginId": "@kbn/presentation-publishing", "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererProps", - "text": "ControlGroupRendererProps" - }, - ") => React.JSX.Element" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.LazyControlGroupRenderer.$1", - "type": "Object", - "tags": [], - "label": "props", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererProps", - "text": "ControlGroupRendererProps" - } - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.serializeRuntimeState", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "serializeRuntimeState", - "description": [], - "signature": [ - "(runtimeState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.HasEditCapabilities", + "text": "HasEditCapabilities" }, - ">>) => ", + " & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.SerializedPanelState", - "text": "SerializedPanelState" - }, - " | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/serialize_runtime_state.ts", - "deprecated": true, - "trackAdoption": false, - "references": [ - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/url/bwc/extract_control_group_state.ts" - }, - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_app/url/bwc/extract_control_group_state.ts" - } - ], - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.serializeRuntimeState.$1", - "type": "Object", - "tags": [], - "label": "runtimeState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/serialize_runtime_state.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupCreationOptions", - "type": "Interface", - "tags": [], - "label": "ControlGroupCreationOptions", - "description": [], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupCreationOptions.initialState", - "type": "Object", - "tags": [], - "label": "initialState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">> | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupCreationOptions.editorConfig", - "type": "Object", - "tags": [], - "label": "editorConfig", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps", - "type": "Interface", - "tags": [], - "label": "ControlGroupRendererProps", - "description": [], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.onApiAvailable", - "type": "Function", - "tags": [], - "label": "onApiAvailable", - "description": [], - "signature": [ - "(api: ", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererApi", - "text": "ControlGroupRendererApi" - }, - ") => void" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.onApiAvailable.$1", - "type": "CompoundType", - "tags": [], - "label": "api", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererApi", - "text": "ControlGroupRendererApi" - } - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.getCreationOptions", - "type": "Function", - "tags": [], - "label": "getCreationOptions", - "description": [], - "signature": [ - "((initialState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, builder: { addDataControlFromField: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "OptionsListControlState", - ", controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "RangesliderControlState", - ", controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlId?: string | undefined) => void; }) => Promise>) | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.getCreationOptions.$1", - "type": "Object", - "tags": [], - "label": "initialState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.getCreationOptions.$2", - "type": "Object", - "tags": [], - "label": "builder", - "description": [], - "signature": [ - "{ addDataControlFromField: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "OptionsListControlState", - ", controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "RangesliderControlState", - ", controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlId?: string | undefined) => void; }" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] + "section": "def-public.PublishesDataViews", + "text": "PublishesDataViews" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.viewMode", - "type": "CompoundType", - "tags": [], - "label": "viewMode", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.ViewMode", - "text": "ViewMode" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesBlockingError", + "text": "PublishesBlockingError" }, + " & ", + "PublishesField", + " & Pick<", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesTitle", + "text": "PublishesTitle" }, + ", \"defaultTitle$\"> & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.timeRange", - "type": "Object", - "tags": [], - "label": "timeRange", - "description": [], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesDataLoading", + "text": "PublishesDataLoading" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.query", - "type": "Object", - "tags": [], - "label": "query", - "description": [], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.dataLoading", - "type": "CompoundType", - "tags": [], - "label": "dataLoading", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsExpandable", + "text": "IsExpandable" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererProps.compressed", - "type": "CompoundType", - "tags": [], - "label": "compressed", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer.tsx", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRuntimeState", - "type": "Interface", - "tags": [], - "label": "ControlGroupRuntimeState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsCustomizable", + "text": "IsCustomizable" }, - " extends Omit | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>, \"controls\">" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRuntimeState.initialChildControlState", - "type": "Object", - "tags": [], - "label": "initialChildControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", - "text": "ControlPanelsState" - }, - "" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsDuplicable", + "text": "IsDuplicable" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.ControlGroupRuntimeState.editorConfig", - "type": "Object", - "tags": [], - "label": "editorConfig", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlPanelsState", - "type": "Interface", - "tags": [], - "label": "ControlPanelsState", - "description": [ - "\n----------------------------------------------------------------\nControl group panel state\n----------------------------------------------------------------" - ], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", - "text": "ControlPanelsState" + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsPinnable", + "text": "IsPinnable" }, - "" + " & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; }" ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlPanelsState.Unnamed", - "type": "IndexSignature", - "tags": [], - "label": "[panelId: string]: ControlPanelState", - "description": [], - "signature": [ - "[panelId: string]: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelState", - "text": "ControlPanelState" - }, - "" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { "parentPluginId": "controls", - "id": "def-public.DataControlFactory", - "type": "Interface", + "id": "def-public.ESQLControlApi", + "type": "Type", "tags": [], - "label": "DataControlFactory", + "label": "ESQLControlApi", "description": [], "signature": [ { - "pluginId": "controls", + "pluginId": "embeddable", "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.DataControlFactory", - "text": "DataControlFactory" - }, - " extends ", - "ControlFactory", - "" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.DataControlFactory.isFieldCompatible", - "type": "Function", - "tags": [], - "label": "isFieldCompatible", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataViewField", - "text": "DataViewField" - }, - ") => boolean" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.DataControlFactory.isFieldCompatible.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "dataViews", - "scope": "common", - "docId": "kibDataViewsPluginApi", - "section": "def-common.DataViewField", - "text": "DataViewField" - } - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" }, + "<", { - "parentPluginId": "controls", - "id": "def-public.DataControlFactory.CustomOptionsComponent", - "type": "Function", - "tags": [], - "label": "CustomOptionsComponent", - "description": [], - "signature": [ - "React.FC<", - "CustomOptionsComponentProps", - "> | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.DefaultDataControlState", - "type": "Interface", - "tags": [], - "label": "DefaultDataControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", + "pluginId": "@kbn/esql-types", "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlState", + "text": "ESQLControlState" }, - " extends ", + "> & ", { - "pluginId": "controls", + "pluginId": "@kbn/esql-types", "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - } - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.PublishesESQLVariable", + "text": "PublishesESQLVariable" + }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.DefaultDataControlState.dataViewId", - "type": "string", - "tags": [], - "label": "dataViewId", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.HasEditCapabilities", + "text": "HasEditCapabilities" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.DefaultDataControlState.fieldName", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.TitlesApi", + "text": "TitlesApi" }, + " & ", { - "parentPluginId": "controls", - "id": "def-public.DefaultDataControlState.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesDataLoading", + "text": "PublishesDataLoading" } ], - "initialIsOpen": false - } - ], - "enums": [], - "misc": [ - { - "parentPluginId": "controls", - "id": "def-public.ACTION_CLEAR_CONTROL", - "type": "string", - "tags": [], - "label": "ACTION_CLEAR_CONTROL", - "description": [], - "signature": [ - "\"clearControl\"" - ], - "path": "src/platform/plugins/shared/controls/public/actions/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ACTION_DELETE_CONTROL", - "type": "string", - "tags": [], - "label": "ACTION_DELETE_CONTROL", - "description": [], - "signature": [ - "\"deleteControl\"" - ], - "path": "src/platform/plugins/shared/controls/public/actions/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ACTION_EDIT_CONTROL", - "type": "string", - "tags": [], - "label": "ACTION_EDIT_CONTROL", - "description": [], - "signature": [ - "\"editDataControl\"" - ], - "path": "src/platform/plugins/shared/controls/public/actions/constants.ts", + "path": "src/platform/plugins/shared/controls/public/controls/esql_control/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "controls", - "id": "def-public.ControlGroupApi", + "id": "def-public.OptionsListControlApi", "type": "Type", "tags": [], - "label": "ControlGroupApi", - "description": [ - "\n----------------------------------------------------------------\nControl group API\n----------------------------------------------------------------" - ], + "label": "OptionsListControlApi", + "description": [], "signature": [ - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.PresentationContainer", - "text": "PresentationContainer" - }, - " & ", { "pluginId": "embeddable", "scope": "public", @@ -955,13 +184,27 @@ "section": "def-public.DefaultEmbeddableApi", "text": "DefaultEmbeddableApi" }, - " | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>> & ", + "<", + { + "pluginId": "@kbn/controls-schemas", + "scope": "server", + "docId": "kibKbnControlsSchemasPluginApi", + "section": "def-server.OptionsListControlState", + "text": "OptionsListControlState" + }, + "> & ", + "SettersOf", + "> & ", + "SubjectsOf", + "> & Partial<", + "HasCustomPrepend", + "> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" + "section": "def-public.HasEditCapabilities", + "text": "HasEditCapabilities" }, " & ", { @@ -973,125 +216,71 @@ }, " & ", { - "pluginId": "@kbn/esql-types", - "scope": "common", - "docId": "kibKbnEsqlTypesPluginApi", - "section": "def-common.PublishesESQLVariables", - "text": "PublishesESQLVariables" + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesBlockingError", + "text": "PublishesBlockingError" }, " & ", + "PublishesField", + " & Pick<", { - "pluginId": "@kbn/presentation-containers", + "pluginId": "@kbn/presentation-publishing", "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasSerializedChildState", - "text": "HasSerializedChildState" + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesTitle", + "text": "PublishesTitle" }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelState", - "text": "ControlPanelState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">> & ", + ", \"defaultTitle$\"> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" + "section": "def-public.PublishesDataLoading", + "text": "PublishesDataLoading" }, " & ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasLastSavedChildState", - "text": "HasLastSavedChildState" - }, - " & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTimeslice", - "text": "PublishesTimeslice" + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" }, " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsExpandable", + "text": "IsExpandable" }, " & ", { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnifiedSearch", - "text": "PublishesUnifiedSearch" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesReload", - "text": "PublishesReload" - }, - "> & { allowExpensiveQueries$: ", - { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsCustomizable", + "text": "IsCustomizable" }, - "; autoApplySelections$: ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsDuplicable", + "text": "IsDuplicable" }, - "; ignoreParentSettings$: ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsPinnable", + "text": "IsPinnable" }, - " | undefined>; labelPosition: ", + " & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; } & { setSelectedOptions: (options: (string | number)[] | undefined) => void; clearSelections: () => void; hasSelections$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1099,57 +288,21 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - "<\"oneLine\" | \"twoLine\">; controlFetch$: (controlUuid: string, onReload?: (() => void) | undefined) => ", - "Observable", - "<", - "ControlFetchContext", - ">; openAddDataControlFlyout: (options?: { controlStateTransform?: ", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlStateTransform", - "text": "ControlStateTransform" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> | undefined; onSave?: (() => void) | undefined; } | undefined) => void; untilInitialized: () => Promise; untilFiltersPublished: () => Promise; getEditorConfig: () => ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined; setChainingSystem: (chainingSystem: \"HIERARCHICAL\" | \"NONE\") => void; }" + "; }" ], - "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "controls", - "id": "def-public.ControlGroupRendererApi", + "id": "def-public.RangeSliderControlApi", "type": "Type", "tags": [], - "label": "ControlGroupRendererApi", + "label": "RangeSliderControlApi", "description": [], "signature": [ - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.PresentationContainer", - "text": "PresentationContainer" - }, - " & ", { "pluginId": "embeddable", "scope": "public", @@ -1157,13 +310,19 @@ "section": "def-public.DefaultEmbeddableApi", "text": "DefaultEmbeddableApi" }, - " | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>> & ", + "> & ", + "SettersOf", + "> & ", + "SubjectsOf", + "> & Partial<", + "HasCustomPrepend", + "> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" + "section": "def-public.HasEditCapabilities", + "text": "HasEditCapabilities" }, " & ", { @@ -1174,126 +333,72 @@ "text": "PublishesDataViews" }, " & ", - { - "pluginId": "@kbn/esql-types", - "scope": "common", - "docId": "kibKbnEsqlTypesPluginApi", - "section": "def-common.PublishesESQLVariables", - "text": "PublishesESQLVariables" - }, - " & ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasSerializedChildState", - "text": "HasSerializedChildState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelState", - "text": "ControlPanelState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" + "section": "def-public.PublishesBlockingError", + "text": "PublishesBlockingError" }, " & ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasLastSavedChildState", - "text": "HasLastSavedChildState" - }, - " & ", + "PublishesField", + " & Pick<", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTimeslice", - "text": "PublishesTimeslice" + "section": "def-public.PublishesTitle", + "text": "PublishesTitle" }, - " & ", + ", \"defaultTitle$\"> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" + "section": "def-public.PublishesDataLoading", + "text": "PublishesDataLoading" }, " & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnifiedSearch", - "text": "PublishesUnifiedSearch" + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" }, - "> & ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesReload", - "text": "PublishesReload" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsExpandable", + "text": "IsExpandable" }, - "> & { allowExpensiveQueries$: ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsCustomizable", + "text": "IsCustomizable" }, - "; autoApplySelections$: ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsDuplicable", + "text": "IsDuplicable" }, - "; ignoreParentSettings$: ", + " & ", { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsPinnable", + "text": "IsPinnable" }, - " | undefined>; labelPosition: ", + " & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; } & { clearSelections: () => void; hasSelections$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1301,1770 +406,82 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - "<\"oneLine\" | \"twoLine\">; controlFetch$: (controlUuid: string, onReload?: (() => void) | undefined) => ", - "Observable", - "<", - "ControlFetchContext", - ">; openAddDataControlFlyout: (options?: { controlStateTransform?: ", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlStateTransform", - "text": "ControlStateTransform" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> | undefined; onSave?: (() => void) | undefined; } | undefined) => void; untilInitialized: () => Promise; untilFiltersPublished: () => Promise; getEditorConfig: () => ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined; setChainingSystem: (chainingSystem: \"HIERARCHICAL\" | \"NONE\") => void; } & { reload: () => void; updateInput: (input: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>) => void; getInput$: () => ", - "Observable", - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>; getInput: () => ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">; }" + "; }" ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/range_slider/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "controls", - "id": "def-public.ControlGroupStateBuilder", + "id": "def-public.TimeSliderControlApi", "type": "Type", "tags": [], - "label": "ControlGroupStateBuilder", + "label": "TimeSliderControlApi", "description": [], "signature": [ - "{ addDataControlFromField: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" }, - "<", + "> & Pick<", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesTitle", + "text": "PublishesTitle" }, - ">>, controlState: ", - "OptionsListControlState", - ", controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", + ", \"defaultTitle$\"> & ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesTimeslice", + "text": "AppliesTimeslice" }, - "<", + " & ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesUnsavedChanges", + "text": "PublishesUnsavedChanges" }, - ">>, controlState: ", - "RangesliderControlState", - ", controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", + " & ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" + "pluginId": "@kbn/controls-schemas", + "scope": "server", + "docId": "kibKbnControlsSchemasPluginApi", + "section": "def-server.HasCustomPrepend", + "text": "HasCustomPrepend" }, - "<", + " & { clearSelections: () => void; hasSelections$: ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishingSubject", + "text": "PublishingSubject" }, - ">>, controlId?: string | undefined) => void; }" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlPanelState", - "type": "Type", - "tags": [], - "label": "ControlPanelState", - "description": [], - "signature": [ - "State & { type: string; order: number; }" + "; }" ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlStateTransform", - "type": "Type", - "tags": [], - "label": "ControlStateTransform", - "description": [], - "signature": [ - "(newState: Partial, controlType: string) => Partial" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.ControlStateTransform.$1", - "type": "Object", - "tags": [], - "label": "newState", - "description": [], - "signature": [ - "{ [P in keyof State]?: State[P] | undefined; }" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ControlStateTransform.$2", - "type": "string", - "tags": [], - "label": "controlType", - "description": [], - "path": "src/platform/plugins/shared/controls/public/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.DataControlApi", - "type": "Type", - "tags": [], - "label": "DataControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; } & Omit<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - ", \"hideTitle$\"> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataViews", - "text": "PublishesDataViews" - }, - " & ", - "PublishesField", - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" - }, - " & { untilFiltersReady: () => Promise; }" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.DefaultControlApi", - "type": "Type", - "tags": [], - "label": "DefaultControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; }" - ], - "path": "src/platform/plugins/shared/controls/public/controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.ESQLControlApi", - "type": "Type", - "tags": [], - "label": "ESQLControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; } & ", - { - "pluginId": "@kbn/esql-types", - "scope": "common", - "docId": "kibKbnEsqlTypesPluginApi", - "section": "def-common.PublishesESQLVariable", - "text": "PublishesESQLVariable" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" - }, - " & Pick, \"defaultTitle$\">" - ], - "path": "src/platform/plugins/shared/controls/public/controls/esql_control/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.OptionsListControlApi", - "type": "Type", - "tags": [], - "label": "OptionsListControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; } & Omit<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - ", \"hideTitle$\"> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataViews", - "text": "PublishesDataViews" - }, - " & ", - "PublishesField", - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" - }, - " & { untilFiltersReady: () => Promise; } & { setSelectedOptions: (options: ", - "OptionsListSelection", - "[] | undefined) => void; }" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.OptionsListControlState", - "type": "Type", - "tags": [], - "label": "OptionsListControlState", - "description": [], - "signature": [ - "OptionsListDSLControlState", - " | ", - "OptionsListESQLControlState" - ], - "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.OptionsListDSLControlState", - "type": "Type", - "tags": [], - "label": "OptionsListDSLControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - " & ", - "OptionsListDisplaySettings", - " & { searchTechnique?: ", - "OptionsListSearchTechnique", - " | undefined; sort?: ", - "OptionsListSortingType", - " | undefined; selectedOptions?: ", - "OptionsListSelection", - "[] | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; }" - ], - "path": "src/platform/plugins/shared/controls/common/options_list/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.RangesliderControlApi", - "type": "Type", - "tags": [], - "label": "RangesliderControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; } & Omit<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - ", \"hideTitle$\"> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataViews", - "text": "PublishesDataViews" - }, - " & ", - "PublishesField", - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" - }, - " & { untilFiltersReady: () => Promise; }" - ], - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/range_slider/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-public.TimesliderControlApi", - "type": "Type", - "tags": [], - "label": "TimesliderControlApi", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataLoading", - "text": "PublishesDataLoading" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesBlockingError", - "text": "PublishesBlockingError" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDisabledActionIds", - "text": "PublishesDisabledActionIds" - }, - " & ", - "HasCustomPrepend", - "> & Partial<", - "CanClearSelections", - "> & ", - { - "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.HasUniqueId", - "text": "HasUniqueId" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - "> & { setDataLoading: (loading: boolean) => void; setBlockingError: (error: Error | undefined) => void; grow$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; width$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<\"small\" | \"medium\" | \"large\" | undefined>; } & Pick<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTitle", - "text": "PublishesTitle" - }, - ", \"defaultTitle$\"> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTimeslice", - "text": "PublishesTimeslice" - } - ], - "path": "src/platform/plugins/shared/controls/public/controls/timeslider_control/types.ts", + "path": "src/platform/plugins/shared/controls/public/controls/timeslider_control/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], - "objects": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder", - "type": "Object", - "tags": [], - "label": "controlGroupStateBuilder", - "description": [], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addDataControlFromField", - "type": "Function", - "tags": [], - "label": "addDataControlFromField", - "description": [], - "signature": [ - "(controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - ", controlId?: string | undefined) => Promise" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$1", - "type": "Object", - "tags": [], - "label": "controlGroupState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$2", - "type": "Object", - "tags": [], - "label": "controlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - } - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$3", - "type": "string", - "tags": [], - "label": "controlId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addOptionsListControl", - "type": "Function", - "tags": [], - "label": "addOptionsListControl", - "description": [], - "signature": [ - "(controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "OptionsListControlState", - ", controlId?: string | undefined) => void" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$1", - "type": "Object", - "tags": [], - "label": "controlGroupState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$2", - "type": "CompoundType", - "tags": [], - "label": "controlState", - "description": [], - "signature": [ - "OptionsListControlState" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$3", - "type": "string", - "tags": [], - "label": "controlId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addRangeSliderControl", - "type": "Function", - "tags": [], - "label": "addRangeSliderControl", - "description": [], - "signature": [ - "(controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlState: ", - "RangesliderControlState", - ", controlId?: string | undefined) => void" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$1", - "type": "Object", - "tags": [], - "label": "controlGroupState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$2", - "type": "Object", - "tags": [], - "label": "controlState", - "description": [], - "signature": [ - "RangesliderControlState" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$3", - "type": "string", - "tags": [], - "label": "controlId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addTimeSliderControl", - "type": "Function", - "tags": [], - "label": "addTimeSliderControl", - "description": [], - "signature": [ - "(controlGroupState: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>, controlId?: string | undefined) => void" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addTimeSliderControl.$1", - "type": "Object", - "tags": [], - "label": "controlGroupState", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "controls", - "id": "def-public.controlGroupStateBuilder.addTimeSliderControl.$2", - "type": "string", - "tags": [], - "label": "controlId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/public/control_group/utils/control_group_state_builder.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ] + "objects": [] }, "server": { "classes": [], - "functions": [ - { - "parentPluginId": "controls", - "id": "def-server.controlGroupSavedObjectStateToSerializableRuntimeState", - "type": "Function", - "tags": [], - "label": "controlGroupSavedObjectStateToSerializableRuntimeState", - "description": [], - "signature": [ - "(savedObjectState: ", - "ControlGroupSavedObjectState", - ") => ", - "SerializableControlGroupState" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-server.controlGroupSavedObjectStateToSerializableRuntimeState.$1", - "type": "CompoundType", - "tags": [], - "label": "savedObjectState", - "description": [], - "signature": [ - "ControlGroupSavedObjectState" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-server.initializeControlGroupTelemetry", - "type": "Function", - "tags": [], - "label": "initializeControlGroupTelemetry", - "description": [], - "signature": [ - "(statsSoFar: Record) => ", - { - "pluginId": "controls", - "scope": "server", - "docId": "kibControlsPluginApi", - "section": "def-server.ControlGroupTelemetry", - "text": "ControlGroupTelemetry" - } - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_telemetry.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-server.initializeControlGroupTelemetry.$1", - "type": "Object", - "tags": [], - "label": "statsSoFar", - "description": [], - "signature": [ - "Record" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_telemetry.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-server.serializableRuntimeStateToControlGroupSavedObjectState", - "type": "Function", - "tags": [], - "label": "serializableRuntimeStateToControlGroupSavedObjectState", - "description": [], - "signature": [ - "(serializable: ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - }, - ") => ", - "ControlGroupSavedObjectState" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-server.serializableRuntimeStateToControlGroupSavedObjectState.$1", - "type": "Object", - "tags": [], - "label": "serializable", - "description": [], - "signature": [ - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - } - ], - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistence.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry", - "type": "Interface", - "tags": [], - "label": "ControlGroupTelemetry", - "description": [], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry.total", - "type": "number", - "tags": [], - "label": "total", - "description": [], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry.chaining_system", - "type": "Object", - "tags": [], - "label": "chaining_system", - "description": [], - "signature": [ - "{ [key: string]: number; }" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry.label_position", - "type": "Object", - "tags": [], - "label": "label_position", - "description": [], - "signature": [ - "{ [key: string]: number; }" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry.ignore_settings", - "type": "Object", - "tags": [], - "label": "ignore_settings", - "description": [], - "signature": [ - "{ [key: string]: number; }" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-server.ControlGroupTelemetry.by_type", - "type": "Object", - "tags": [], - "label": "by_type", - "description": [], - "signature": [ - "{ [key: string]: { total: number; details: { [key: string]: number; }; }; }" - ], - "path": "src/platform/plugins/shared/controls/server/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], + "functions": [], + "interfaces": [], "enums": [], "misc": [], "objects": [] @@ -3072,378 +489,9 @@ "common": { "classes": [], "functions": [], - "interfaces": [ - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupEditorConfig", - "type": "Interface", - "tags": [], - "label": "ControlGroupEditorConfig", - "description": [ - "\n----------------------------------------------------------------\nControl group state\n----------------------------------------------------------------" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupEditorConfig.hideDataViewSelector", - "type": "CompoundType", - "tags": [], - "label": "hideDataViewSelector", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupEditorConfig.hideWidthSettings", - "type": "CompoundType", - "tags": [], - "label": "hideWidthSettings", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupEditorConfig.hideAdditionalSettings", - "type": "CompoundType", - "tags": [], - "label": "hideAdditionalSettings", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupEditorConfig.fieldFilterPredicate", - "type": "Function", - "tags": [], - "label": "fieldFilterPredicate", - "description": [], - "signature": [ - "FieldFilterPredicate", - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupRuntimeState", - "type": "Interface", - "tags": [], - "label": "ControlGroupRuntimeState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - " extends Omit | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>, \"controls\">" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupRuntimeState.initialChildControlState", - "type": "Object", - "tags": [], - "label": "initialChildControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", - "text": "ControlPanelsState" - }, - "" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlGroupRuntimeState.editorConfig", - "type": "Object", - "tags": [], - "label": "editorConfig", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-common.ControlPanelsState", - "type": "Interface", - "tags": [], - "label": "ControlPanelsState", - "description": [ - "\n----------------------------------------------------------------\nControl group panel state\n----------------------------------------------------------------" - ], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", - "text": "ControlPanelsState" - }, - "" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.ControlPanelsState.Unnamed", - "type": "IndexSignature", - "tags": [], - "label": "[panelId: string]: ControlPanelState", - "description": [], - "signature": [ - "[panelId: string]: ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelState", - "text": "ControlPanelState" - }, - "" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-common.DefaultControlState", - "type": "Interface", - "tags": [], - "label": "DefaultControlState", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.DefaultControlState.grow", - "type": "CompoundType", - "tags": [], - "label": "grow", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.DefaultControlState.width", - "type": "CompoundType", - "tags": [], - "label": "width", - "description": [], - "signature": [ - "\"small\" | \"medium\" | \"large\" | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-common.DefaultDataControlState", - "type": "Interface", - "tags": [], - "label": "DefaultDataControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultDataControlState", - "text": "DefaultDataControlState" - }, - " extends ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - } - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.DefaultDataControlState.dataViewId", - "type": "string", - "tags": [], - "label": "dataViewId", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.DefaultDataControlState.fieldName", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.DefaultDataControlState.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "controls", - "id": "def-common.SerializedControlState", - "type": "Interface", - "tags": [], - "label": "SerializedControlState", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.SerializedControlState", - "text": "SerializedControlState" - }, - " extends ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - } - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "controls", - "id": "def-common.SerializedControlState.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "controls", - "id": "def-common.SerializedControlState.explicitInput", - "type": "Uncategorized", - "tags": [], - "label": "explicitInput", - "description": [], - "signature": [ - "ControlStateType" - ], - "path": "src/platform/plugins/shared/controls/common/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], + "interfaces": [], "enums": [], - "misc": [ - { - "parentPluginId": "controls", - "id": "def-common.ControlPanelState", - "type": "Type", - "tags": [], - "label": "ControlPanelState", - "description": [], - "signature": [ - "State & { type: string; order: number; }" - ], - "path": "src/platform/plugins/shared/controls/common/control_group/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], + "misc": [], "objects": [] } } \ No newline at end of file diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 120c19ddd1cf3..9481afc3c268a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; @@ -21,35 +21,10 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 99 | 0 | 95 | 17 | +| 5 | 0 | 5 | 2 | ## Client -### Objects - - -### Functions - - -### Interfaces - - ### Consts, variables and types -## Server - -### Functions - - -### Interfaces - - -## Common - -### Interfaces - - -### Consts, variables and types - - diff --git a/api_docs/cps.mdx b/api_docs/cps.mdx index beaa3a275a6ba..3b959abd79184 100644 --- a/api_docs/cps.mdx +++ b/api_docs/cps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cps title: "cps" image: https://source.unsplash.com/400x175/?github description: API docs for the cps plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cps'] --- import cpsObj from './cps.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index 95e89fe8a74ca..69ba416f19448 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: 2025-12-19 +date: 2026-01-07 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 6dbc495d42233..73d94d53e9fbe 100644 --- a/api_docs/dashboard.devdocs.json +++ b/api_docs/dashboard.devdocs.json @@ -27,7 +27,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -35,7 +35,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -135,7 +135,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -143,7 +143,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -205,7 +205,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -213,7 +213,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -443,7 +443,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -451,7 +451,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -661,7 +661,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -669,7 +669,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { viewMode?: ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { viewMode?: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -764,7 +764,13 @@ "text": "DashboardApi" }, ", dashboardInternalApi: ", - "DashboardInternalApi", + { + "pluginId": "dashboard", + "scope": "public", + "docId": "kibDashboardPluginApi", + "section": "def-public.DashboardInternalApi", + "text": "DashboardInternalApi" + }, ") => ", { "pluginId": "data", @@ -831,83 +837,999 @@ "section": "def-public.IKbnUrlStateStorage", "text": "IKbnUrlStateStorage" }, - "; } | undefined" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.validateLoadedSavedObject", - "type": "Function", - "tags": [], - "label": "validateLoadedSavedObject", - "description": [], - "signature": [ - "((result: Readonly<{ warnings?: string[] | undefined; spaces?: string[] | undefined; } & { id: string; meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "; } | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.validateLoadedSavedObject", + "type": "Function", + "tags": [], + "label": "validateLoadedSavedObject", + "description": [], + "signature": [ + "((result: Readonly<{ warnings?: string[] | undefined; spaces?: string[] | undefined; } & { id: string; meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + { + "pluginId": "@kbn/es-query-constants", + "scope": "common", + "docId": "kibKbnEsQueryConstantsPluginApi", + "section": "def-common.FilterStateStore", + "text": "FilterStateStore" + }, + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }>) => \"valid\" | \"invalid\" | \"redirected\") | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.validateLoadedSavedObject.$1", + "type": "Object", + "tags": [], + "label": "result", + "description": [], + "signature": [ + "Readonly<{ warnings?: string[] | undefined; spaces?: string[] | undefined; } & { id: string; meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + { + "pluginId": "@kbn/es-query-constants", + "scope": "common", + "docId": "kibKbnEsQueryConstantsPluginApi", + "section": "def-common.FilterStateStore", + "text": "FilterStateStore" + }, + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }>" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.fullScreenMode", + "type": "CompoundType", + "tags": [], + "label": "fullScreenMode", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.isEmbeddedExternally", + "type": "CompoundType", + "tags": [], + "label": "isEmbeddedExternally", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.getEmbeddableAppContext", + "type": "Function", + "tags": [], + "label": "getEmbeddableAppContext", + "description": [], + "signature": [ + "((dashboardId?: string | undefined) => ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.EmbeddableAppContext", + "text": "EmbeddableAppContext" + }, + ") | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardCreationOptions.getEmbeddableAppContext.$1", + "type": "string", + "tags": [], + "label": "dashboardId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi", + "type": "Interface", + "tags": [], + "label": "DashboardInternalApi", + "description": [], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.gridLayout$", + "type": "Object", + "tags": [], + "label": "gridLayout$", + "description": [], + "signature": [ + "BehaviorSubject", + "<", + { + "pluginId": "@kbn/grid-layout", + "scope": "public", + "docId": "kibKbnGridLayoutPluginApi", + "section": "def-public.GridLayoutData", + "text": "GridLayoutData" + }, + ">" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.serializeLayout", + "type": "Function", + "tags": [], + "label": "serializeLayout", + "description": [], + "signature": [ + "() => Pick<", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.Writable", + "text": "Writable" + }, + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + { + "pluginId": "@kbn/es-query-constants", + "scope": "common", + "docId": "kibKbnEsQueryConstantsPluginApi", + "section": "def-common.FilterStateStore", + "text": "FilterStateStore" + }, + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>, \"references\" | \"controlGroupInput\" | \"panels\">" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.isSectionCollapsed", + "type": "Function", + "tags": [], + "label": "isSectionCollapsed", + "description": [], + "signature": [ + "(sectionId?: string | undefined) => boolean" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.isSectionCollapsed.$1", + "type": "string", + "tags": [], + "label": "sectionId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.dashboardContainerRef$", + "type": "Object", + "tags": [], + "label": "dashboardContainerRef$", + "description": [], + "signature": [ + "BehaviorSubject", + "" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.setDashboardContainerRef", + "type": "Function", + "tags": [], + "label": "setDashboardContainerRef", + "description": [], + "signature": [ + "(ref: HTMLElement | null) => void" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.setDashboardContainerRef.$1", + "type": "CompoundType", + "tags": [], + "label": "ref", + "description": [], + "signature": [ + "HTMLElement | null" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.publishedEsqlVariables$", + "type": "Object", + "tags": [], + "label": "publishedEsqlVariables$", + "description": [], + "signature": [ + "{ source: ", + "Observable", + " | undefined; readonly value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]; error: (err: any) => void; forEach: { (next: (value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void): Promise; (next: (value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]; closed: boolean; pipe: { (): ", + "Observable", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + ", ...operations: ", + "OperatorFunction", + "[]): ", + "Observable", + "; }; observers: ", + "Observer", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", + "Operator", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], R>) => ", + "Observable", + "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", + "Observable", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>; subscribe: { (observerOrNext?: Partial<", + "Observer", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>> | ((value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void) | undefined): ", + "Subscription", + "; (next?: ((value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", + "Subscription", + "; }; toPromise: { (): Promise<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined>; (PromiseCtor: PromiseConstructor): Promise<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined>; }; }" + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardInternalApi.unpublishedEsqlVariables$", + "type": "Object", + "tags": [], + "label": "unpublishedEsqlVariables$", + "description": [], + "signature": [ + "{ source: ", + "Observable", + " | undefined; readonly value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]; error: (err: any) => void; forEach: { (next: (value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void): Promise; (next: (value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]; closed: boolean; pipe: { (): ", + "Observable", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + ", ...operations: ", + "OperatorFunction", + "[]): ", + "Observable", + "; }; observers: ", + "Observer", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", + "Operator", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[], R>) => ", + "Observable", + "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", + "Observable", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>; subscribe: { (observerOrNext?: Partial<", + "Observer", + "<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]>> | ((value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void) | undefined): ", + "Subscription", + "; (next?: ((value: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[]) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", + "Subscription", + "; }; toPromise: { (): Promise<", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined>; (PromiseCtor: PromiseConstructor): Promise<", { - "pluginId": "@kbn/es-query-constants", + "pluginId": "@kbn/esql-types", "scope": "common", - "docId": "kibKbnEsQueryConstantsPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }>) => \"valid\" | \"invalid\" | \"redirected\") | undefined" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ + "[] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", { - "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.validateLoadedSavedObject.$1", - "type": "Object", - "tags": [], - "label": "result", - "description": [], - "signature": [ - "Readonly<{ warnings?: string[] | undefined; spaces?: string[] | undefined; } & { id: string; meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", - { - "pluginId": "@kbn/es-query-constants", - "scope": "common", - "docId": "kibKbnEsQueryConstantsPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }>" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.fullScreenMode", - "type": "CompoundType", - "tags": [], - "label": "fullScreenMode", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.isEmbeddedExternally", - "type": "CompoundType", - "tags": [], - "label": "isEmbeddedExternally", - "description": [], - "signature": [ - "boolean | undefined" + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined>; }; }" ], "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, @@ -915,42 +1837,18 @@ }, { "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.getEmbeddableAppContext", + "id": "def-public.DashboardInternalApi.publishVariables", "type": "Function", "tags": [], - "label": "getEmbeddableAppContext", + "label": "publishVariables", "description": [], "signature": [ - "((dashboardId?: string | undefined) => ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.EmbeddableAppContext", - "text": "EmbeddableAppContext" - }, - ") | undefined" + "() => void" ], "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "dashboard", - "id": "def-public.DashboardCreationOptions.getEmbeddableAppContext.$1", - "type": "string", - "tags": [], - "label": "dashboardId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], + "children": [], "returnComment": [] } ], @@ -991,7 +1889,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -999,7 +1897,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -1120,6 +2018,14 @@ "section": "def-public.DashboardApi", "text": "DashboardApi" }, + ", internalApi: ", + { + "pluginId": "dashboard", + "scope": "public", + "docId": "kibDashboardPluginApi", + "section": "def-public.DashboardInternalApi", + "text": "DashboardInternalApi" + }, ") => void) | undefined" ], "path": "src/platform/plugins/shared/dashboard/public/dashboard_renderer/dashboard_renderer.tsx", @@ -1146,6 +2052,27 @@ "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "dashboard", + "id": "def-public.DashboardRendererProps.onApiAvailable.$2", + "type": "Object", + "tags": [], + "label": "internalApi", + "description": [], + "signature": [ + { + "pluginId": "dashboard", + "scope": "public", + "docId": "kibDashboardPluginApi", + "section": "def-public.DashboardInternalApi", + "text": "DashboardInternalApi" + } + ], + "path": "src/platform/plugins/shared/dashboard/public/dashboard_renderer/dashboard_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true } ], "returnComment": [] @@ -1221,8 +2148,16 @@ "pluginId": "@kbn/presentation-containers", "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.CanAddNewSection", - "text": "CanAddNewSection" + "section": "def-public.CanPinPanels", + "text": "CanPinPanels" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSections", + "text": "HasSections" }, " & ", { @@ -1423,8 +2358,8 @@ "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesPauseFetch", - "text": "PublishesPauseFetch" + "section": "def-public.PublishesEditablePauseFetch", + "text": "PublishesEditablePauseFetch" }, " & ", { @@ -1442,23 +2377,7 @@ "section": "def-public.TracksOverlays", "text": "TracksOverlays" }, - " & { asyncResetToLastSavedState: () => Promise; controlGroupApi$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "<", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupApi", - "text": "ControlGroupApi" - }, - " | undefined>; fullScreenMode$: ", + " & { asyncResetToLastSavedState: () => Promise; fullScreenMode$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1484,7 +2403,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1492,7 +2411,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>; references: ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>; references: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", @@ -1500,7 +2419,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[]; }; getDashboardPanelFromId: (id: string) => { type: string; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; serializedState: ", + "[]; }; getDashboardPanelFromId: (id: string) => { type: string; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; serializedState: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1548,7 +2467,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1556,7 +2475,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>> & { controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -1634,7 +2553,23 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - " | undefined) => void; unifiedSearchFilters$: ", + " | undefined) => void; publishedChildFilters$: ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishingSubject", + "text": "PublishingSubject" + }, + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; unpublishedChildFilters$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1650,7 +2585,51 @@ "section": "def-common.Filter", "text": "Filter" }, - "[] | undefined>; accessControl$: ", + "[] | undefined>; publishFilters: () => void; publishedTimeslice$: ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishingSubject", + "text": "PublishingSubject" + }, + "<", + { + "pluginId": "@kbn/controls-schemas", + "scope": "server", + "docId": "kibKbnControlsSchemasPluginApi", + "section": "def-server.TimeSlice", + "text": "TimeSlice" + }, + " | undefined>; unpublishedTimeslice$: ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishingSubject", + "text": "PublishingSubject" + }, + "<", + { + "pluginId": "@kbn/controls-schemas", + "scope": "server", + "docId": "kibKbnControlsSchemasPluginApi", + "section": "def-server.TimeSlice", + "text": "TimeSlice" + }, + " | undefined>; publishTimeslice: () => void; layout$: ", + "BehaviorSubject", + "<", + "DashboardLayout", + ">; registerChildApi: (api: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" + }, + ") => void; accessControl$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1687,7 +2666,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1695,7 +2674,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>; references: ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>; references: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", @@ -1792,7 +2771,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1800,7 +2779,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>, \"tags\" | \"title\" | \"description\" | \"panels\"> & { id: string; references: ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>, \"tags\" | \"title\" | \"description\" | \"panels\"> & { id: string; references: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", @@ -1865,13 +2844,28 @@ "label": "DashboardAttributes", "description": [], "signature": [ - "Readonly<{ version?: number | undefined; timeRestore?: boolean | undefined; refreshInterval?: Readonly<{ section?: number | undefined; display?: string | undefined; } & { value: number; pause: boolean; }> | undefined; sections?: Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{} & { i: string; y: number; }>; }>[] | undefined; hits?: number | undefined; controlGroupInput?: Readonly<{ chainingSystem?: string | undefined; panelsJSON?: string | undefined; controlStyle?: string | undefined; ignoreParentSettingsJSON?: string | undefined; showApplySelections?: boolean | undefined; } & {}> | undefined; timeFrom?: string | undefined; timeTo?: string | undefined; optionsJSON?: string | undefined; } & { title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSourceJSON?: string | undefined; } & {}>; panelsJSON: string; }> & { projectRouting?: string | undefined; }" + "Readonly<{ version?: number | undefined; timeRestore?: boolean | undefined; refreshInterval?: Readonly<{ display?: string | undefined; section?: number | undefined; } & { value: number; pause: boolean; }> | undefined; sections?: Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{} & { y: number; i: string; }>; }>[] | undefined; hits?: number | undefined; controlGroupInput?: Readonly<{ panelsJSON?: string | undefined; controlStyle?: string | undefined; chainingSystem?: string | undefined; ignoreParentSettingsJSON?: string | undefined; showApplySelections?: boolean | undefined; } & {}> | undefined; timeFrom?: string | undefined; timeTo?: string | undefined; optionsJSON?: string | undefined; } & { title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSourceJSON?: string | undefined; } & {}>; panelsJSON: string; }> & { projectRouting?: string | undefined; }" ], "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/schema/v3/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "dashboard", + "id": "def-server.DashboardControlsState", + "type": "Type", + "tags": [], + "label": "DashboardControlsState", + "description": [], + "signature": [ + "(Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]" + ], + "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "dashboard", "id": "def-server.DashboardCreateRequestBody", @@ -1880,7 +2874,7 @@ "label": "DashboardCreateRequestBody", "description": [], "signature": [ - "{ readonly id?: string | undefined; readonly spaces?: string[] | undefined; readonly data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ readonly id?: string | undefined; readonly spaces?: string[] | undefined; readonly data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1888,7 +2882,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/create/types.ts", "deprecated": false, @@ -1903,7 +2897,7 @@ "label": "DashboardCreateResponseBody", "description": [], "signature": [ - "{ readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & {}>; readonly data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & {}>; readonly data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -1911,7 +2905,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/create/types.ts", "deprecated": false, @@ -1934,7 +2928,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; readonly meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }" + "; }> | undefined; readonly meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -1949,7 +2943,7 @@ "label": "DashboardOptions", "description": [], "signature": [ - "{ readonly hide_panel_titles?: boolean | undefined; readonly use_margins?: boolean | undefined; readonly sync_colors?: boolean | undefined; readonly sync_tooltips?: boolean | undefined; readonly sync_cursor?: boolean | undefined; }" + "{ readonly auto_apply_filters?: boolean | undefined; readonly hide_panel_titles?: boolean | undefined; readonly use_margins?: boolean | undefined; readonly sync_colors?: boolean | undefined; readonly sync_tooltips?: boolean | undefined; readonly sync_cursor?: boolean | undefined; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -1964,7 +2958,7 @@ "label": "DashboardPanel", "description": [], "signature": [ - "{ readonly version?: string | undefined; readonly uid?: string | undefined; readonly type: string; readonly config: Readonly<{} & {}>; readonly grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }" + "{ readonly version?: string | undefined; readonly uid?: string | undefined; readonly type: string; readonly config: Readonly<{} & {}>; readonly grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -1994,7 +2988,7 @@ "label": "DashboardReadResponseBody", "description": [], "signature": [ - "{ readonly warnings?: string[] | undefined; readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; readonly data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ readonly warnings?: string[] | undefined; readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; managed?: boolean | undefined; created_at?: string | undefined; created_by?: string | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; readonly data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2002,7 +2996,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/read/types.ts", "deprecated": false, @@ -2047,7 +3041,7 @@ "label": "DashboardSection", "description": [], "signature": [ - "{ readonly uid?: string | undefined; readonly collapsed?: boolean | undefined; readonly title: string; readonly grid: Readonly<{} & { y: number; }>; readonly panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }" + "{ readonly uid?: string | undefined; readonly collapsed?: boolean | undefined; readonly title: string; readonly grid: Readonly<{} & { y: number; }>; readonly panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -2062,7 +3056,7 @@ "label": "DashboardState", "description": [], "signature": [ - "{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2070,7 +3064,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title: string; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title: string; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -2085,7 +3079,7 @@ "label": "DashboardUpdateResponseBody", "description": [], "signature": [ - "{ readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; managed?: boolean | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & {}>; readonly data: Readonly<{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ readonly spaces?: string[] | undefined; readonly id: string; readonly meta: Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; managed?: boolean | undefined; updated_at?: string | undefined; updated_by?: string | undefined; } & {}>; readonly data: Readonly<{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2093,7 +3087,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/update/types.ts", "deprecated": false, @@ -2108,7 +3102,7 @@ "label": "GridData", "description": [], "signature": [ - "{ readonly y: number; readonly w: number; readonly h: number; readonly x: number; }" + "{ readonly x: number; readonly y: number; readonly w: number; readonly h: number; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, @@ -2133,7 +3127,7 @@ "section": "def-server.SavedDashboardPanel", "text": "SavedDashboardPanel" }, - ", \"gridData\"> & { gridData: Readonly<{ sectionId?: string | undefined; } & { i: string; y: number; w: number; h: number; x: number; }>; }" + ", \"gridData\"> & { gridData: Readonly<{ sectionId?: string | undefined; } & { x: number; y: number; i: string; w: number; h: number; }>; }" ], "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/schema/v3/types.ts", "deprecated": false, @@ -2232,7 +3226,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + " | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2240,7 +3234,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>, \"tags\" | \"title\" | \"description\"> & { id: string; }>" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; } & { title: string; }>>, \"tags\" | \"title\" | \"description\"> & { id: string; }>" ], "path": "src/platform/plugins/shared/dashboard/server/types.ts", "deprecated": true, @@ -2397,7 +3391,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined" ], "path": "src/platform/plugins/shared/dashboard/common/clean_filters_for_serialize.ts", "deprecated": false, @@ -2429,62 +3423,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "dashboard", - "id": "def-common.getReferencesForControls", - "type": "Function", - "tags": [], - "label": "getReferencesForControls", - "description": [], - "signature": [ - "(references: ", - { - "pluginId": "@kbn/content-management-utils", - "scope": "server", - "docId": "kibKbnContentManagementUtilsPluginApi", - "section": "def-server.Reference", - "text": "Reference" - }, - "[]) => ", - { - "pluginId": "@kbn/content-management-utils", - "scope": "server", - "docId": "kibKbnContentManagementUtilsPluginApi", - "section": "def-server.Reference", - "text": "Reference" - }, - "[]" - ], - "path": "src/platform/plugins/shared/dashboard/common/reference_utils.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "dashboard", - "id": "def-common.getReferencesForControls.$1", - "type": "Array", - "tags": [], - "label": "references", - "description": [], - "signature": [ - { - "pluginId": "@kbn/content-management-utils", - "scope": "server", - "docId": "kibKbnContentManagementUtilsPluginApi", - "section": "def-server.Reference", - "text": "Reference" - }, - "[]" - ], - "path": "src/platform/plugins/shared/dashboard/common/reference_utils.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "dashboard", "id": "def-common.getReferencesForPanelId", @@ -2564,7 +3502,7 @@ "label": "isDashboardPanel", "description": [], "signature": [ - "(widget: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>) => widget is Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>" + "(widget: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>) => widget is Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>" ], "path": "src/platform/plugins/shared/dashboard/common/is_dashboard_panel.ts", "deprecated": false, @@ -2578,7 +3516,7 @@ "label": "widget", "description": [], "signature": [ - "Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>" + "Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>" ], "path": "src/platform/plugins/shared/dashboard/common/is_dashboard_panel.ts", "deprecated": false, @@ -2597,7 +3535,7 @@ "label": "isDashboardSection", "description": [], "signature": [ - "(widget: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>) => widget is Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>" + "(widget: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>) => widget is Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>" ], "path": "src/platform/plugins/shared/dashboard/common/is_dashboard_section.ts", "deprecated": false, @@ -2611,7 +3549,7 @@ "label": "widget", "description": [], "signature": [ - "Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>" + "Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>" ], "path": "src/platform/plugins/shared/dashboard/common/is_dashboard_section.ts", "deprecated": false, @@ -2792,6 +3730,21 @@ ], "enums": [], "misc": [ + { + "parentPluginId": "dashboard", + "id": "def-common.DashboardControlsState", + "type": "Type", + "tags": [], + "label": "DashboardControlsState", + "description": [], + "signature": [ + "(Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]" + ], + "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "dashboard", "id": "def-common.DashboardLocatorParams", @@ -2800,7 +3753,7 @@ "label": "DashboardLocatorParams", "description": [], "signature": [ - "{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2808,7 +3761,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: (Readonly<{} & { id: string; type: string; name: string; }>[] & ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: (Readonly<{} & { id: string; type: string; name: string; }>[] & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -2816,7 +3769,7 @@ "section": "def-common.SerializableRecord", "text": "SerializableRecord" }, - ") | undefined; controlGroupInput?: (Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> & ", + ") | undefined; controlGroupInput?: (Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> & ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -2824,7 +3777,7 @@ "section": "def-common.SerializableRecord", "text": "SerializableRecord" }, - ") | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title?: string | undefined; viewMode?: ", + ") | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title?: string | undefined; viewMode?: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -2855,7 +3808,7 @@ "label": "DashboardState", "description": [], "signature": [ - "{ options?: Readonly<{ hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", + "{ options?: Readonly<{ auto_apply_filters?: boolean | undefined; hide_panel_titles?: boolean | undefined; use_margins?: boolean | undefined; sync_colors?: boolean | undefined; sync_tooltips?: boolean | undefined; sync_cursor?: boolean | undefined; } & {}> | undefined; tags?: string[] | undefined; description?: string | undefined; query?: Readonly<{} & { query: string | Record; language: string; }> | undefined; filters?: Readonly<{ query?: Record | undefined; $state?: Readonly<{} & { store: ", { "pluginId": "@kbn/es-query-constants", "scope": "common", @@ -2863,7 +3816,7 @@ "section": "def-common.FilterStateStore", "text": "FilterStateStore" }, - "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title: string; }" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; index?: string | undefined; alias?: string | null | undefined; group?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; relation?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{} & { controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }> | undefined; panels?: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }> | Readonly<{ uid?: string | undefined; collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { x: number; y: number; w: number; h: number; }>; }>[]; }>)[] | undefined; project_routing?: string | undefined; refresh_interval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; time_range?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; access_control?: Readonly<{ owner?: string | undefined; access_mode?: \"default\" | \"write_restricted\" | undefined; } & {}> | undefined; title: string; }" ], "path": "src/platform/plugins/shared/dashboard/server/api/types.ts", "deprecated": false, diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 2e7018ce0fa9e..55fb2d0ab351c 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: 2025-12-19 +date: 2026-01-07 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 | |-------------------|-----------|------------------------|-----------------| -| 102 | 0 | 100 | 11 | +| 114 | 0 | 112 | 11 | ## Client diff --git a/api_docs/dashboard_agent.mdx b/api_docs/dashboard_agent.mdx index c2b6a60c1f224..7e4cf2fc86728 100644 --- a/api_docs/dashboard_agent.mdx +++ b/api_docs/dashboard_agent.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardAgent title: "dashboardAgent" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardAgent plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardAgent'] --- import dashboardAgentObj from './dashboard_agent.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 4ad6cb1d1dafb..d9649a0542cbd 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/dashboard_markdown.mdx b/api_docs/dashboard_markdown.mdx index 5f11b89450971..8b41628f0a939 100644 --- a/api_docs/dashboard_markdown.mdx +++ b/api_docs/dashboard_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardMarkdown title: "dashboardMarkdown" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardMarkdown plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardMarkdown'] --- import dashboardMarkdownObj from './dashboard_markdown.devdocs.json'; diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 7a5f75d8678e6..9e348c11c07f8 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -2777,7 +2777,7 @@ "signature": [ "(core: ", "CoreStart", - ", { uiActions, fieldFormats, dataViews, inspector, screenshotMode, share }: ", + ", { uiActions, fieldFormats, dataViews, inspector, screenshotMode, share, cps, }: ", "DataStartDependencies", ") => ", { @@ -2812,7 +2812,7 @@ "id": "def-public.DataPublicPlugin.start.$2", "type": "Object", "tags": [], - "label": "{ uiActions, fieldFormats, dataViews, inspector, screenshotMode, share }", + "label": "{\n uiActions,\n fieldFormats,\n dataViews,\n inspector,\n screenshotMode,\n share,\n cps,\n }", "description": [], "signature": [ "DataStartDependencies" @@ -11372,7 +11372,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 4b96733d11ea2..a580637ec0dc1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- import dataObj from './data.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 | |-------------------|-----------|------------------------|-----------------| -| 3217 | 31 | 2590 | 32 | +| 3216 | 31 | 2589 | 32 | ## Client diff --git a/api_docs/data_connectors.mdx b/api_docs/data_connectors.mdx index 396144814827f..a2179b326bf68 100644 --- a/api_docs/data_connectors.mdx +++ b/api_docs/data_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataConnectors title: "dataConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the dataConnectors plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataConnectors'] --- import dataConnectorsObj from './data_connectors.devdocs.json'; diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index d8864b61c463a..cc098e06c5e1e 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: 2025-12-19 +date: 2026-01-07 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 d54500919ad61..2556c6a767d0e 100644 --- a/api_docs/data_query.devdocs.json +++ b/api_docs/data_query.devdocs.json @@ -2270,20 +2270,6 @@ "path": "src/platform/plugins/shared/data/public/query/state_sync/types.ts", "deprecated": false, "trackAdoption": false - }, - { - "parentPluginId": "data", - "id": "def-public.GlobalQueryStateFromUrl.projectRouting", - "type": "string", - "tags": [], - "label": "projectRouting", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/data/public/query/state_sync/types.ts", - "deprecated": false, - "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 1418295ea65f6..42b562b72e2ac 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.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 | |-------------------|-----------|------------------------|-----------------| -| 3217 | 31 | 2590 | 32 | +| 3216 | 31 | 2589 | 32 | ## Client diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 4f2980cc9731f..4b15d191fbbe5 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- import dataSearchObj from './data_search.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 | |-------------------|-----------|------------------------|-----------------| -| 3217 | 31 | 2590 | 32 | +| 3216 | 31 | 2589 | 32 | ## Client diff --git a/api_docs/data_sources_registry.mdx b/api_docs/data_sources_registry.mdx index ce21169a9ced8..0814d377a430e 100644 --- a/api_docs/data_sources_registry.mdx +++ b/api_docs/data_sources_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataSourcesRegistry title: "dataSourcesRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the dataSourcesRegistry plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataSourcesRegistry'] --- import dataSourcesRegistryObj from './data_sources_registry.devdocs.json'; diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index acda11cff3c39..077f5a6751a1b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage'] --- import dataUsageObj from './data_usage.devdocs.json'; diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx index bd6610852c419..ad0dae436daac 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor'] --- import dataViewEditorObj from './data_view_editor.devdocs.json'; diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx index 57ba92b63e89f..2669874211c1e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor'] --- import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json'; diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx index 406ec4aa37894..b34bbb82ec23d 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: 2025-12-19 +date: 2026-01-07 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 a4d0bbf3888ba..eca8fd8c5b49e 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -6198,7 +6198,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -13703,10 +13703,6 @@ "plugin": "@kbn/unified-field-list", "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/load_field_stats.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": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts" @@ -13887,6 +13883,10 @@ "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx" }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts" + }, { "plugin": "visTypeTimeseries", "path": "src/platform/plugins/shared/vis_types/timeseries/common/index_patterns_utils.ts" @@ -22142,7 +22142,7 @@ "signature": [ "Pick<", "Toast", - ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"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 | ", + ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"color\" | \"suppressHydrationWarning\" | \"className\" | \"lang\" | \"style\" | \"role\" | \"tabIndex\" | \"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-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-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\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"translate\" | \"radioGroup\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", "MountPoint", " | undefined; text?: string | ", "MountPoint", @@ -27224,7 +27224,7 @@ "signature": [ "Pick<", "Toast", - ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"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 | ", + ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"color\" | \"suppressHydrationWarning\" | \"className\" | \"lang\" | \"style\" | \"role\" | \"tabIndex\" | \"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-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-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\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"translate\" | \"radioGroup\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", "MountPoint", " | undefined; text?: string | ", "MountPoint", diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 3efcfae06015e..45c5d8d137e32 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: 2025-12-19 +date: 2026-01-07 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 f0c9fc34442fb..be152b4f03464 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index b709483dcf5ea..73b491602610f 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: 2025-12-19 +date: 2026-01-07 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 2e8983065f703..4a3fa05e5b7f9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -18,7 +18,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | ml, stackAlerts, @kbn/test-suites-xpack-platform | - | | | ml | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, @kbn/lens-embeddable-utils, lens, triggersActionsUi, dataVisualizer, ml, canvas, upgradeAssistant, fleet, graph, transform, @kbn/ml-data-view-utils, stackAlerts, datasetQuality, timelines, maps, exploratoryView, visTypeTimeseries, uptime, ux, enterpriseSearch, securitySolution, @kbn/test-suites-xpack-observability, @kbn/cloud-security-posture-graph, eventAnnotationListing, inputControlVis, visDefaultEditor, dataViewManagement, workflowsManagement, visTypeTimelion, visTypeVega | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, @kbn/lens-embeddable-utils, lens, triggersActionsUi, dataVisualizer, ml, canvas, upgradeAssistant, fleet, graph, transform, @kbn/ml-data-view-utils, stackAlerts, datasetQuality, timelines, maps, exploratoryView, controls, visTypeTimeseries, uptime, ux, enterpriseSearch, securitySolution, @kbn/test-suites-xpack-observability, @kbn/cloud-security-posture-graph, eventAnnotationListing, inputControlVis, visDefaultEditor, dataViewManagement, workflowsManagement, visTypeTimelion, visTypeVega | - | | | ml, securitySolution | - | | | ml, savedObjectsTagging, actions | - | | | @kbn/core, usageCollection, taskManager, security, telemetry, monitoringCollection, @kbn/test-suites-xpack-platform, banners, customBranding, securitySolution, enterpriseSearch, interactiveSetup, @kbn/test-suites-src, mockIdpPlugin, spaces, ml | - | @@ -26,7 +26,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, taskManager, dataViews, data, links, ml, spaces, actions, share, alerting, fleet, apmSourcesAccess, lens, savedSearch, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, uptime, apm, visualizations, infra, slo, synthetics, lists, securitySolution, cloudSecurityPosture, @kbn/migrator-test-kit, eventAnnotation, savedObjectsManagement | - | | | ml | - | | | apm, ml, uptime | - | -| | management, data, esUiShared, spaces, savedObjectsManagement, visualizations, lens, security, onechat, ml, discover, upgradeAssistant, fleet, indexManagement, indexLifecycleManagement, monitoring, exploratoryView, observability, profiling, apm, infra, observabilityAIAssistantApp, observabilityOnboarding, slo, synthetics, uptime, ux, enterpriseSearch, searchAssistant, cloudDefend, cloudSecurityPosture, workplaceAIApp, dataViewManagement, visTypeTimeseries | - | +| | management, data, esUiShared, spaces, savedObjectsManagement, visualizations, lens, security, agentBuilder, ml, discover, upgradeAssistant, fleet, indexManagement, indexLifecycleManagement, monitoring, exploratoryView, observability, profiling, apm, infra, observabilityAIAssistantApp, observabilityOnboarding, slo, synthetics, uptime, ux, enterpriseSearch, searchAssistant, cloudDefend, cloudSecurityPosture, workplaceAIApp, dataViewManagement, visTypeTimeseries | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | dataVisualizer, stackAlerts, expressionPartitionVis | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | @@ -36,10 +36,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | alerting, fleet, observabilityAIAssistant, reindexService, taskManagerDependencies, transform, entityManager, osquery, @kbn/test-suites-xpack-platform, synthetics, serverlessSearch, securitySolution, cloudSecurityPosture, security | - | | | cases, osquery, @kbn/test-suites-xpack-platform, securitySolution, security | - | | | @kbn/test-suites-xpack-platform | - | +| | agentBuilder, @kbn/test-suites-xpack-platform | - | | | @kbn/core, management, fleet, @kbn/test-suites-xpack-platform, security, kibanaOverview, @kbn/test-suites-src | - | | | @kbn/core, home, savedObjectsTagging, canvas, savedObjectsTaggingOss, reindexService, @kbn/test-suites-xpack-platform, lists, @kbn/test-suites-src, savedObjectsManagement | - | | | @kbn/core, dataViews, data, savedObjectsTagging, actions, alerting, lens, savedSearch, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, visualizations, lists, securitySolution | - | -| | onechat, @kbn/test-suites-xpack-platform | - | | | security, cases, @kbn/test-suites-xpack-platform, searchPlayground, securitySolution | - | | | security, actions, alerting, files, fleet, ruleRegistry, cases, securitySolution | - | | | alerting, securitySolution | - | @@ -62,11 +62,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, fleet, graph, osquery, lists, searchPlayground, securitySolution | - | | | @kbn/core, @kbn/alerting-types, alerting, actions, savedSearch, canvas, taskManager, enterpriseSearch, securitySolution | - | | | @kbn/core, encryptedSavedObjects, fleet, productDocBase, cases, osquery, synthetics, securitySolution, @kbn/check-saved-objects-cli | - | -| | @kbn/esql-composer, triggersActionsUi, inference, discover, @kbn/securitysolution-utils, securitySolution | - | +| | @kbn/esql-composer, triggersActionsUi, inference, discover, @kbn/securitysolution-utils, securitySolution | - | | | lens, securitySolution, visTypePie, @kbn/lens-embeddable-utils | - | | | securitySolution, visTypeTagcloud, @kbn/lens-embeddable-utils | - | | | @kbn/alerts-ui-shared, triggersActionsUi, cases, osquery, @kbn/securitysolution-list-hooks, infra, slo, securitySolution | - | -| | @kbn/alerts-ui-shared, @kbn/response-ops-rules-apis, alerting, triggersActionsUi, @kbn/response-ops-alerts-apis, @kbn/response-ops-alerts-table, @kbn/elastic-assistant, cases, @kbn/inference-endpoint-ui-common, osquery, stackConnectors, @kbn/securitysolution-list-hooks, observability, infra, slo, searchPlayground, @kbn/cloud-security-posture-graph, cloudSecurityPosture, @kbn/cloud-security-posture, securitySolution | - | +| | @kbn/alerts-ui-shared, @kbn/response-ops-rules-apis, triggersActionsUi, @kbn/response-ops-alerts-apis, @kbn/response-ops-alerts-table, @kbn/elastic-assistant, cases, @kbn/inference-endpoint-ui-common, maintenanceWindows, osquery, stackConnectors, @kbn/securitysolution-list-hooks, observability, infra, slo, searchPlayground, @kbn/cloud-security-posture-graph, cloudSecurityPosture, @kbn/cloud-security-posture, securitySolution | - | | | security, cloudLinks, securitySolution, cases | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types, @kbn/test-suites-security-solution-apis | - | | | lists, @kbn/securitysolution-io-ts-list-types, securitySolution, @kbn/test-suites-security-solution-apis | - | @@ -81,10 +81,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | securitySolution | - | | | securitySolution | - | | | securitySolution | - | -| | dashboard | - | -| | visualizations, dashboard, graph, links | - | -| | visualizations, maps, dashboard, discover, graph, links | - | -| | @kbn/core, data, spaces, savedSearch, dashboard, visualizations, cloudSecurityPosture | - | | | observability | - | | | observability | - | | | @kbn/security-plugin-types-server, telemetry, alerting, fleet, reporting, profiling, @kbn/security-authorization-core, security | - | @@ -103,13 +99,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core, canvas | - | | | @kbn/core | - | | | @kbn/core, @kbn/response-ops-rule-form | - | -| | @kbn/core, savedObjectsManagement, savedObjectsTagging, savedObjects, maps, streamsApp, kibanaUtils, expressions, data, embeddable, savedObjectsTaggingOss, uiActionsEnhanced, @kbn/lens-embeddable-utils, controls, canvas, dashboardEnhanced, globalSearchProviders | - | +| | @kbn/core, savedObjectsManagement, savedObjectsTagging, savedObjects, maps, streamsApp, kibanaUtils, expressions, data, embeddable, savedObjectsTaggingOss, uiActionsEnhanced, @kbn/lens-embeddable-utils, canvas, dashboardEnhanced, globalSearchProviders, controls | - | +| | @kbn/core, data, spaces, savedSearch, dashboard, visualizations, cloudSecurityPosture | - | | | @kbn/core | - | | | fleet, osquery, exploratoryView, synthetics | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement | - | | | visualizations, graph | - | +| | visualizations, dashboard, graph, links | - | +| | visualizations, maps, dashboard, discover, graph, links | - | | | dataViews, maps | - | | | dataViews, dataViewManagement | - | | | dataViews, dataViewManagement | - | @@ -122,7 +121,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | spaces, savedObjectsManagement | - | | | unifiedSearch | - | | | unifiedSearch | - | -| | presentationPanel, controls | - | | | @kbn/lens-embeddable-utils | - | | | lens, @kbn/lens-embeddable-utils | - | | | presentationUtil, lens, discover | - | @@ -139,8 +137,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | canvas | - | | | canvas | - | | | canvas | - | -| | snapshotRestore, watcher, ingestPipelines, remoteClusters, upgradeAssistant, indexManagement, @kbn/security-ui-components, security, dataViewFieldEditor | - | -| | runtimeFields, snapshotRestore, watcher, ingestPipelines, remoteClusters, reporting, upgradeAssistant, indexManagement, searchprofiler, dataViewEditor, dataViewFieldEditor | - | +| | remoteClusters, upgradeAssistant, indexManagement, @kbn/security-ui-components, security, dataViewFieldEditor | - | +| | remoteClusters, reporting, upgradeAssistant, searchprofiler, dataViewEditor, dataViewFieldEditor | - | | | uptime, telemetry | - | | | uptime | - | | | uptime | - | @@ -159,10 +157,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/management-settings-field-definition, discover | - | | | reporting | - | | | reporting | - | +| | agentBuilder | - | | | @kbn/content-management-table-list-view, filesManagement | - | | | encryptedSavedObjects | - | -| | @kbn/esql-composer, @kbn/esql-utils | - | -| | onechat | - | +| | @kbn/esql-composer, @kbn/esql-utils | - | +| | presentationPanel | - | | | @kbn/reporting-export-types-pdf | - | | | @kbn/scout | - | | | security, licenseManagement, ml, crossClusterReplication, logstash, monitoring, painlessLab, watcher, searchprofiler, slo, securitySolution | 8.8.0 | @@ -231,8 +230,8 @@ Safe to remove. | | security | | | taskManager | | | visualizations | -| | @kbn/esql-ast | -| | @kbn/esql-ast | +| | @kbn/esql-language | +| | @kbn/esql-language | | | @kbn/react-query | | | @kbn/scout | | | @kbn/scout | @@ -267,6 +266,22 @@ Safe to remove. | | @kbn/scout-oblt | | | @kbn/scout-oblt | | | @kbn/scout-oblt | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | +| | @kbn/scout-search | | | @kbn/scout-security | | | @kbn/scout-security | | | @kbn/scout-security | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 7744928372d55..7cb137fa08bd9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -117,8 +117,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [parameter_replacer.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/transformers/parameter_replacer.test.ts#:~:text=quoted) | - | -| | [from.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts#:~:text=parse), [from.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts#:~:text=parse), [replace_parameters.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts#:~:text=parse), [replace_parameters.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts#:~:text=parse) | - | +| | [parameter_replacer.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/transformers/parameter_replacer.test.ts#:~:text=quoted) | - | +| | [from.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts#:~:text=parse), [from.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts#:~:text=parse), [replace_parameters.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts#:~:text=parse), [replace_parameters.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts#:~:text=parse) | - | @@ -136,7 +136,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted) | - | +| | [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted), [query_parsing_helpers.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts#:~:text=quoted) | - | @@ -247,7 +247,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [eui_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-scout/test/scout/fixtures/eui_helpers.ts#:~:text=timeout), [eui_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-scout/test/scout/fixtures/eui_helpers.ts#:~:text=timeout) | - | +| | [eui_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-scout/test/scout/fixtures/eui_helpers.ts#:~:text=timeout), [eui_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-scout/test/scout/fixtures/eui_helpers.ts#:~:text=timeout), [eui_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-scout/test/scout/fixtures/eui_helpers.ts#:~:text=timeout) | - | @@ -327,7 +327,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=parse), [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=parse), [parse_esql_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts#:~:text=parse), [parse_esql_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts#:~:text=parse), [get_mv_expand_fields.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts#:~:text=parse), [get_mv_expand_fields.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts#:~:text=parse) | - | +| | [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=parse), [compute_if_esql_query_aggregating.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts#:~:text=parse), [parse_esql_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts#:~:text=parse), [parse_esql_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts#:~:text=parse), [get_mv_expand_fields.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts#:~:text=parse), [get_mv_expand_fields.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts#:~:text=parse) | - | @@ -372,12 +372,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/plugin_api_integration/plugins/sample_task_plugin/server/init_routes.ts#:~:text=authc), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/plugin_api_integration/plugins/sample_task_plugin/server/init_routes.ts#:~:text=authc), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_functional/plugins/test_endpoints/server/init_routes.ts#:~:text=authc), [routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/alerts/server/routes.ts#:~:text=authc), [routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/alerts/server/routes.ts#:~:text=authc), [routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/alerts/server/routes.ts#:~:text=authc), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/plugin_api_integration/plugins/sample_task_plugin/server/init_routes.ts#:~:text=authc), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/plugin_api_integration/plugins/sample_task_plugin/server/init_routes.ts#:~:text=authc), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_functional/plugins/test_endpoints/server/init_routes.ts#:~:text=authc), [routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/alerts/server/routes.ts#:~:text=authc)+ 2 more | - | | | [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_api_integration/plugins/user_profiles_consumer/server/init_routes.ts#:~:text=userProfiles), [init_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_api_integration/plugins/user_profiles_consumer/server/init_routes.ts#:~:text=userProfiles) | - | | | [task_management.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/plugin_api_integration/test_suites/task_manager/task_management.ts#:~:text=interval), [task_management.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/task_manager_claimer_update_by_query/test_suites/task_manager/task_management.ts#:~:text=interval) | - | +| | [attachments.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/agent_builder_api_integration/apis/converse/attachments.ts#:~:text=attachments), [attachments.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/agent_builder_api_integration/apis/converse/attachments.ts#:~:text=attachments) | - | | | [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/functional_with_es_ssl/plugins/alerts/public/application.tsx#:~:text=appBasePath) | - | | | [pagerduty_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts#:~:text=authRequired), [servicenow_oauth_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts#:~:text=authRequired), [jira_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts#:~:text=authRequired), [jira_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts#:~:text=authRequired), [jira_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts#:~:text=authRequired), [jira_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts#:~:text=authRequired), [jira_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts#:~:text=authRequired), [resilient_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts#:~:text=authRequired), [resilient_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts#:~:text=authRequired), [resilient_simulation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts#:~:text=authRequired)+ 29 more | - | | | [export_transform.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/serverless/functional/test_suites/saved_objects_management/export_transform.ts#:~:text=SavedObject), [export_transform.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/serverless/functional/test_suites/saved_objects_management/export_transform.ts#:~:text=SavedObject), [hidden_from_http_apis.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/serverless/functional/test_suites/saved_objects_management/hidden_from_http_apis.ts#:~:text=SavedObject), [hidden_from_http_apis.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/serverless/functional/test_suites/saved_objects_management/hidden_from_http_apis.ts#:~:text=SavedObject) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin/server/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin/server/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [attachments.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/onechat_api_integration/apis/converse/attachments.ts#:~:text=attachments), [attachments.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/onechat_api_integration/apis/converse/attachments.ts#:~:text=attachments) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_functional/plugins/test_endpoints/public/plugin.tsx#:~:text=userProfiles), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/test/security_functional/plugins/test_endpoints/public/plugin.tsx#:~:text=userProfiles) | - | @@ -413,6 +413,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] +## agentBuilder + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [new_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/utils/new_conversation.ts#:~:text=attachments), [round_layout.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/components/conversations/conversation_rounds/round_layout.tsx#:~:text=attachments), [run_chat_agent.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/default/run_chat_agent.ts#:~:text=attachments), [analytics_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts#:~:text=attachments), [analytics_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments) | - | +| | [preflight_checks.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/preflight_checks.ts#:~:text=attachments), [chat.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/routes/chat.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments)+ 1 more | - | +| | [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/agent_builder/public/application/mount.tsx#:~:text=RedirectAppLinks) | - | + + + ## aiAssistantManagementSelection | Deprecated API | Reference location(s) | Remove By | @@ -445,7 +455,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [use_find_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.ts#:~:text=onError), [use_get_rule_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/public/hooks/use_get_rule_types.ts#:~:text=onError), [use_get_maintenance_window.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.ts#:~:text=onError) | - | | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=audit) | - | @@ -562,8 +571,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [options_list_fetch_cache.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts#:~:text=title) | - | -| | [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [control_group_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 5 more | - | -| | [control_panel.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx#:~:text=useBatchedOptionalPublishingSubjects), [control_panel.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx#:~:text=useBatchedOptionalPublishingSubjects) | - | +| | [esql_control_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts#:~:text=SavedObjectReference), [esql_control_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts#:~:text=SavedObjectReference), [esql_control_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [options_list_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [range_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts#:~:text=SavedObjectReference), [time_slider_persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts#:~:text=SavedObjectReference)+ 2 more | - | @@ -587,7 +595,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [extract_control_group_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_app/url/bwc/extract_control_group_state.ts#:~:text=serializeRuntimeState), [extract_control_group_state.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_app/url/bwc/extract_control_group_state.ts#:~:text=serializeRuntimeState) | - | | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_api/save_modal/save_modal.tsx#:~:text=SavedObjectSaveModalWithSaveResult), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_api/save_modal/save_modal.tsx#:~:text=SavedObjectSaveModalWithSaveResult), [library_add_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/library_add_action.tsx#:~:text=SavedObjectSaveModalWithSaveResult), [library_add_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/library_add_action.tsx#:~:text=SavedObjectSaveModalWithSaveResult) | - | | | [open_save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_api/save_modal/open_save_modal.tsx#:~:text=showSaveModal), [open_save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_api/save_modal/open_save_modal.tsx#:~:text=showSaveModal), [library_add_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/library_add_action.tsx#:~:text=showSaveModal), [library_add_action.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/public/dashboard_actions/library_add_action.tsx#:~:text=showSaveModal) | - | | | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | @@ -696,7 +703,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [on_save_discover_session.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/components/top_nav/save_discover_session/on_save_discover_session.tsx#:~:text=showSaveModal), [on_save_discover_session.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/components/top_nav/save_discover_session/on_save_discover_session.tsx#:~:text=showSaveModal) | - | | | [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) | - | | | [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) | - | -| | [get_row_additional_leading_controls.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts#:~:text=parse), [get_row_additional_leading_controls.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts#:~:text=parse) | - | +| | [get_row_additional_leading_controls.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts#:~:text=parse), [get_row_additional_leading_controls.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts#:~:text=parse) | - | | | [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks), [discover_router.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/discover_router.tsx#:~:text=RedirectAppLinks) | - | @@ -876,8 +883,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/index.tsx#:~:text=RedirectAppLinks) | - | -| | [component_template_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_list.helpers.ts#:~:text=findTestSubject), [component_template_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_list.helpers.ts#:~:text=findTestSubject), [component_template_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_list.helpers.ts#:~:text=findTestSubject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject), [data_streams_tab.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/data_streams_tab.helpers.ts#:~:text=findTestSubject), [data_streams_tab.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/data_streams_tab.helpers.ts#:~:text=findTestSubject), [enrich_policies.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/enrich_policies.helpers.ts#:~:text=findTestSubject), [enrich_policies.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/enrich_policies.helpers.ts#:~:text=findTestSubject), [enrich_policies.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/enrich_policies.helpers.ts#:~:text=findTestSubject)+ 16 more | - | -| | [component_template_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_list.helpers.ts#:~:text=registerTestBed), [component_template_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_list.helpers.ts#:~:text=registerTestBed), [component_template_details.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_details.helpers.ts#:~:text=registerTestBed), [component_template_details.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/component_template_details.helpers.ts#:~:text=registerTestBed), [create_enrich_policy.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/create_enrich_policy/create_enrich_policy.helpers.ts#:~:text=registerTestBed), [create_enrich_policy.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/create_enrich_policy/create_enrich_policy.helpers.ts#:~:text=registerTestBed), [data_streams_tab.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/data_streams_tab.helpers.ts#:~:text=registerTestBed), [data_streams_tab.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/data_streams_tab.helpers.ts#:~:text=registerTestBed), [enrich_policies.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/enrich_policies.helpers.ts#:~:text=registerTestBed), [enrich_policies.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/__jest__/client_integration/home/enrich_policies.helpers.ts#:~:text=registerTestBed)+ 20 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/index_management/public/application/components/component_templates/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject) | - | @@ -885,7 +891,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [correct_with_ast.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts#:~:text=parse), [correct_with_ast.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [timespan_literals.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts#:~:text=parse), [timespan_literals.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts#:~:text=parse)+ 8 more | - | +| | [correct_with_ast.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts#:~:text=parse), [correct_with_ast.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [like.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts#:~:text=parse), [timespan_literals.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts#:~:text=parse), [timespan_literals.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts#:~:text=parse)+ 8 more | - | @@ -900,15 +906,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## ingestPipelines - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [pipelines_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_list.helpers.ts#:~:text=findTestSubject), [pipelines_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_list.helpers.ts#:~:text=findTestSubject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject) | - | -| | [pipelines_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_list.helpers.ts#:~:text=registerTestBed), [pipelines_list.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_list.helpers.ts#:~:text=registerTestBed), [pipelines_create.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_create.helpers.ts#:~:text=registerTestBed), [pipelines_create.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_create.helpers.ts#:~:text=registerTestBed), [pipelines_clone.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_clone.helpers.ts#:~:text=registerTestBed), [pipelines_clone.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_clone.helpers.ts#:~:text=registerTestBed), [pipelines_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_edit.helpers.ts#:~:text=registerTestBed), [pipelines_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_edit.helpers.ts#:~:text=registerTestBed), [pipelines_create_from_csv.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_create_from_csv.helpers.ts#:~:text=registerTestBed), [pipelines_create_from_csv.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ingest_pipelines/__jest__/client_integration/helpers/pipelines_create_from_csv.helpers.ts#:~:text=registerTestBed)+ 4 more | - | - - - ## inputControlVis | Deprecated API | Reference location(s) | Remove By | @@ -1033,6 +1030,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | +| | [use_find_maintenance_windows.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_find_maintenance_windows.ts#:~:text=onError), [use_get_rule_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_get_rule_types.ts#:~:text=onError), [use_get_maintenance_window.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_get_maintenance_window.ts#:~:text=onError) | - | @@ -1159,16 +1157,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## onechat - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [new_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/utils/new_conversation.ts#:~:text=attachments), [round_layout.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/components/conversations/conversation_rounds/round_layout.tsx#:~:text=attachments), [run_chat_agent.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/default/run_chat_agent.ts#:~:text=attachments), [analytics_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts#:~:text=attachments), [analytics_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments) | - | -| | [preflight_checks.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/preflight_checks.ts#:~:text=attachments), [chat.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/routes/chat.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts#:~:text=attachments), [prepare_conversation.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts#:~:text=attachments)+ 1 more | - | -| | [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks), [mount.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/onechat/public/application/mount.tsx#:~:text=RedirectAppLinks) | - | - - - ## osquery | Deprecated API | Reference location(s) | Remove By | @@ -1200,7 +1188,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [presentation_panel_hover_actions.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions_wrapper.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions_wrapper.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions_wrapper.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions_wrapper.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_internal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_internal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx#:~:text=useBatchedOptionalPublishingSubjects) | - | +| | [presentation_panel_hover_actions.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions_wrapper.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions_wrapper.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_hover_actions_wrapper.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/presentation_panel_hover_actions_wrapper.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_internal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_internal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx#:~:text=useBatchedOptionalPublishingSubjects), [presentation_panel_internal.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx#:~:text=useBatchedOptionalPublishingSubjects) | - | @@ -1276,14 +1264,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## runtimeFields - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [test_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/runtime_fields/public/test_utils.ts#:~:text=registerTestBed) | - | - - - ## savedObjects | Deprecated API | Reference location(s) | Remove By | @@ -1379,8 +1359,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | -| | [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | -| | [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures) | 8.8.0 | +| | [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [authorization_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | +| | [authorization_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts#:~:text=getElasticsearchFeatures) | 8.8.0 | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/plugin.ts#:~:text=license%24) | 8.8.0 | | | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | - | @@ -1437,12 +1417,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [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) | - | | | [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=SavedObjectsModelVersion), [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=SavedObjectsModelVersion), [engine_descriptor_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store/saved_object/engine_descriptor_type.ts#:~:text=SavedObjectsModelVersion), [engine_descriptor_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store/saved_object/engine_descriptor_type.ts#:~:text=SavedObjectsModelVersion), [engine_descriptor_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store/saved_object/engine_descriptor_type.ts#:~:text=SavedObjectsModelVersion), [risk_engine_configuration_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_engine/saved_object/risk_engine_configuration_type.ts#:~:text=SavedObjectsModelVersion), [risk_engine_configuration_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_engine/saved_object/risk_engine_configuration_type.ts#:~:text=SavedObjectsModelVersion), [risk_engine_configuration_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_engine/saved_object/risk_engine_configuration_type.ts#:~:text=SavedObjectsModelVersion), [risk_engine_configuration_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_engine/saved_object/risk_engine_configuration_type.ts#:~:text=SavedObjectsModelVersion), [risk_engine_configuration_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_engine/saved_object/risk_engine_configuration_type.ts#:~:text=SavedObjectsModelVersion)+ 5 more | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts#:~:text=parse), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts#:~:text=parse) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts#:~:text=parse), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts#:~:text=parse) | - | | | [risk_score_summary.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/entity_analytics/lens_attributes/risk_score_summary.ts#:~:text=palette) | - | | | [risk_score_summary.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/entity_analytics/lens_attributes/risk_score_summary.ts#:~:text=palette) | - | | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | | | [hooks.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/services/policies/hooks.test.ts#:~:text=onSuccess) | - | -| | [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=onError), [use_prebuilt_rules_status.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/prebuilt_rules/use_prebuilt_rules_status.ts#:~:text=onError), [use_rule_management_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_rule_management_filters.ts#:~:text=onError), [use_fetch_coverage_overview_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/api/hooks/use_fetch_coverage_overview_query.ts#:~:text=onError), [use_fetch_prebuilt_rule_base_version_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/api/hooks/prebuilt_rules/use_fetch_prebuilt_rule_base_version_query.ts#:~:text=onError), [use_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_rule.ts#:~:text=onError), [use_find_rules.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_find_rules.ts#:~:text=onError), [fleet_integration_artifacts_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/view/ingest_manager_integration/endpoint_policy_edit_extension/components/fleet_integration_artifacts_card.tsx#:~:text=onError), [fleet_artifacts_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/view/ingest_manager_integration/endpoint_package_custom_extension/components/fleet_artifacts_card.tsx#:~:text=onError), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/use_find_attack_discoveries/index.ts#:~:text=onError)+ 32 more | - | +| | [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=onError), [use_prebuilt_rules_status.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/prebuilt_rules/use_prebuilt_rules_status.ts#:~:text=onError), [use_rule_management_filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_rule_management_filters.ts#:~:text=onError), [use_fetch_coverage_overview_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/api/hooks/use_fetch_coverage_overview_query.ts#:~:text=onError), [use_fetch_prebuilt_rule_base_version_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/api/hooks/prebuilt_rules/use_fetch_prebuilt_rule_base_version_query.ts#:~:text=onError), [use_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_rule.ts#:~:text=onError), [use_find_rules.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/logic/use_find_rules.ts#:~:text=onError), [fleet_integration_artifacts_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/view/ingest_manager_integration/endpoint_policy_edit_extension/components/fleet_integration_artifacts_card.tsx#:~:text=onError), [fleet_artifacts_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/view/ingest_manager_integration/endpoint_package_custom_extension/components/fleet_artifacts_card.tsx#:~:text=onError), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/use_find_attack_discoveries/index.ts#:~:text=onError)+ 33 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), [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) | - | @@ -1496,8 +1476,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | -| | [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=findTestSubject), [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=findTestSubject), [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=findTestSubject), [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=findTestSubject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject), [home.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/home.test.ts#:~:text=findTestSubject), [home.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/home.test.ts#:~:text=findTestSubject), [home.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/home.test.ts#:~:text=findTestSubject), [home.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/home.test.ts#:~:text=findTestSubject), [home.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/home.test.ts#:~:text=findTestSubject)+ 3 more | - | -| | [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=registerTestBed), [home.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/home.helpers.ts#:~:text=registerTestBed), [repository_add.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/repository_add.helpers.ts#:~:text=registerTestBed), [repository_add.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/repository_add.helpers.ts#:~:text=registerTestBed), [repository_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/repository_edit.helpers.ts#:~:text=registerTestBed), [repository_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/repository_edit.helpers.ts#:~:text=registerTestBed), [policy_add.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/policy_add.helpers.ts#:~:text=registerTestBed), [policy_add.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/policy_add.helpers.ts#:~:text=registerTestBed), [policy_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/policy_edit.helpers.ts#:~:text=registerTestBed), [policy_edit.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/snapshot_restore/__jest__/client_integration/helpers/policy_edit.helpers.ts#:~:text=registerTestBed)+ 6 more | - | @@ -1554,7 +1532,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [sender.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/telemetry/sender.ts#:~:text=getIsOptedIn), [sender.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/telemetry/sender.test.ts#:~:text=getIsOptedIn), [sender.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/telemetry/sender.test.ts#:~:text=getIsOptedIn) | - | | | [legacy_synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/saved_objects/synthetics_monitor/legacy_synthetics_monitor.ts#:~:text=migrations) | - | | | [model_version_1.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts#:~:text=SavedObjectsModelVersion), [model_version_1.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts#:~:text=SavedObjectsModelVersion) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/e2e/synthetics/page_objects/utils.ts#:~:text=type) | - | | | [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks), [synthetics_shared_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/contexts/synthetics_shared_context.tsx#:~:text=RedirectAppLinks) | - | @@ -1611,7 +1589,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | ---------------|-----------|-----------| | | [data_apis.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/lib/data_apis.ts#:~:text=title) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts#:~:text=theme%24) | - | -| | [rule_flyout_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx#:~:text=parse), [rule_flyout_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx#:~:text=parse), [escape_field_name_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts#:~:text=parse), [escape_field_name_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts#:~:text=parse) | - | +| | [rule_flyout_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx#:~:text=parse), [rule_flyout_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx#:~:text=parse), [escape_field_name_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts#:~:text=parse), [escape_field_name_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts#:~:text=parse) | - | | | [load_alert_rule_flyout_content.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/load_alert_rule_flyout_content.tsx#:~:text=getLegacySerializedState) | - | | | [use_load_rules_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts#:~:text=onSuccess), [use_get_query_delay_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_get_query_delay_settings.ts#:~:text=onSuccess) | - | | | [use_load_rules_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts#:~:text=onError), [use_load_action_types_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_action_types_query.ts#:~:text=onError), [use_load_rule_aggregations_query.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_aggregations_query.ts#:~:text=onError), [use_load_rule_event_logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rule_event_logs.ts#:~:text=onError) | - | @@ -1676,7 +1654,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [use_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts#:~:text=title) | - | -| | [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type) | - | +| | [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type), [date_picker.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/e2e/page_objects/date_picker.ts#:~:text=type) | - | | | [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks) | - | @@ -1765,8 +1743,6 @@ 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/x-pack/platform/plugins/private/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [watch_list_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts#:~:text=findTestSubject), [watch_list_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts#:~:text=findTestSubject), [watch_status_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_status_page.helpers.ts#:~:text=findTestSubject), [watch_status_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_status_page.helpers.ts#:~:text=findTestSubject), [watch_status_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_status_page.helpers.ts#:~:text=findTestSubject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/index.ts#:~:text=findTestSubject), [watch_list_page.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/watch_list_page.test.ts#:~:text=findTestSubject), [watch_list_page.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/watch_list_page.test.ts#:~:text=findTestSubject), [watch_list_page.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/watch_list_page.test.ts#:~:text=findTestSubject), [watch_list_page.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/watch_list_page.test.ts#:~:text=findTestSubject)+ 4 more | - | -| | [watch_list_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts#:~:text=registerTestBed), [watch_list_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts#:~:text=registerTestBed), [watch_status_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_status_page.helpers.ts#:~:text=registerTestBed), [watch_status_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_status_page.helpers.ts#:~:text=registerTestBed), [watch_create_json_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_create_json_page.helpers.ts#:~:text=registerTestBed), [watch_create_json_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_create_json_page.helpers.ts#:~:text=registerTestBed), [watch_create_threshold_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_create_threshold_page.helpers.ts#:~:text=registerTestBed), [watch_create_threshold_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_create_threshold_page.helpers.ts#:~:text=registerTestBed), [watch_edit_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_edit_page.helpers.ts#:~:text=registerTestBed), [watch_edit_page.helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/watcher/__jest__/client_integration/helpers/watch_edit_page.helpers.ts#:~:text=registerTestBed) | - | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 96e84573d74b4..e5cbec1c90e11 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -66,8 +66,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ This is relied on by the reporting feature, and should be removed once reporting migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914 | -| security | | [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 33 more | 8.8.0 | -| security | | [authorization_service.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx#:~:text=getElasticsearchFeatures), [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getElasticsearchFeatures) | 8.8.0 | +| security | | [app_authorization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.ts#:~:text=getKibanaFeatures), [authorization_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts#:~:text=getKibanaFeatures), [app_authorization.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/app_authorization.test.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures), [privileges.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/authorization_core/src/privileges/privileges.test.ts#:~:text=getKibanaFeatures)+ 33 more | 8.8.0 | +| security | | [authorization_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts#:~:text=getElasticsearchFeatures), [kibana_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/security/role_management_model/src/__fixtures__/kibana_privileges.ts#:~:text=getElasticsearchFeatures) | 8.8.0 | | security | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | security | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 | | security | | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 | diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 963c428184c8b..ff4aa8c4cf41e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/developer_toolbar.mdx b/api_docs/developer_toolbar.mdx index 4937cecf2fe5e..34fdb41247e16 100644 --- a/api_docs/developer_toolbar.mdx +++ b/api_docs/developer_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/developerToolbar title: "developerToolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the developerToolbar plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'developerToolbar'] --- import developerToolbarObj from './developer_toolbar.devdocs.json'; diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json index 5661cd2fd4173..1bd7d1123019e 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -1147,7 +1147,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -1941,7 +1941,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -1949,7 +1949,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1957,7 +1957,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -1965,7 +1965,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1973,7 +1973,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1981,7 +1981,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1989,7 +1989,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1997,7 +1997,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -2162,6 +2162,27 @@ "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "discover", + "id": "def-public.DiscoverServices.cps", + "type": "Object", + "tags": [], + "label": "cps", + "description": [], + "signature": [ + { + "pluginId": "cps", + "scope": "public", + "docId": "kibCpsPluginApi", + "section": "def-public.CPSPluginStart", + "text": "CPSPluginStart" + }, + " | undefined" + ], + "path": "src/platform/plugins/shared/discover/public/build_services.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -2447,7 +2468,17 @@ "section": "def-common.SavedSearch", "text": "SavedSearch" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "savedSearch", "scope": "common", @@ -2707,17 +2738,7 @@ "section": "def-common.SavedSearch", "text": "SavedSearch" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -3441,7 +3462,7 @@ }, "> & { rawSavedObjectAttributes?: Partial> | undefined; savedObjectTitle?: string | undefined; savedObjectId?: string | undefined; savedObjectDescription?: string | undefined; nonPersistedDisplayOptions?: ", + ", \"sort\" | \"grid\" | \"columns\" | \"rowHeight\" | \"headerRowHeight\" | \"rowsPerPage\" | \"sampleSize\" | \"density\">> | undefined; savedObjectTitle?: string | undefined; savedObjectId?: string | undefined; savedObjectDescription?: string | undefined; nonPersistedDisplayOptions?: ", { "pluginId": "discover", "scope": "common", @@ -4476,10 +4497,10 @@ "signature": [ "(", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlPanelsState", "text": "ControlPanelsState" }, "<", @@ -4544,16 +4565,17 @@ { "parentPluginId": "discover", "id": "def-common.MainHistoryLocationState.esqlControls", - "type": "Object", + "type": "CompoundType", "tags": [], "label": "esqlControls", "description": [], "signature": [ + "(", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelsState", + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlPanelsState", "text": "ControlPanelsState" }, "<", @@ -4564,7 +4586,15 @@ "section": "def-common.ESQLControlState", "text": "ESQLControlState" }, - "> | undefined" + "> & ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.SerializableRecord", + "text": "SerializableRecord" + }, + ") | undefined" ], "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 905a223ac52cc..3da1a4d9c9e76 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: 2025-12-19 +date: 2026-01-07 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 | |-------------------|-----------|------------------------|-----------------| -| 201 | 0 | 158 | 23 | +| 202 | 0 | 159 | 23 | ## Client diff --git a/api_docs/discover_enhanced.devdocs.json b/api_docs/discover_enhanced.devdocs.json index 0d5a95b72cbc6..7dfc52a4ca3fa 100644 --- a/api_docs/discover_enhanced.devdocs.json +++ b/api_docs/discover_enhanced.devdocs.json @@ -285,7 +285,7 @@ }, "<", "ExploreDataChartActionContext", - ">" + ", object>" ], "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, @@ -441,7 +441,7 @@ "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, - ">" + ", object>" ], "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", "deprecated": false, @@ -591,7 +591,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -599,7 +599,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -607,7 +607,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -615,7 +615,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -623,7 +623,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; }" + ">) => void; }" ], "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, @@ -730,7 +730,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -738,7 +738,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -746,7 +746,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -754,7 +754,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -762,7 +762,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -770,7 +770,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -778,7 +778,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -786,7 +786,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 8ba971000e855..7f455f6172850 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- import discoverEnhancedObj from './discover_enhanced.devdocs.json'; diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index 4ee3d0046ef0e..4253c40c60a3e 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: 2025-12-19 +date: 2026-01-07 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 bd7813da00513..5ed4664ca4c25 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 68e6bd882c261..2abdee00130b4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/elastic_assistant_shared_state.mdx b/api_docs/elastic_assistant_shared_state.mdx index c5da8b8618589..893e1a026b43e 100644 --- a/api_docs/elastic_assistant_shared_state.mdx +++ b/api_docs/elastic_assistant_shared_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistantSharedState title: "elasticAssistantSharedState" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistantSharedState plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistantSharedState'] --- import elasticAssistantSharedStateObj from './elastic_assistant_shared_state.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index 3b895da818897..7d20015ea691d 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -2399,7 +2399,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[] | undefined) => object) | undefined>) => void" + "[] | undefined, id?: string | undefined) => object) | undefined>) => void" ], "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, @@ -2444,7 +2444,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[] | undefined) => object) | undefined>" + "[] | undefined, id?: string | undefined) => object) | undefined>" ], "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, @@ -2723,7 +2723,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[] | undefined) => object) | undefined>" + "[] | undefined, id?: string | undefined) => object) | undefined>" ], "path": "src/platform/plugins/shared/embeddable/public/types.ts", "deprecated": false, @@ -3472,7 +3472,7 @@ "label": "EmbeddableTransforms", "description": [], "signature": [ - "{ transformOutInjectsReferences?: boolean | undefined; transformOut?: ((storedState: StoredEmbeddableState, panelReferences?: ", + "{ transformOut?: ((storedState: StoredEmbeddableState, panelReferences?: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", @@ -3488,7 +3488,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[] | undefined) => EmbeddableState) | undefined; transformIn?: ((state: EmbeddableState) => { state: StoredEmbeddableState; references?: ", + "[] | undefined, id?: string | undefined) => EmbeddableState) | undefined; transformIn?: ((state: EmbeddableState) => { state: StoredEmbeddableState; references?: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index dcf6ea14e71ea..93618a585215e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; diff --git a/api_docs/embeddable_alerts_table.mdx b/api_docs/embeddable_alerts_table.mdx index b336a4f7c4cbc..8de7577928666 100644 --- a/api_docs/embeddable_alerts_table.mdx +++ b/api_docs/embeddable_alerts_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableAlertsTable title: "embeddableAlertsTable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableAlertsTable plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableAlertsTable'] --- import embeddableAlertsTableObj from './embeddable_alerts_table.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index c846f27e2ec62..b640cae0eae57 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 97320868bbe69..6c9e5e70b4924 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index df7a391bd3e0b..5f7b3d7506f1f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entity_manager.devdocs.json b/api_docs/entity_manager.devdocs.json index ff84ab562e374..a96056adc91f7 100644 --- a/api_docs/entity_manager.devdocs.json +++ b/api_docs/entity_manager.devdocs.json @@ -501,7 +501,7 @@ "ZodTypeAny", ", { id?: string | undefined; }, { id?: string | undefined; }>; }, \"strip\", ", "ZodTypeAny", - ", { query: { page?: number | undefined; perPage?: number | undefined; includeState?: any; }; path: { id?: string | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; includeState?: any; }; path: { id?: string | undefined; }; }>, ", + ", { path: { id?: string | undefined; }; query: { page?: number | undefined; perPage?: number | undefined; includeState?: any; }; }, { path: { id?: string | undefined; }; query: { page?: number | undefined; perPage?: number | undefined; includeState?: any; }; }>, ", "EntityManagerRouteHandlerResources", ", ", "IKibanaResponse", @@ -531,7 +531,7 @@ "ZodTypeAny", ", { deleteData?: any; }, { deleteData?: any; }>; }, \"strip\", ", "ZodTypeAny", - ", { query: { deleteData?: any; }; path: { id: string; }; }, { query: { deleteData?: any; }; path: { id: string; }; }>, ", + ", { path: { id: string; }; query: { deleteData?: any; }; }, { path: { id: string; }; query: { deleteData?: any; }; }>, ", "EntityManagerRouteHandlerResources", ", ", "IKibanaResponse", diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index 9276c14b0149c..1c94a9cf382f3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/entity_store.devdocs.json b/api_docs/entity_store.devdocs.json new file mode 100644 index 0000000000000..e0aee99e1d3d5 --- /dev/null +++ b/api_docs/entity_store.devdocs.json @@ -0,0 +1,58 @@ +{ + "id": "entityStore", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "entityStore", + "id": "def-common.PLUGIN_ID", + "type": "string", + "tags": [], + "label": "PLUGIN_ID", + "description": [], + "signature": [ + "\"entityStore\"" + ], + "path": "x-pack/solutions/security/plugins/entity_store/common/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "entityStore", + "id": "def-common.PLUGIN_NAME", + "type": "string", + "tags": [], + "label": "PLUGIN_NAME", + "description": [], + "signature": [ + "\"Entity Store\"" + ], + "path": "x-pack/solutions/security/plugins/entity_store/common/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/entity_store.mdx b/api_docs/entity_store.mdx new file mode 100644 index 0000000000000..2b156d76b90ff --- /dev/null +++ b/api_docs/entity_store.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: kibEntityStorePluginApi +slug: /kibana-dev-docs/api/entityStore +title: "entityStore" +image: https://source.unsplash.com/400x175/?github +description: API docs for the entityStore plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityStore'] +--- +import entityStoreObj from './entity_store.devdocs.json'; + +Central place for Entities management and logs extraction + +Contact [@elastic/core-analysis](https://github.com/orgs/elastic/teams/core-analysis) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 2 | 0 | 2 | 0 | + +## Common + +### Consts, variables and types + + diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index 2b02425917a9d..00217b043ce71 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: 2025-12-19 +date: 2026-01-07 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 ed3452622e69e..b4af702e1e6f5 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: 2025-12-19 +date: 2026-01-07 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 ffa8c129fad65..695f1e3bfb9ef 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- import esqlDataGridObj from './esql_data_grid.devdocs.json'; diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 35b55c8c9aec8..489dd72f7f308 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: 2025-12-19 +date: 2026-01-07 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 cb7d6045ca77f..564a78a622e4e 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: 2025-12-19 +date: 2026-01-07 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 7d444d1bb790f..4c9765824c766 100644 --- a/api_docs/event_log.devdocs.json +++ b/api_docs/event_log.devdocs.json @@ -1052,7 +1052,7 @@ "label": "data", "description": [], "signature": [ - "(Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; status?: string | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> & { _id: string; _index: string; _seq_no: number; _primary_term: number; })[]" + "(Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ status?: string | undefined; uuid?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ status?: string | undefined; outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; status?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; original?: string | undefined; code?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> & { _id: string; _index: string; _seq_no: number; _primary_term: number; })[]" ], "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, @@ -1072,7 +1072,7 @@ "label": "IEvent", "description": [], "signature": [ - "DeepPartial | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; status?: string | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" + "DeepPartial | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ status?: string | undefined; uuid?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ status?: string | undefined; outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; status?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; original?: string | undefined; code?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined" ], "path": "x-pack/platform/plugins/shared/event_log/generated/schemas.ts", "deprecated": false, @@ -1087,7 +1087,7 @@ "label": "IValidatedEvent", "description": [], "signature": [ - "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; status?: string | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined" + "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ status?: string | undefined; uuid?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ status?: string | undefined; outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; status?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; original?: string | undefined; code?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined" ], "path": "x-pack/platform/plugins/shared/event_log/generated/schemas.ts", "deprecated": false, @@ -1102,7 +1102,7 @@ "label": "IValidatedEventInternalDocInfo", "description": [], "signature": [ - "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ uuid?: string | undefined; status?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; status?: string | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; code?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; original?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> & { _id: string; _index: string; _seq_no: number; _primary_term: number; }" + "Readonly<{ log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; error?: Readonly<{ id?: string | undefined; type?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; message?: string | undefined; tags?: string[] | undefined; rule?: Readonly<{ id?: string | undefined; name?: string | undefined; license?: string | undefined; version?: string | undefined; description?: string | undefined; uuid?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; } & {}> | undefined; kibana?: Readonly<{ task?: Readonly<{ id?: string | undefined; schedule_delay?: string | number | undefined; scheduled?: string | undefined; } & {}> | undefined; action?: Readonly<{ id?: string | undefined; name?: string | undefined; execution?: Readonly<{ source?: string | undefined; uuid?: string | undefined; gen_ai?: Readonly<{ usage?: Readonly<{ prompt_tokens?: string | number | undefined; completion_tokens?: string | number | undefined; total_tokens?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; usage?: Readonly<{ request_body_bytes?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; type_id?: string | undefined; } & {}> | undefined; version?: string | undefined; alert?: Readonly<{ rule?: Readonly<{ consumer?: string | undefined; revision?: string | number | undefined; gap?: Readonly<{ status?: string | undefined; range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; updated_at?: string | undefined; filled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; unfilled_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; in_progress_intervals?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}>[] | undefined; total_gap_duration_ms?: string | number | undefined; filled_duration_ms?: string | number | undefined; unfilled_duration_ms?: string | number | undefined; in_progress_duration_ms?: string | number | undefined; deleted?: boolean | undefined; failed_auto_fill_attempts?: string | number | undefined; } & {}> | undefined; execution?: Readonly<{ status?: string | undefined; uuid?: string | undefined; metrics?: Readonly<{ total_search_duration_ms?: string | number | undefined; total_indexing_duration_ms?: string | number | undefined; gap_range?: Readonly<{ gte?: string | undefined; lte?: string | undefined; } & {}> | undefined; number_of_triggered_actions?: string | number | undefined; number_of_generated_actions?: string | number | undefined; alert_counts?: Readonly<{ active?: string | number | undefined; new?: string | number | undefined; recovered?: string | number | undefined; } & {}> | undefined; number_of_delayed_alerts?: string | number | undefined; number_of_searches?: string | number | undefined; es_search_duration_ms?: string | number | undefined; execution_gap_duration_s?: string | number | undefined; frozen_indices_queried_count?: string | number | undefined; rule_type_run_duration_ms?: string | number | undefined; process_alerts_duration_ms?: string | number | undefined; trigger_actions_duration_ms?: string | number | undefined; process_rule_duration_ms?: string | number | undefined; claim_to_start_duration_ms?: string | number | undefined; persist_alerts_duration_ms?: string | number | undefined; prepare_rule_duration_ms?: string | number | undefined; total_run_duration_ms?: string | number | undefined; total_enrichment_duration_ms?: string | number | undefined; update_alerts_duration_ms?: string | number | undefined; } & {}> | undefined; status_order?: string | number | undefined; backfill?: Readonly<{ id?: string | undefined; start?: string | undefined; interval?: string | undefined; } & {}> | undefined; } & {}> | undefined; rule_type_id?: string | undefined; } & {}> | undefined; flapping?: boolean | undefined; uuid?: string | undefined; maintenance_window_ids?: string[] | undefined; deletion?: Readonly<{ num_deleted?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; alerting?: Readonly<{ status?: string | undefined; outcome?: string | undefined; summary?: Readonly<{ new?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; recovered?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; ongoing?: Readonly<{ count?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; space_ids?: string[] | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ id?: string | undefined; type?: string | undefined; namespace?: string | undefined; rel?: string | undefined; type_id?: string | undefined; space_agnostic?: boolean | undefined; } & {}>[] | undefined; user_api_key?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; gap_auto_fill?: Readonly<{ execution?: Readonly<{ start?: string | undefined; end?: string | undefined; status?: string | undefined; results?: Readonly<{ error?: string | undefined; status?: string | undefined; rule_id?: string | undefined; processed_gaps?: string | number | undefined; } & {}>[] | undefined; duration_ms?: string | number | undefined; rule_ids?: string[] | undefined; task_params?: Readonly<{ name?: string | undefined; interval?: string | undefined; num_retries?: string | number | undefined; gap_fill_range?: string | undefined; max_backfills?: string | number | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; event?: Readonly<{ id?: string | undefined; type?: string[] | undefined; reason?: string | undefined; action?: string | undefined; start?: string | undefined; end?: string | undefined; original?: string | undefined; code?: string | undefined; outcome?: string | undefined; duration?: string | number | undefined; timezone?: string | undefined; severity?: string | number | undefined; category?: string[] | undefined; risk_score?: number | undefined; url?: string | undefined; created?: string | undefined; provider?: string | undefined; dataset?: string | undefined; kind?: string | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; reference?: string | undefined; risk_score_norm?: number | undefined; sequence?: string | number | undefined; } & {}> | undefined; user?: Readonly<{ id?: string | undefined; name?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> & { _id: string; _index: string; _seq_no: number; _primary_term: number; }" ], "path": "x-pack/platform/plugins/shared/event_log/server/es/cluster_client_adapter.ts", "deprecated": false, diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index fb6bd4750be73..c2a535e29fa6a 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: 2025-12-19 +date: 2026-01-07 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 76de844d1236e..2841ddcde79b1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_gauge.devdocs.json b/api_docs/expression_gauge.devdocs.json index 8d858d42c6e12..0154a138af5a2 100644 --- a/api_docs/expression_gauge.devdocs.json +++ b/api_docs/expression_gauge.devdocs.json @@ -700,7 +700,7 @@ "label": "ticksPosition", "description": [], "signature": [ - "\"hidden\" | \"auto\" | \"bands\"" + "\"auto\" | \"hidden\" | \"bands\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_gauge/common/types/expression_functions.ts", "deprecated": false, @@ -714,7 +714,7 @@ "label": "labelMajorMode", "description": [], "signature": [ - "\"none\" | \"custom\" | \"auto\"" + "\"none\" | \"auto\" | \"custom\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_gauge/common/types/expression_functions.ts", "deprecated": false, @@ -1176,7 +1176,7 @@ "label": "GaugeLabelMajorMode", "description": [], "signature": [ - "\"none\" | \"custom\" | \"auto\"" + "\"none\" | \"auto\" | \"custom\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_gauge/common/types/expression_functions.ts", "deprecated": false, @@ -1328,7 +1328,7 @@ "label": "GaugeTicksPosition", "description": [], "signature": [ - "\"hidden\" | \"auto\" | \"bands\"" + "\"auto\" | \"hidden\" | \"bands\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_gauge/common/types/expression_functions.ts", "deprecated": false, diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index a75b6b3872ca2..d4d3bb4dba437 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: 2025-12-19 +date: 2026-01-07 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 890462f18c4be..a9487c154f324 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index 77eca3cb81acb..7f85a5ef7c48e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index 114baf196617e..a79eade6f0120 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: 2025-12-19 +date: 2026-01-07 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 77897a603f713..72266325ead25 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index 35b79df95f5d6..6fb1c3b9edfba 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; diff --git a/api_docs/expression_x_y.devdocs.json b/api_docs/expression_x_y.devdocs.json index a7cc27093f6a3..032e745ca36b6 100644 --- a/api_docs/expression_x_y.devdocs.json +++ b/api_docs/expression_x_y.devdocs.json @@ -2976,7 +2976,7 @@ "label": "IconPosition", "description": [], "signature": [ - "\"right\" | \"left\" | \"above\" | \"below\" | \"auto\"" + "\"auto\" | \"right\" | \"left\" | \"above\" | \"below\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_xy/common/types/expression_functions.ts", "deprecated": false, @@ -3183,7 +3183,7 @@ "label": "PointVisibility", "description": [], "signature": [ - "\"never\" | \"auto\" | \"always\"" + "\"auto\" | \"never\" | \"always\"" ], "path": "src/platform/plugins/shared/chart_expressions/expression_xy/common/types/expression_functions.ts", "deprecated": false, diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index 64abce6f83efc..33cca93ff4583 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: 2025-12-19 +date: 2026-01-07 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 1eadb1fd16c85..e04b548a6015f 100644 --- a/api_docs/expressions.devdocs.json +++ b/api_docs/expressions.devdocs.json @@ -7798,7 +7798,7 @@ "\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error." ], "signature": [ - "\"error\" | \"pending\" | \"result\" | \"not-started\"" + "\"error\" | \"result\" | \"pending\" | \"not-started\"" ], "path": "src/platform/plugins/shared/expressions/common/execution/container.ts", "deprecated": false, @@ -11988,7 +11988,7 @@ "label": "padding", "description": [], "signature": [ - "\"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | undefined" + "\"m\" | \"s\" | \"l\" | \"xl\" | \"xs\" | undefined" ], "path": "src/platform/plugins/shared/expressions/public/react_expression_renderer/react_expression_renderer.tsx", "deprecated": false, @@ -12850,7 +12850,7 @@ "\nAllowed column names in a PointSeries" ], "signature": [ - "\"text\" | \"color\" | \"size\" | \"y\" | \"x\"" + "\"text\" | \"color\" | \"size\" | \"x\" | \"y\"" ], "path": "src/platform/plugins/shared/expressions/common/expression_types/specs/pointseries.ts", "deprecated": false, @@ -19367,7 +19367,7 @@ "\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error." ], "signature": [ - "\"error\" | \"pending\" | \"result\" | \"not-started\"" + "\"error\" | \"result\" | \"pending\" | \"not-started\"" ], "path": "src/platform/plugins/shared/expressions/common/execution/container.ts", "deprecated": false, @@ -22840,7 +22840,7 @@ "\nAllowed column names in a PointSeries" ], "signature": [ - "\"text\" | \"color\" | \"size\" | \"y\" | \"x\"" + "\"text\" | \"color\" | \"size\" | \"x\" | \"y\"" ], "path": "src/platform/plugins/shared/expressions/common/expression_types/specs/pointseries.ts", "deprecated": false, @@ -31994,7 +31994,7 @@ "\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error." ], "signature": [ - "\"error\" | \"pending\" | \"result\" | \"not-started\"" + "\"error\" | \"result\" | \"pending\" | \"not-started\"" ], "path": "src/platform/plugins/shared/expressions/common/execution/container.ts", "deprecated": false, @@ -38518,7 +38518,7 @@ "\nAllowed column names in a PointSeries" ], "signature": [ - "\"text\" | \"color\" | \"size\" | \"y\" | \"x\"" + "\"text\" | \"color\" | \"size\" | \"x\" | \"y\"" ], "path": "src/platform/plugins/shared/expressions/common/expression_types/specs/pointseries.ts", "deprecated": false, diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index e85febc60e417..7559a84df899c 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: 2025-12-19 +date: 2026-01-07 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 8e2131e711a6d..d61cf04b233f1 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -64,7 +64,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" ], "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, @@ -1069,7 +1069,7 @@ "\nDenotes which Primary Feature Privilege this sub-feature privilege should be included in.\n`read` is also included in `all` automatically." ], "signature": [ - "\"none\" | \"read\" | \"all\"" + "\"none\" | \"all\" | \"read\"" ], "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, @@ -1411,7 +1411,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" ], "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, @@ -2260,7 +2260,7 @@ }, { "plugin": "security", - "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx" + "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts" }, { "plugin": "alerting", @@ -2459,7 +2459,7 @@ "references": [ { "plugin": "security", - "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.tsx" + "path": "x-pack/platform/plugins/shared/security/server/authorization/authorization_service.ts" }, { "plugin": "@kbn/security-role-management-model", @@ -3445,7 +3445,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: 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; hidden?: boolean | undefined; readonly deprecated?: Readonly<{ readonly notice: string; readonly replacedBy?: readonly string[] | undefined; }> | undefined; }>" ], "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, @@ -3737,7 +3737,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>" ], "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, @@ -3774,7 +3774,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" ], "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, @@ -3818,7 +3818,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"all\" | \"read\"; 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; enable?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; manual_run?: 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; assign?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; ui: readonly string[]; app?: readonly string[] | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }" ], "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, @@ -4807,7 +4807,7 @@ "\nDenotes which Primary Feature Privilege this sub-feature privilege should be included in.\n`read` is also included in `all` automatically." ], "signature": [ - "\"none\" | \"read\" | \"all\"" + "\"none\" | \"all\" | \"read\"" ], "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, diff --git a/api_docs/features.mdx b/api_docs/features.mdx index ac828cf5103be..8b7906df37034 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: 2025-12-19 +date: 2026-01-07 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 b941c47082d82..11bdee4ed5911 100644 --- a/api_docs/field_formats.devdocs.json +++ b/api_docs/field_formats.devdocs.json @@ -378,7 +378,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -6062,7 +6062,15 @@ "label": "IFieldFormatsRegistry", "description": [], "signature": [ - "{ init: (getConfig: ", + "{ register: (fieldFormats: ", + { + "pluginId": "fieldFormats", + "scope": "common", + "docId": "kibFieldFormatsPluginApi", + "section": "def-common.FieldFormatInstanceType", + "text": "FieldFormatInstanceType" + }, + "[]) => void; init: (getConfig: ", { "pluginId": "fieldFormats", "scope": "common", @@ -6094,14 +6102,6 @@ "section": "def-common.FieldFormatInstanceType", "text": "FieldFormatInstanceType" }, - "[]) => void; register: (fieldFormats: ", - { - "pluginId": "fieldFormats", - "scope": "common", - "docId": "kibFieldFormatsPluginApi", - "section": "def-common.FieldFormatInstanceType", - "text": "FieldFormatInstanceType" - }, "[]) => void; deserialize: ", { "pluginId": "fieldFormats", diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index ea0f3680aee31..6ce73f6b68869 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: 2025-12-19 +date: 2026-01-07 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 2b710e192e905..b8658b86e3078 100644 --- a/api_docs/fields_metadata.devdocs.json +++ b/api_docs/fields_metadata.devdocs.json @@ -479,7 +479,7 @@ "label": "FieldName", "description": [], "signature": [ - "\"name\" | \"@timestamp\" | \"event.sequence\" | \"event.start\" | \"event.end\" | \"event.provider\" | \"event.duration\" | \"event.action\" | \"message\" | \"event.outcome\" | \"tags\" | \"rule.id\" | \"duration\" | \"status\" | \"event.kind\" | \"event.original\" | \"agent.name\" | \"container.id\" | \"host.name\" | \"labels\" | \"service.environment\" | \"service.name\" | \"ecs.version\" | \"agent.build.original\" | \"agent.ephemeral_id\" | \"agent.id\" | \"agent.type\" | \"agent.version\" | \"client.address\" | \"client.as.number\" | \"client.as.organization.name\" | \"client.bytes\" | \"client.domain\" | \"client.geo.city_name\" | \"client.geo.continent_code\" | \"client.geo.continent_name\" | \"client.geo.country_iso_code\" | \"client.geo.country_name\" | \"client.geo.location\" | \"client.geo.name\" | \"client.geo.postal_code\" | \"client.geo.region_iso_code\" | \"client.geo.region_name\" | \"client.geo.timezone\" | \"client.ip\" | \"client.mac\" | \"client.nat.ip\" | \"client.nat.port\" | \"client.packets\" | \"client.port\" | \"client.registered_domain\" | \"client.subdomain\" | \"client.top_level_domain\" | \"client.user.domain\" | \"client.user.email\" | \"client.user.full_name\" | \"client.user.group.domain\" | \"client.user.group.id\" | \"client.user.group.name\" | \"client.user.hash\" | \"client.user.id\" | \"client.user.name\" | \"client.user.roles\" | \"cloud.account.id\" | \"cloud.account.name\" | \"cloud.availability_zone\" | \"cloud.instance.id\" | \"cloud.instance.name\" | \"cloud.machine.type\" | \"cloud.origin.account.id\" | \"cloud.origin.account.name\" | \"cloud.origin.availability_zone\" | \"cloud.origin.instance.id\" | \"cloud.origin.instance.name\" | \"cloud.origin.machine.type\" | \"cloud.origin.project.id\" | \"cloud.origin.project.name\" | \"cloud.origin.provider\" | \"cloud.origin.region\" | \"cloud.origin.service.name\" | \"cloud.project.id\" | \"cloud.project.name\" | \"cloud.provider\" | \"cloud.region\" | \"cloud.service.name\" | \"cloud.target.account.id\" | \"cloud.target.account.name\" | \"cloud.target.availability_zone\" | \"cloud.target.instance.id\" | \"cloud.target.instance.name\" | \"cloud.target.machine.type\" | \"cloud.target.project.id\" | \"cloud.target.project.name\" | \"cloud.target.provider\" | \"cloud.target.region\" | \"cloud.target.service.name\" | \"container.cpu.usage\" | \"container.disk.read.bytes\" | \"container.disk.write.bytes\" | \"container.image.hash.all\" | \"container.image.name\" | \"container.image.tag\" | \"container.labels\" | \"container.memory.usage\" | \"container.name\" | \"container.network.egress.bytes\" | \"container.network.ingress.bytes\" | \"container.runtime\" | \"container.security_context.privileged\" | \"destination.address\" | \"destination.as.number\" | \"destination.as.organization.name\" | \"destination.bytes\" | \"destination.domain\" | \"destination.geo.city_name\" | \"destination.geo.continent_code\" | \"destination.geo.continent_name\" | \"destination.geo.country_iso_code\" | \"destination.geo.country_name\" | \"destination.geo.location\" | \"destination.geo.name\" | \"destination.geo.postal_code\" | \"destination.geo.region_iso_code\" | \"destination.geo.region_name\" | \"destination.geo.timezone\" | \"destination.ip\" | \"destination.mac\" | \"destination.nat.ip\" | \"destination.nat.port\" | \"destination.packets\" | \"destination.port\" | \"destination.registered_domain\" | \"destination.subdomain\" | \"destination.top_level_domain\" | \"destination.user.domain\" | \"destination.user.email\" | \"destination.user.full_name\" | \"destination.user.group.domain\" | \"destination.user.group.id\" | \"destination.user.group.name\" | \"destination.user.hash\" | \"destination.user.id\" | \"destination.user.name\" | \"destination.user.roles\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"device.serial_number\" | \"dll.code_signature.digest_algorithm\" | \"dll.code_signature.exists\" | \"dll.code_signature.flags\" | \"dll.code_signature.signing_id\" | \"dll.code_signature.status\" | \"dll.code_signature.subject_name\" | \"dll.code_signature.team_id\" | \"dll.code_signature.timestamp\" | \"dll.code_signature.trusted\" | \"dll.code_signature.valid\" | \"dll.hash.cdhash\" | \"dll.hash.md5\" | \"dll.hash.sha1\" | \"dll.hash.sha256\" | \"dll.hash.sha384\" | \"dll.hash.sha512\" | \"dll.hash.ssdeep\" | \"dll.hash.tlsh\" | \"dll.name\" | \"dll.origin_referrer_url\" | \"dll.origin_url\" | \"dll.path\" | \"dll.pe.architecture\" | \"dll.pe.company\" | \"dll.pe.description\" | \"dll.pe.file_version\" | \"dll.pe.go_import_hash\" | \"dll.pe.go_imports\" | \"dll.pe.go_imports_names_entropy\" | \"dll.pe.go_imports_names_var_entropy\" | \"dll.pe.go_stripped\" | \"dll.pe.imphash\" | \"dll.pe.import_hash\" | \"dll.pe.imports\" | \"dll.pe.imports_names_entropy\" | \"dll.pe.imports_names_var_entropy\" | \"dll.pe.original_file_name\" | \"dll.pe.pehash\" | \"dll.pe.product\" | \"dll.pe.sections\" | \"dns.answers\" | \"dns.header_flags\" | \"dns.id\" | \"dns.op_code\" | \"dns.question.class\" | \"dns.question.name\" | \"dns.question.registered_domain\" | \"dns.question.subdomain\" | \"dns.question.top_level_domain\" | \"dns.question.type\" | \"dns.resolved_ip\" | \"dns.response_code\" | \"dns.type\" | \"email.attachments\" | \"file.extension\" | \"file.hash.cdhash\" | \"file.hash.md5\" | \"file.hash.sha1\" | \"file.hash.sha256\" | \"file.hash.sha384\" | \"file.hash.sha512\" | \"file.hash.ssdeep\" | \"file.hash.tlsh\" | \"file.mime_type\" | \"file.name\" | \"file.size\" | \"email.bcc.address\" | \"email.cc.address\" | \"email.content_type\" | \"email.delivery_timestamp\" | \"email.direction\" | \"email.from.address\" | \"email.local_id\" | \"email.message_id\" | \"email.origination_timestamp\" | \"email.reply_to.address\" | \"email.sender.address\" | \"email.subject\" | \"email.to.address\" | \"email.x_mailer\" | \"error.code\" | \"error.id\" | \"error.message\" | \"error.stack_trace\" | \"error.type\" | \"event.agent_id_status\" | \"event.category\" | \"event.code\" | \"event.created\" | \"event.dataset\" | \"event.hash\" | \"event.id\" | \"event.ingested\" | \"event.module\" | \"event.reason\" | \"event.reference\" | \"event.risk_score\" | \"event.risk_score_norm\" | \"event.severity\" | \"event.timezone\" | \"event.type\" | \"event.url\" | \"faas.coldstart\" | \"faas.execution\" | \"faas.id\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.code_signature.digest_algorithm\" | \"file.code_signature.exists\" | \"file.code_signature.flags\" | \"file.code_signature.signing_id\" | \"file.code_signature.status\" | \"file.code_signature.subject_name\" | \"file.code_signature.team_id\" | \"file.code_signature.timestamp\" | \"file.code_signature.trusted\" | \"file.code_signature.valid\" | \"file.created\" | \"file.ctime\" | \"file.device\" | \"file.directory\" | \"file.drive_letter\" | \"file.elf.architecture\" | \"file.elf.byte_order\" | \"file.elf.cpu_type\" | \"file.elf.creation_date\" | \"file.elf.exports\" | \"file.elf.go_import_hash\" | \"file.elf.go_imports\" | \"file.elf.go_imports_names_entropy\" | \"file.elf.go_imports_names_var_entropy\" | \"file.elf.go_stripped\" | \"file.elf.header.abi_version\" | \"file.elf.header.class\" | \"file.elf.header.data\" | \"file.elf.header.entrypoint\" | \"file.elf.header.object_version\" | \"file.elf.header.os_abi\" | \"file.elf.header.type\" | \"file.elf.header.version\" | \"file.elf.import_hash\" | \"file.elf.imports\" | \"file.elf.imports_names_entropy\" | \"file.elf.imports_names_var_entropy\" | \"file.elf.sections\" | \"file.elf.segments\" | \"file.elf.shared_libraries\" | \"file.elf.telfhash\" | \"file.fork_name\" | \"file.gid\" | \"file.group\" | \"file.inode\" | \"file.macho.go_import_hash\" | \"file.macho.go_imports\" | \"file.macho.go_imports_names_entropy\" | \"file.macho.go_imports_names_var_entropy\" | \"file.macho.go_stripped\" | \"file.macho.import_hash\" | \"file.macho.imports\" | \"file.macho.imports_names_entropy\" | \"file.macho.imports_names_var_entropy\" | \"file.macho.sections\" | \"file.macho.symhash\" | \"file.mode\" | \"file.mtime\" | \"file.origin_referrer_url\" | \"file.origin_url\" | \"file.owner\" | \"file.path\" | \"file.pe.architecture\" | \"file.pe.company\" | \"file.pe.description\" | \"file.pe.file_version\" | \"file.pe.go_import_hash\" | \"file.pe.go_imports\" | \"file.pe.go_imports_names_entropy\" | \"file.pe.go_imports_names_var_entropy\" | \"file.pe.go_stripped\" | \"file.pe.imphash\" | \"file.pe.import_hash\" | \"file.pe.imports\" | \"file.pe.imports_names_entropy\" | \"file.pe.imports_names_var_entropy\" | \"file.pe.original_file_name\" | \"file.pe.pehash\" | \"file.pe.product\" | \"file.pe.sections\" | \"file.target_path\" | \"file.type\" | \"file.uid\" | \"file.x509.alternative_names\" | \"file.x509.issuer.common_name\" | \"file.x509.issuer.country\" | \"file.x509.issuer.distinguished_name\" | \"file.x509.issuer.locality\" | \"file.x509.issuer.organization\" | \"file.x509.issuer.organizational_unit\" | \"file.x509.issuer.state_or_province\" | \"file.x509.not_after\" | \"file.x509.not_before\" | \"file.x509.public_key_algorithm\" | \"file.x509.public_key_curve\" | \"file.x509.public_key_exponent\" | \"file.x509.public_key_size\" | \"file.x509.serial_number\" | \"file.x509.signature_algorithm\" | \"file.x509.subject.common_name\" | \"file.x509.subject.country\" | \"file.x509.subject.distinguished_name\" | \"file.x509.subject.locality\" | \"file.x509.subject.organization\" | \"file.x509.subject.organizational_unit\" | \"file.x509.subject.state_or_province\" | \"file.x509.version_number\" | \"group.domain\" | \"group.id\" | \"group.name\" | \"host.architecture\" | \"host.boot.id\" | \"host.cpu.usage\" | \"host.disk.read.bytes\" | \"host.disk.write.bytes\" | \"host.domain\" | \"host.geo.city_name\" | \"host.geo.continent_code\" | \"host.geo.continent_name\" | \"host.geo.country_iso_code\" | \"host.geo.country_name\" | \"host.geo.location\" | \"host.geo.name\" | \"host.geo.postal_code\" | \"host.geo.region_iso_code\" | \"host.geo.region_name\" | \"host.geo.timezone\" | \"host.hostname\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.network.egress.bytes\" | \"host.network.egress.packets\" | \"host.network.ingress.bytes\" | \"host.network.ingress.packets\" | \"host.os.family\" | \"host.os.full\" | \"host.os.kernel\" | \"host.os.name\" | \"host.os.platform\" | \"host.os.type\" | \"host.os.version\" | \"host.pid_ns_ino\" | \"host.risk.calculated_level\" | \"host.risk.calculated_score\" | \"host.risk.calculated_score_norm\" | \"host.risk.static_level\" | \"host.risk.static_score\" | \"host.risk.static_score_norm\" | \"host.type\" | \"host.uptime\" | \"http.request.body.bytes\" | \"http.request.body.content\" | \"http.request.bytes\" | \"http.request.id\" | \"http.request.method\" | \"http.request.mime_type\" | \"http.request.referrer\" | \"http.response.body.bytes\" | \"http.response.body.content\" | \"http.response.bytes\" | \"http.response.mime_type\" | \"http.response.status_code\" | \"http.version\" | \"log.file.path\" | \"log.level\" | \"log.logger\" | \"log.origin.file.line\" | \"log.origin.file.name\" | \"log.origin.function\" | \"log.syslog\" | \"network.application\" | \"network.bytes\" | \"network.community_id\" | \"network.direction\" | \"network.forwarded_ip\" | \"network.iana_number\" | \"network.inner\" | \"network.name\" | \"network.packets\" | \"network.protocol\" | \"network.transport\" | \"network.type\" | \"network.vlan.id\" | \"network.vlan.name\" | \"observer.egress\" | \"observer.geo.city_name\" | \"observer.geo.continent_code\" | \"observer.geo.continent_name\" | \"observer.geo.country_iso_code\" | \"observer.geo.country_name\" | \"observer.geo.location\" | \"observer.geo.name\" | \"observer.geo.postal_code\" | \"observer.geo.region_iso_code\" | \"observer.geo.region_name\" | \"observer.geo.timezone\" | \"observer.hostname\" | \"observer.ingress\" | \"observer.ip\" | \"observer.mac\" | \"observer.name\" | \"observer.os.family\" | \"observer.os.full\" | \"observer.os.kernel\" | \"observer.os.name\" | \"observer.os.platform\" | \"observer.os.type\" | \"observer.os.version\" | \"observer.product\" | \"observer.serial_number\" | \"observer.type\" | \"observer.vendor\" | \"observer.version\" | \"orchestrator.api_version\" | \"orchestrator.cluster.id\" | \"orchestrator.cluster.name\" | \"orchestrator.cluster.url\" | \"orchestrator.cluster.version\" | \"orchestrator.namespace\" | \"orchestrator.organization\" | \"orchestrator.resource.annotation\" | \"orchestrator.resource.id\" | \"orchestrator.resource.ip\" | \"orchestrator.resource.label\" | \"orchestrator.resource.name\" | \"orchestrator.resource.parent.type\" | \"orchestrator.resource.type\" | \"orchestrator.type\" | \"organization.id\" | \"organization.name\" | \"package.architecture\" | \"package.build_version\" | \"package.checksum\" | \"package.description\" | \"package.install_scope\" | \"package.installed\" | \"package.license\" | \"package.name\" | \"package.path\" | \"package.reference\" | \"package.size\" | \"package.type\" | \"package.version\" | \"process.args\" | \"process.args_count\" | \"process.code_signature.digest_algorithm\" | \"process.code_signature.exists\" | \"process.code_signature.flags\" | \"process.code_signature.signing_id\" | \"process.code_signature.status\" | \"process.code_signature.subject_name\" | \"process.code_signature.team_id\" | \"process.code_signature.timestamp\" | \"process.code_signature.trusted\" | \"process.code_signature.valid\" | \"process.command_line\" | \"process.elf.architecture\" | \"process.elf.byte_order\" | \"process.elf.cpu_type\" | \"process.elf.creation_date\" | \"process.elf.exports\" | \"process.elf.go_import_hash\" | \"process.elf.go_imports\" | \"process.elf.go_imports_names_entropy\" | \"process.elf.go_imports_names_var_entropy\" | \"process.elf.go_stripped\" | \"process.elf.header.abi_version\" | \"process.elf.header.class\" | \"process.elf.header.data\" | \"process.elf.header.entrypoint\" | \"process.elf.header.object_version\" | \"process.elf.header.os_abi\" | \"process.elf.header.type\" | \"process.elf.header.version\" | \"process.elf.import_hash\" | \"process.elf.imports\" | \"process.elf.imports_names_entropy\" | \"process.elf.imports_names_var_entropy\" | \"process.elf.sections\" | \"process.elf.segments\" | \"process.elf.shared_libraries\" | \"process.elf.telfhash\" | \"process.end\" | \"process.entity_id\" | \"process.entry_leader.args\" | \"process.entry_leader.args_count\" | \"process.entry_leader.attested_groups.name\" | \"process.entry_leader.attested_user.id\" | \"process.entry_leader.attested_user.name\" | \"process.entry_leader.command_line\" | \"process.entry_leader.entity_id\" | \"process.entry_leader.entry_meta.source.ip\" | \"process.entry_leader.entry_meta.type\" | \"process.entry_leader.executable\" | \"process.entry_leader.group.id\" | \"process.entry_leader.group.name\" | \"process.entry_leader.interactive\" | \"process.entry_leader.name\" | \"process.entry_leader.parent.entity_id\" | \"process.entry_leader.parent.pid\" | \"process.entry_leader.parent.session_leader.entity_id\" | \"process.entry_leader.parent.session_leader.pid\" | \"process.entry_leader.parent.session_leader.start\" | \"process.entry_leader.parent.session_leader.vpid\" | \"process.entry_leader.parent.start\" | \"process.entry_leader.parent.vpid\" | \"process.entry_leader.pid\" | \"process.entry_leader.real_group.id\" | \"process.entry_leader.real_group.name\" | \"process.entry_leader.real_user.id\" | \"process.entry_leader.real_user.name\" | \"process.entry_leader.same_as_process\" | \"process.entry_leader.saved_group.id\" | \"process.entry_leader.saved_group.name\" | \"process.entry_leader.saved_user.id\" | \"process.entry_leader.saved_user.name\" | \"process.entry_leader.start\" | \"process.entry_leader.supplemental_groups.id\" | \"process.entry_leader.supplemental_groups.name\" | \"process.entry_leader.tty\" | \"process.entry_leader.user.id\" | \"process.entry_leader.user.name\" | \"process.entry_leader.vpid\" | \"process.entry_leader.working_directory\" | \"process.env_vars\" | \"process.executable\" | \"process.exit_code\" | \"process.group.id\" | \"process.group.name\" | \"process.group_leader.args\" | \"process.group_leader.args_count\" | \"process.group_leader.command_line\" | \"process.group_leader.entity_id\" | \"process.group_leader.executable\" | \"process.group_leader.group.id\" | \"process.group_leader.group.name\" | \"process.group_leader.interactive\" | \"process.group_leader.name\" | \"process.group_leader.pid\" | \"process.group_leader.real_group.id\" | \"process.group_leader.real_group.name\" | \"process.group_leader.real_user.id\" | \"process.group_leader.real_user.name\" | \"process.group_leader.same_as_process\" | \"process.group_leader.saved_group.id\" | \"process.group_leader.saved_group.name\" | \"process.group_leader.saved_user.id\" | \"process.group_leader.saved_user.name\" | \"process.group_leader.start\" | \"process.group_leader.supplemental_groups.id\" | \"process.group_leader.supplemental_groups.name\" | \"process.group_leader.tty\" | \"process.group_leader.user.id\" | \"process.group_leader.user.name\" | \"process.group_leader.vpid\" | \"process.group_leader.working_directory\" | \"process.hash.cdhash\" | \"process.hash.md5\" | \"process.hash.sha1\" | \"process.hash.sha256\" | \"process.hash.sha384\" | \"process.hash.sha512\" | \"process.hash.ssdeep\" | \"process.hash.tlsh\" | \"process.interactive\" | \"process.io\" | \"process.macho.go_import_hash\" | \"process.macho.go_imports\" | \"process.macho.go_imports_names_entropy\" | \"process.macho.go_imports_names_var_entropy\" | \"process.macho.go_stripped\" | \"process.macho.import_hash\" | \"process.macho.imports\" | \"process.macho.imports_names_entropy\" | \"process.macho.imports_names_var_entropy\" | \"process.macho.sections\" | \"process.macho.symhash\" | \"process.name\" | \"process.parent.args\" | \"process.parent.args_count\" | \"process.parent.code_signature.digest_algorithm\" | \"process.parent.code_signature.exists\" | \"process.parent.code_signature.flags\" | \"process.parent.code_signature.signing_id\" | \"process.parent.code_signature.status\" | \"process.parent.code_signature.subject_name\" | \"process.parent.code_signature.team_id\" | \"process.parent.code_signature.timestamp\" | \"process.parent.code_signature.trusted\" | \"process.parent.code_signature.valid\" | \"process.parent.command_line\" | \"process.parent.elf.architecture\" | \"process.parent.elf.byte_order\" | \"process.parent.elf.cpu_type\" | \"process.parent.elf.creation_date\" | \"process.parent.elf.exports\" | \"process.parent.elf.go_import_hash\" | \"process.parent.elf.go_imports\" | \"process.parent.elf.go_imports_names_entropy\" | \"process.parent.elf.go_imports_names_var_entropy\" | \"process.parent.elf.go_stripped\" | \"process.parent.elf.header.abi_version\" | \"process.parent.elf.header.class\" | \"process.parent.elf.header.data\" | \"process.parent.elf.header.entrypoint\" | \"process.parent.elf.header.object_version\" | \"process.parent.elf.header.os_abi\" | \"process.parent.elf.header.type\" | \"process.parent.elf.header.version\" | \"process.parent.elf.import_hash\" | \"process.parent.elf.imports\" | \"process.parent.elf.imports_names_entropy\" | \"process.parent.elf.imports_names_var_entropy\" | \"process.parent.elf.sections\" | \"process.parent.elf.segments\" | \"process.parent.elf.shared_libraries\" | \"process.parent.elf.telfhash\" | \"process.parent.end\" | \"process.parent.entity_id\" | \"process.parent.executable\" | \"process.parent.exit_code\" | \"process.parent.group.id\" | \"process.parent.group.name\" | \"process.parent.group_leader.entity_id\" | \"process.parent.group_leader.pid\" | \"process.parent.group_leader.start\" | \"process.parent.group_leader.vpid\" | \"process.parent.hash.cdhash\" | \"process.parent.hash.md5\" | \"process.parent.hash.sha1\" | \"process.parent.hash.sha256\" | \"process.parent.hash.sha384\" | \"process.parent.hash.sha512\" | \"process.parent.hash.ssdeep\" | \"process.parent.hash.tlsh\" | \"process.parent.interactive\" | \"process.parent.macho.go_import_hash\" | \"process.parent.macho.go_imports\" | \"process.parent.macho.go_imports_names_entropy\" | \"process.parent.macho.go_imports_names_var_entropy\" | \"process.parent.macho.go_stripped\" | \"process.parent.macho.import_hash\" | \"process.parent.macho.imports\" | \"process.parent.macho.imports_names_entropy\" | \"process.parent.macho.imports_names_var_entropy\" | \"process.parent.macho.sections\" | \"process.parent.macho.symhash\" | \"process.parent.name\" | \"process.parent.pe.architecture\" | \"process.parent.pe.company\" | \"process.parent.pe.description\" | \"process.parent.pe.file_version\" | \"process.parent.pe.go_import_hash\" | \"process.parent.pe.go_imports\" | \"process.parent.pe.go_imports_names_entropy\" | \"process.parent.pe.go_imports_names_var_entropy\" | \"process.parent.pe.go_stripped\" | \"process.parent.pe.imphash\" | \"process.parent.pe.import_hash\" | \"process.parent.pe.imports\" | \"process.parent.pe.imports_names_entropy\" | \"process.parent.pe.imports_names_var_entropy\" | \"process.parent.pe.original_file_name\" | \"process.parent.pe.pehash\" | \"process.parent.pe.product\" | \"process.parent.pe.sections\" | \"process.parent.pid\" | \"process.parent.real_group.id\" | \"process.parent.real_group.name\" | \"process.parent.real_user.id\" | \"process.parent.real_user.name\" | \"process.parent.saved_group.id\" | \"process.parent.saved_group.name\" | \"process.parent.saved_user.id\" | \"process.parent.saved_user.name\" | \"process.parent.start\" | \"process.parent.supplemental_groups.id\" | \"process.parent.supplemental_groups.name\" | \"process.parent.thread.capabilities.effective\" | \"process.parent.thread.capabilities.permitted\" | \"process.parent.thread.id\" | \"process.parent.thread.name\" | \"process.parent.title\" | \"process.parent.tty\" | \"process.parent.uptime\" | \"process.parent.user.id\" | \"process.parent.user.name\" | \"process.parent.vpid\" | \"process.parent.working_directory\" | \"process.pe.architecture\" | \"process.pe.company\" | \"process.pe.description\" | \"process.pe.file_version\" | \"process.pe.go_import_hash\" | \"process.pe.go_imports\" | \"process.pe.go_imports_names_entropy\" | \"process.pe.go_imports_names_var_entropy\" | \"process.pe.go_stripped\" | \"process.pe.imphash\" | \"process.pe.import_hash\" | \"process.pe.imports\" | \"process.pe.imports_names_entropy\" | \"process.pe.imports_names_var_entropy\" | \"process.pe.original_file_name\" | \"process.pe.pehash\" | \"process.pe.product\" | \"process.pe.sections\" | \"process.pid\" | \"process.previous.args\" | \"process.previous.args_count\" | \"process.previous.executable\" | \"process.real_group.id\" | \"process.real_group.name\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_group.id\" | \"process.saved_group.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.args\" | \"process.session_leader.args_count\" | \"process.session_leader.command_line\" | \"process.session_leader.entity_id\" | \"process.session_leader.executable\" | \"process.session_leader.group.id\" | \"process.session_leader.group.name\" | \"process.session_leader.interactive\" | \"process.session_leader.name\" | \"process.session_leader.parent.entity_id\" | \"process.session_leader.parent.pid\" | \"process.session_leader.parent.session_leader.entity_id\" | \"process.session_leader.parent.session_leader.pid\" | \"process.session_leader.parent.session_leader.start\" | \"process.session_leader.parent.session_leader.vpid\" | \"process.session_leader.parent.start\" | \"process.session_leader.parent.vpid\" | \"process.session_leader.pid\" | \"process.session_leader.real_group.id\" | \"process.session_leader.real_group.name\" | \"process.session_leader.real_user.id\" | \"process.session_leader.real_user.name\" | \"process.session_leader.same_as_process\" | \"process.session_leader.saved_group.id\" | \"process.session_leader.saved_group.name\" | \"process.session_leader.saved_user.id\" | \"process.session_leader.saved_user.name\" | \"process.session_leader.start\" | \"process.session_leader.supplemental_groups.id\" | \"process.session_leader.supplemental_groups.name\" | \"process.session_leader.tty\" | \"process.session_leader.user.id\" | \"process.session_leader.user.name\" | \"process.session_leader.vpid\" | \"process.session_leader.working_directory\" | \"process.start\" | \"process.supplemental_groups.id\" | \"process.supplemental_groups.name\" | \"process.thread.capabilities.effective\" | \"process.thread.capabilities.permitted\" | \"process.thread.id\" | \"process.thread.name\" | \"process.title\" | \"process.tty\" | \"process.uptime\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"registry.data.bytes\" | \"registry.data.strings\" | \"registry.data.type\" | \"registry.hive\" | \"registry.key\" | \"registry.path\" | \"registry.value\" | \"related.hash\" | \"related.hosts\" | \"related.ip\" | \"related.user\" | \"rule.author\" | \"rule.category\" | \"rule.description\" | \"rule.license\" | \"rule.name\" | \"rule.reference\" | \"rule.ruleset\" | \"rule.uuid\" | \"rule.version\" | \"server.address\" | \"server.as.number\" | \"server.as.organization.name\" | \"server.bytes\" | \"server.domain\" | \"server.geo.city_name\" | \"server.geo.continent_code\" | \"server.geo.continent_name\" | \"server.geo.country_iso_code\" | \"server.geo.country_name\" | \"server.geo.location\" | \"server.geo.name\" | \"server.geo.postal_code\" | \"server.geo.region_iso_code\" | \"server.geo.region_name\" | \"server.geo.timezone\" | \"server.ip\" | \"server.mac\" | \"server.nat.ip\" | \"server.nat.port\" | \"server.packets\" | \"server.port\" | \"server.registered_domain\" | \"server.subdomain\" | \"server.top_level_domain\" | \"server.user.domain\" | \"server.user.email\" | \"server.user.full_name\" | \"server.user.group.domain\" | \"server.user.group.id\" | \"server.user.group.name\" | \"server.user.hash\" | \"server.user.id\" | \"server.user.name\" | \"server.user.roles\" | \"service.address\" | \"service.ephemeral_id\" | \"service.id\" | \"service.node.name\" | \"service.node.role\" | \"service.node.roles\" | \"service.origin.address\" | \"service.origin.environment\" | \"service.origin.ephemeral_id\" | \"service.origin.id\" | \"service.origin.name\" | \"service.origin.node.name\" | \"service.origin.node.role\" | \"service.origin.node.roles\" | \"service.origin.state\" | \"service.origin.type\" | \"service.origin.version\" | \"service.state\" | \"service.target.address\" | \"service.target.environment\" | \"service.target.ephemeral_id\" | \"service.target.id\" | \"service.target.name\" | \"service.target.node.name\" | \"service.target.node.role\" | \"service.target.node.roles\" | \"service.target.state\" | \"service.target.type\" | \"service.target.version\" | \"service.type\" | \"service.version\" | \"source.address\" | \"source.as.number\" | \"source.as.organization.name\" | \"source.bytes\" | \"source.domain\" | \"source.geo.city_name\" | \"source.geo.continent_code\" | \"source.geo.continent_name\" | \"source.geo.country_iso_code\" | \"source.geo.country_name\" | \"source.geo.location\" | \"source.geo.name\" | \"source.geo.postal_code\" | \"source.geo.region_iso_code\" | \"source.geo.region_name\" | \"source.geo.timezone\" | \"source.ip\" | \"source.mac\" | \"source.nat.ip\" | \"source.nat.port\" | \"source.packets\" | \"source.port\" | \"source.registered_domain\" | \"source.subdomain\" | \"source.top_level_domain\" | \"source.user.domain\" | \"source.user.email\" | \"source.user.full_name\" | \"source.user.group.domain\" | \"source.user.group.id\" | \"source.user.group.name\" | \"source.user.hash\" | \"source.user.id\" | \"source.user.name\" | \"source.user.roles\" | \"span.id\" | \"threat.enrichments\" | \"threat.feed.dashboard_id\" | \"threat.feed.description\" | \"threat.feed.name\" | \"threat.feed.reference\" | \"threat.framework\" | \"threat.group.alias\" | \"threat.group.id\" | \"threat.group.name\" | \"threat.group.reference\" | \"threat.indicator.as.number\" | \"threat.indicator.as.organization.name\" | \"threat.indicator.confidence\" | \"threat.indicator.description\" | \"threat.indicator.email.address\" | \"threat.indicator.file.accessed\" | \"threat.indicator.file.attributes\" | \"threat.indicator.file.code_signature.digest_algorithm\" | \"threat.indicator.file.code_signature.exists\" | \"threat.indicator.file.code_signature.flags\" | \"threat.indicator.file.code_signature.signing_id\" | \"threat.indicator.file.code_signature.status\" | \"threat.indicator.file.code_signature.subject_name\" | \"threat.indicator.file.code_signature.team_id\" | \"threat.indicator.file.code_signature.timestamp\" | \"threat.indicator.file.code_signature.trusted\" | \"threat.indicator.file.code_signature.valid\" | \"threat.indicator.file.created\" | \"threat.indicator.file.ctime\" | \"threat.indicator.file.device\" | \"threat.indicator.file.directory\" | \"threat.indicator.file.drive_letter\" | \"threat.indicator.file.elf.architecture\" | \"threat.indicator.file.elf.byte_order\" | \"threat.indicator.file.elf.cpu_type\" | \"threat.indicator.file.elf.creation_date\" | \"threat.indicator.file.elf.exports\" | \"threat.indicator.file.elf.go_import_hash\" | \"threat.indicator.file.elf.go_imports\" | \"threat.indicator.file.elf.go_imports_names_entropy\" | \"threat.indicator.file.elf.go_imports_names_var_entropy\" | \"threat.indicator.file.elf.go_stripped\" | \"threat.indicator.file.elf.header.abi_version\" | \"threat.indicator.file.elf.header.class\" | \"threat.indicator.file.elf.header.data\" | \"threat.indicator.file.elf.header.entrypoint\" | \"threat.indicator.file.elf.header.object_version\" | \"threat.indicator.file.elf.header.os_abi\" | \"threat.indicator.file.elf.header.type\" | \"threat.indicator.file.elf.header.version\" | \"threat.indicator.file.elf.import_hash\" | \"threat.indicator.file.elf.imports\" | \"threat.indicator.file.elf.imports_names_entropy\" | \"threat.indicator.file.elf.imports_names_var_entropy\" | \"threat.indicator.file.elf.sections\" | \"threat.indicator.file.elf.segments\" | \"threat.indicator.file.elf.shared_libraries\" | \"threat.indicator.file.elf.telfhash\" | \"threat.indicator.file.extension\" | \"threat.indicator.file.fork_name\" | \"threat.indicator.file.gid\" | \"threat.indicator.file.group\" | \"threat.indicator.file.hash.cdhash\" | \"threat.indicator.file.hash.md5\" | \"threat.indicator.file.hash.sha1\" | \"threat.indicator.file.hash.sha256\" | \"threat.indicator.file.hash.sha384\" | \"threat.indicator.file.hash.sha512\" | \"threat.indicator.file.hash.ssdeep\" | \"threat.indicator.file.hash.tlsh\" | \"threat.indicator.file.inode\" | \"threat.indicator.file.mime_type\" | \"threat.indicator.file.mode\" | \"threat.indicator.file.mtime\" | \"threat.indicator.file.name\" | \"threat.indicator.file.origin_referrer_url\" | \"threat.indicator.file.origin_url\" | \"threat.indicator.file.owner\" | \"threat.indicator.file.path\" | \"threat.indicator.file.pe.architecture\" | \"threat.indicator.file.pe.company\" | \"threat.indicator.file.pe.description\" | \"threat.indicator.file.pe.file_version\" | \"threat.indicator.file.pe.go_import_hash\" | \"threat.indicator.file.pe.go_imports\" | \"threat.indicator.file.pe.go_imports_names_entropy\" | \"threat.indicator.file.pe.go_imports_names_var_entropy\" | \"threat.indicator.file.pe.go_stripped\" | \"threat.indicator.file.pe.imphash\" | \"threat.indicator.file.pe.import_hash\" | \"threat.indicator.file.pe.imports\" | \"threat.indicator.file.pe.imports_names_entropy\" | \"threat.indicator.file.pe.imports_names_var_entropy\" | \"threat.indicator.file.pe.original_file_name\" | \"threat.indicator.file.pe.pehash\" | \"threat.indicator.file.pe.product\" | \"threat.indicator.file.pe.sections\" | \"threat.indicator.file.size\" | \"threat.indicator.file.target_path\" | \"threat.indicator.file.type\" | \"threat.indicator.file.uid\" | \"threat.indicator.file.x509.alternative_names\" | \"threat.indicator.file.x509.issuer.common_name\" | \"threat.indicator.file.x509.issuer.country\" | \"threat.indicator.file.x509.issuer.distinguished_name\" | \"threat.indicator.file.x509.issuer.locality\" | \"threat.indicator.file.x509.issuer.organization\" | \"threat.indicator.file.x509.issuer.organizational_unit\" | \"threat.indicator.file.x509.issuer.state_or_province\" | \"threat.indicator.file.x509.not_after\" | \"threat.indicator.file.x509.not_before\" | \"threat.indicator.file.x509.public_key_algorithm\" | \"threat.indicator.file.x509.public_key_curve\" | \"threat.indicator.file.x509.public_key_exponent\" | \"threat.indicator.file.x509.public_key_size\" | \"threat.indicator.file.x509.serial_number\" | \"threat.indicator.file.x509.signature_algorithm\" | \"threat.indicator.file.x509.subject.common_name\" | \"threat.indicator.file.x509.subject.country\" | \"threat.indicator.file.x509.subject.distinguished_name\" | \"threat.indicator.file.x509.subject.locality\" | \"threat.indicator.file.x509.subject.organization\" | \"threat.indicator.file.x509.subject.organizational_unit\" | \"threat.indicator.file.x509.subject.state_or_province\" | \"threat.indicator.file.x509.version_number\" | \"threat.indicator.first_seen\" | \"threat.indicator.geo.city_name\" | \"threat.indicator.geo.continent_code\" | \"threat.indicator.geo.continent_name\" | \"threat.indicator.geo.country_iso_code\" | \"threat.indicator.geo.country_name\" | \"threat.indicator.geo.location\" | \"threat.indicator.geo.name\" | \"threat.indicator.geo.postal_code\" | \"threat.indicator.geo.region_iso_code\" | \"threat.indicator.geo.region_name\" | \"threat.indicator.geo.timezone\" | \"threat.indicator.id\" | \"threat.indicator.ip\" | \"threat.indicator.last_seen\" | \"threat.indicator.marking.tlp\" | \"threat.indicator.marking.tlp_version\" | \"threat.indicator.modified_at\" | \"threat.indicator.name\" | \"threat.indicator.port\" | \"threat.indicator.provider\" | \"threat.indicator.reference\" | \"threat.indicator.registry.data.bytes\" | \"threat.indicator.registry.data.strings\" | \"threat.indicator.registry.data.type\" | \"threat.indicator.registry.hive\" | \"threat.indicator.registry.key\" | \"threat.indicator.registry.path\" | \"threat.indicator.registry.value\" | \"threat.indicator.scanner_stats\" | \"threat.indicator.sightings\" | \"threat.indicator.type\" | \"threat.indicator.url.domain\" | \"threat.indicator.url.extension\" | \"threat.indicator.url.fragment\" | \"threat.indicator.url.full\" | \"threat.indicator.url.original\" | \"threat.indicator.url.password\" | \"threat.indicator.url.path\" | \"threat.indicator.url.port\" | \"threat.indicator.url.query\" | \"threat.indicator.url.registered_domain\" | \"threat.indicator.url.scheme\" | \"threat.indicator.url.subdomain\" | \"threat.indicator.url.top_level_domain\" | \"threat.indicator.url.username\" | \"threat.indicator.x509.alternative_names\" | \"threat.indicator.x509.issuer.common_name\" | \"threat.indicator.x509.issuer.country\" | \"threat.indicator.x509.issuer.distinguished_name\" | \"threat.indicator.x509.issuer.locality\" | \"threat.indicator.x509.issuer.organization\" | \"threat.indicator.x509.issuer.organizational_unit\" | \"threat.indicator.x509.issuer.state_or_province\" | \"threat.indicator.x509.not_after\" | \"threat.indicator.x509.not_before\" | \"threat.indicator.x509.public_key_algorithm\" | \"threat.indicator.x509.public_key_curve\" | \"threat.indicator.x509.public_key_exponent\" | \"threat.indicator.x509.public_key_size\" | \"threat.indicator.x509.serial_number\" | \"threat.indicator.x509.signature_algorithm\" | \"threat.indicator.x509.subject.common_name\" | \"threat.indicator.x509.subject.country\" | \"threat.indicator.x509.subject.distinguished_name\" | \"threat.indicator.x509.subject.locality\" | \"threat.indicator.x509.subject.organization\" | \"threat.indicator.x509.subject.organizational_unit\" | \"threat.indicator.x509.subject.state_or_province\" | \"threat.indicator.x509.version_number\" | \"threat.software.alias\" | \"threat.software.id\" | \"threat.software.name\" | \"threat.software.platforms\" | \"threat.software.reference\" | \"threat.software.type\" | \"threat.tactic.id\" | \"threat.tactic.name\" | \"threat.tactic.reference\" | \"threat.technique.id\" | \"threat.technique.name\" | \"threat.technique.reference\" | \"threat.technique.subtechnique.id\" | \"threat.technique.subtechnique.name\" | \"threat.technique.subtechnique.reference\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.server_name\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.client.x509.alternative_names\" | \"tls.client.x509.issuer.common_name\" | \"tls.client.x509.issuer.country\" | \"tls.client.x509.issuer.distinguished_name\" | \"tls.client.x509.issuer.locality\" | \"tls.client.x509.issuer.organization\" | \"tls.client.x509.issuer.organizational_unit\" | \"tls.client.x509.issuer.state_or_province\" | \"tls.client.x509.not_after\" | \"tls.client.x509.not_before\" | \"tls.client.x509.public_key_algorithm\" | \"tls.client.x509.public_key_curve\" | \"tls.client.x509.public_key_exponent\" | \"tls.client.x509.public_key_size\" | \"tls.client.x509.serial_number\" | \"tls.client.x509.signature_algorithm\" | \"tls.client.x509.subject.common_name\" | \"tls.client.x509.subject.country\" | \"tls.client.x509.subject.distinguished_name\" | \"tls.client.x509.subject.locality\" | \"tls.client.x509.subject.organization\" | \"tls.client.x509.subject.organizational_unit\" | \"tls.client.x509.subject.state_or_province\" | \"tls.client.x509.version_number\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"tls.server.x509.alternative_names\" | \"tls.server.x509.issuer.common_name\" | \"tls.server.x509.issuer.country\" | \"tls.server.x509.issuer.distinguished_name\" | \"tls.server.x509.issuer.locality\" | \"tls.server.x509.issuer.organization\" | \"tls.server.x509.issuer.organizational_unit\" | \"tls.server.x509.issuer.state_or_province\" | \"tls.server.x509.not_after\" | \"tls.server.x509.not_before\" | \"tls.server.x509.public_key_algorithm\" | \"tls.server.x509.public_key_curve\" | \"tls.server.x509.public_key_exponent\" | \"tls.server.x509.public_key_size\" | \"tls.server.x509.serial_number\" | \"tls.server.x509.signature_algorithm\" | \"tls.server.x509.subject.common_name\" | \"tls.server.x509.subject.country\" | \"tls.server.x509.subject.distinguished_name\" | \"tls.server.x509.subject.locality\" | \"tls.server.x509.subject.organization\" | \"tls.server.x509.subject.organizational_unit\" | \"tls.server.x509.subject.state_or_province\" | \"tls.server.x509.version_number\" | \"tls.version\" | \"tls.version_protocol\" | \"trace.id\" | \"transaction.id\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.password\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"url.username\" | \"user.changes.domain\" | \"user.changes.email\" | \"user.changes.full_name\" | \"user.changes.group.domain\" | \"user.changes.group.id\" | \"user.changes.group.name\" | \"user.changes.hash\" | \"user.changes.id\" | \"user.changes.name\" | \"user.changes.roles\" | \"user.domain\" | \"user.effective.domain\" | \"user.effective.email\" | \"user.effective.full_name\" | \"user.effective.group.domain\" | \"user.effective.group.id\" | \"user.effective.group.name\" | \"user.effective.hash\" | \"user.effective.id\" | \"user.effective.name\" | \"user.effective.roles\" | \"user.email\" | \"user.full_name\" | \"user.group.domain\" | \"user.group.id\" | \"user.group.name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.risk.calculated_level\" | \"user.risk.calculated_score\" | \"user.risk.calculated_score_norm\" | \"user.risk.static_level\" | \"user.risk.static_score\" | \"user.risk.static_score_norm\" | \"user.roles\" | \"user.target.domain\" | \"user.target.email\" | \"user.target.full_name\" | \"user.target.group.domain\" | \"user.target.group.id\" | \"user.target.group.name\" | \"user.target.hash\" | \"user.target.id\" | \"user.target.name\" | \"user.target.roles\" | \"user_agent.device.name\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.family\" | \"user_agent.os.full\" | \"user_agent.os.kernel\" | \"user_agent.os.name\" | \"user_agent.os.platform\" | \"user_agent.os.type\" | \"user_agent.os.version\" | \"user_agent.version\" | \"volume.bus_type\" | \"volume.default_access\" | \"volume.device_name\" | \"volume.device_type\" | \"volume.dos_name\" | \"volume.file_system_type\" | \"volume.mount_name\" | \"volume.nt_name\" | \"volume.product_id\" | \"volume.product_name\" | \"volume.removable\" | \"volume.serial_number\" | \"volume.size\" | \"volume.vendor_id\" | \"volume.vendor_name\" | \"volume.writable\" | \"vulnerability.category\" | \"vulnerability.classification\" | \"vulnerability.description\" | \"vulnerability.enumeration\" | \"vulnerability.id\" | \"vulnerability.reference\" | \"vulnerability.report_id\" | \"vulnerability.scanner.vendor\" | \"vulnerability.score.base\" | \"vulnerability.score.environmental\" | \"vulnerability.score.temporal\" | \"vulnerability.score.version\" | \"vulnerability.severity\" | \"_source\" | \"_index\" | \"_id\" | \"_ignored\" | \"_routing\" | \"unit\" | \"kind\" | ", + "\"name\" | \"@timestamp\" | \"event.sequence\" | \"event.start\" | \"event.end\" | \"event.provider\" | \"event.duration\" | \"event.action\" | \"message\" | \"event.outcome\" | \"tags\" | \"status\" | \"rule.id\" | \"duration\" | \"event.kind\" | \"event.original\" | \"agent.name\" | \"container.id\" | \"host.name\" | \"labels\" | \"service.environment\" | \"service.name\" | \"ecs.version\" | \"agent.build.original\" | \"agent.ephemeral_id\" | \"agent.id\" | \"agent.type\" | \"agent.version\" | \"client.address\" | \"client.as.number\" | \"client.as.organization.name\" | \"client.bytes\" | \"client.domain\" | \"client.geo.city_name\" | \"client.geo.continent_code\" | \"client.geo.continent_name\" | \"client.geo.country_iso_code\" | \"client.geo.country_name\" | \"client.geo.location\" | \"client.geo.name\" | \"client.geo.postal_code\" | \"client.geo.region_iso_code\" | \"client.geo.region_name\" | \"client.geo.timezone\" | \"client.ip\" | \"client.mac\" | \"client.nat.ip\" | \"client.nat.port\" | \"client.packets\" | \"client.port\" | \"client.registered_domain\" | \"client.subdomain\" | \"client.top_level_domain\" | \"client.user.domain\" | \"client.user.email\" | \"client.user.full_name\" | \"client.user.group.domain\" | \"client.user.group.id\" | \"client.user.group.name\" | \"client.user.hash\" | \"client.user.id\" | \"client.user.name\" | \"client.user.roles\" | \"cloud.account.id\" | \"cloud.account.name\" | \"cloud.availability_zone\" | \"cloud.instance.id\" | \"cloud.instance.name\" | \"cloud.machine.type\" | \"cloud.origin.account.id\" | \"cloud.origin.account.name\" | \"cloud.origin.availability_zone\" | \"cloud.origin.instance.id\" | \"cloud.origin.instance.name\" | \"cloud.origin.machine.type\" | \"cloud.origin.project.id\" | \"cloud.origin.project.name\" | \"cloud.origin.provider\" | \"cloud.origin.region\" | \"cloud.origin.service.name\" | \"cloud.project.id\" | \"cloud.project.name\" | \"cloud.provider\" | \"cloud.region\" | \"cloud.service.name\" | \"cloud.target.account.id\" | \"cloud.target.account.name\" | \"cloud.target.availability_zone\" | \"cloud.target.instance.id\" | \"cloud.target.instance.name\" | \"cloud.target.machine.type\" | \"cloud.target.project.id\" | \"cloud.target.project.name\" | \"cloud.target.provider\" | \"cloud.target.region\" | \"cloud.target.service.name\" | \"container.cpu.usage\" | \"container.disk.read.bytes\" | \"container.disk.write.bytes\" | \"container.image.hash.all\" | \"container.image.name\" | \"container.image.tag\" | \"container.labels\" | \"container.memory.usage\" | \"container.name\" | \"container.network.egress.bytes\" | \"container.network.ingress.bytes\" | \"container.runtime\" | \"container.security_context.privileged\" | \"destination.address\" | \"destination.as.number\" | \"destination.as.organization.name\" | \"destination.bytes\" | \"destination.domain\" | \"destination.geo.city_name\" | \"destination.geo.continent_code\" | \"destination.geo.continent_name\" | \"destination.geo.country_iso_code\" | \"destination.geo.country_name\" | \"destination.geo.location\" | \"destination.geo.name\" | \"destination.geo.postal_code\" | \"destination.geo.region_iso_code\" | \"destination.geo.region_name\" | \"destination.geo.timezone\" | \"destination.ip\" | \"destination.mac\" | \"destination.nat.ip\" | \"destination.nat.port\" | \"destination.packets\" | \"destination.port\" | \"destination.registered_domain\" | \"destination.subdomain\" | \"destination.top_level_domain\" | \"destination.user.domain\" | \"destination.user.email\" | \"destination.user.full_name\" | \"destination.user.group.domain\" | \"destination.user.group.id\" | \"destination.user.group.name\" | \"destination.user.hash\" | \"destination.user.id\" | \"destination.user.name\" | \"destination.user.roles\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"device.serial_number\" | \"dll.code_signature.digest_algorithm\" | \"dll.code_signature.exists\" | \"dll.code_signature.flags\" | \"dll.code_signature.signing_id\" | \"dll.code_signature.status\" | \"dll.code_signature.subject_name\" | \"dll.code_signature.team_id\" | \"dll.code_signature.timestamp\" | \"dll.code_signature.trusted\" | \"dll.code_signature.valid\" | \"dll.hash.cdhash\" | \"dll.hash.md5\" | \"dll.hash.sha1\" | \"dll.hash.sha256\" | \"dll.hash.sha384\" | \"dll.hash.sha512\" | \"dll.hash.ssdeep\" | \"dll.hash.tlsh\" | \"dll.name\" | \"dll.origin_referrer_url\" | \"dll.origin_url\" | \"dll.path\" | \"dll.pe.architecture\" | \"dll.pe.company\" | \"dll.pe.description\" | \"dll.pe.file_version\" | \"dll.pe.go_import_hash\" | \"dll.pe.go_imports\" | \"dll.pe.go_imports_names_entropy\" | \"dll.pe.go_imports_names_var_entropy\" | \"dll.pe.go_stripped\" | \"dll.pe.imphash\" | \"dll.pe.import_hash\" | \"dll.pe.imports\" | \"dll.pe.imports_names_entropy\" | \"dll.pe.imports_names_var_entropy\" | \"dll.pe.original_file_name\" | \"dll.pe.pehash\" | \"dll.pe.product\" | \"dll.pe.sections\" | \"dns.answers\" | \"dns.header_flags\" | \"dns.id\" | \"dns.op_code\" | \"dns.question.class\" | \"dns.question.name\" | \"dns.question.registered_domain\" | \"dns.question.subdomain\" | \"dns.question.top_level_domain\" | \"dns.question.type\" | \"dns.resolved_ip\" | \"dns.response_code\" | \"dns.type\" | \"email.attachments\" | \"file.extension\" | \"file.hash.cdhash\" | \"file.hash.md5\" | \"file.hash.sha1\" | \"file.hash.sha256\" | \"file.hash.sha384\" | \"file.hash.sha512\" | \"file.hash.ssdeep\" | \"file.hash.tlsh\" | \"file.mime_type\" | \"file.name\" | \"file.size\" | \"email.bcc.address\" | \"email.cc.address\" | \"email.content_type\" | \"email.delivery_timestamp\" | \"email.direction\" | \"email.from.address\" | \"email.local_id\" | \"email.message_id\" | \"email.origination_timestamp\" | \"email.reply_to.address\" | \"email.sender.address\" | \"email.subject\" | \"email.to.address\" | \"email.x_mailer\" | \"error.code\" | \"error.id\" | \"error.message\" | \"error.stack_trace\" | \"error.type\" | \"event.agent_id_status\" | \"event.category\" | \"event.code\" | \"event.created\" | \"event.dataset\" | \"event.hash\" | \"event.id\" | \"event.ingested\" | \"event.module\" | \"event.reason\" | \"event.reference\" | \"event.risk_score\" | \"event.risk_score_norm\" | \"event.severity\" | \"event.timezone\" | \"event.type\" | \"event.url\" | \"faas.coldstart\" | \"faas.execution\" | \"faas.id\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.code_signature.digest_algorithm\" | \"file.code_signature.exists\" | \"file.code_signature.flags\" | \"file.code_signature.signing_id\" | \"file.code_signature.status\" | \"file.code_signature.subject_name\" | \"file.code_signature.team_id\" | \"file.code_signature.timestamp\" | \"file.code_signature.trusted\" | \"file.code_signature.valid\" | \"file.created\" | \"file.ctime\" | \"file.device\" | \"file.directory\" | \"file.drive_letter\" | \"file.elf.architecture\" | \"file.elf.byte_order\" | \"file.elf.cpu_type\" | \"file.elf.creation_date\" | \"file.elf.exports\" | \"file.elf.go_import_hash\" | \"file.elf.go_imports\" | \"file.elf.go_imports_names_entropy\" | \"file.elf.go_imports_names_var_entropy\" | \"file.elf.go_stripped\" | \"file.elf.header.abi_version\" | \"file.elf.header.class\" | \"file.elf.header.data\" | \"file.elf.header.entrypoint\" | \"file.elf.header.object_version\" | \"file.elf.header.os_abi\" | \"file.elf.header.type\" | \"file.elf.header.version\" | \"file.elf.import_hash\" | \"file.elf.imports\" | \"file.elf.imports_names_entropy\" | \"file.elf.imports_names_var_entropy\" | \"file.elf.sections\" | \"file.elf.segments\" | \"file.elf.shared_libraries\" | \"file.elf.telfhash\" | \"file.fork_name\" | \"file.gid\" | \"file.group\" | \"file.inode\" | \"file.macho.go_import_hash\" | \"file.macho.go_imports\" | \"file.macho.go_imports_names_entropy\" | \"file.macho.go_imports_names_var_entropy\" | \"file.macho.go_stripped\" | \"file.macho.import_hash\" | \"file.macho.imports\" | \"file.macho.imports_names_entropy\" | \"file.macho.imports_names_var_entropy\" | \"file.macho.sections\" | \"file.macho.symhash\" | \"file.mode\" | \"file.mtime\" | \"file.origin_referrer_url\" | \"file.origin_url\" | \"file.owner\" | \"file.path\" | \"file.pe.architecture\" | \"file.pe.company\" | \"file.pe.description\" | \"file.pe.file_version\" | \"file.pe.go_import_hash\" | \"file.pe.go_imports\" | \"file.pe.go_imports_names_entropy\" | \"file.pe.go_imports_names_var_entropy\" | \"file.pe.go_stripped\" | \"file.pe.imphash\" | \"file.pe.import_hash\" | \"file.pe.imports\" | \"file.pe.imports_names_entropy\" | \"file.pe.imports_names_var_entropy\" | \"file.pe.original_file_name\" | \"file.pe.pehash\" | \"file.pe.product\" | \"file.pe.sections\" | \"file.target_path\" | \"file.type\" | \"file.uid\" | \"file.x509.alternative_names\" | \"file.x509.issuer.common_name\" | \"file.x509.issuer.country\" | \"file.x509.issuer.distinguished_name\" | \"file.x509.issuer.locality\" | \"file.x509.issuer.organization\" | \"file.x509.issuer.organizational_unit\" | \"file.x509.issuer.state_or_province\" | \"file.x509.not_after\" | \"file.x509.not_before\" | \"file.x509.public_key_algorithm\" | \"file.x509.public_key_curve\" | \"file.x509.public_key_exponent\" | \"file.x509.public_key_size\" | \"file.x509.serial_number\" | \"file.x509.signature_algorithm\" | \"file.x509.subject.common_name\" | \"file.x509.subject.country\" | \"file.x509.subject.distinguished_name\" | \"file.x509.subject.locality\" | \"file.x509.subject.organization\" | \"file.x509.subject.organizational_unit\" | \"file.x509.subject.state_or_province\" | \"file.x509.version_number\" | \"group.domain\" | \"group.id\" | \"group.name\" | \"host.architecture\" | \"host.boot.id\" | \"host.cpu.usage\" | \"host.disk.read.bytes\" | \"host.disk.write.bytes\" | \"host.domain\" | \"host.geo.city_name\" | \"host.geo.continent_code\" | \"host.geo.continent_name\" | \"host.geo.country_iso_code\" | \"host.geo.country_name\" | \"host.geo.location\" | \"host.geo.name\" | \"host.geo.postal_code\" | \"host.geo.region_iso_code\" | \"host.geo.region_name\" | \"host.geo.timezone\" | \"host.hostname\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.network.egress.bytes\" | \"host.network.egress.packets\" | \"host.network.ingress.bytes\" | \"host.network.ingress.packets\" | \"host.os.family\" | \"host.os.full\" | \"host.os.kernel\" | \"host.os.name\" | \"host.os.platform\" | \"host.os.type\" | \"host.os.version\" | \"host.pid_ns_ino\" | \"host.risk.calculated_level\" | \"host.risk.calculated_score\" | \"host.risk.calculated_score_norm\" | \"host.risk.static_level\" | \"host.risk.static_score\" | \"host.risk.static_score_norm\" | \"host.type\" | \"host.uptime\" | \"http.request.body.bytes\" | \"http.request.body.content\" | \"http.request.bytes\" | \"http.request.id\" | \"http.request.method\" | \"http.request.mime_type\" | \"http.request.referrer\" | \"http.response.body.bytes\" | \"http.response.body.content\" | \"http.response.bytes\" | \"http.response.mime_type\" | \"http.response.status_code\" | \"http.version\" | \"log.file.path\" | \"log.level\" | \"log.logger\" | \"log.origin.file.line\" | \"log.origin.file.name\" | \"log.origin.function\" | \"log.syslog\" | \"network.application\" | \"network.bytes\" | \"network.community_id\" | \"network.direction\" | \"network.forwarded_ip\" | \"network.iana_number\" | \"network.inner\" | \"network.name\" | \"network.packets\" | \"network.protocol\" | \"network.transport\" | \"network.type\" | \"network.vlan.id\" | \"network.vlan.name\" | \"observer.egress\" | \"observer.geo.city_name\" | \"observer.geo.continent_code\" | \"observer.geo.continent_name\" | \"observer.geo.country_iso_code\" | \"observer.geo.country_name\" | \"observer.geo.location\" | \"observer.geo.name\" | \"observer.geo.postal_code\" | \"observer.geo.region_iso_code\" | \"observer.geo.region_name\" | \"observer.geo.timezone\" | \"observer.hostname\" | \"observer.ingress\" | \"observer.ip\" | \"observer.mac\" | \"observer.name\" | \"observer.os.family\" | \"observer.os.full\" | \"observer.os.kernel\" | \"observer.os.name\" | \"observer.os.platform\" | \"observer.os.type\" | \"observer.os.version\" | \"observer.product\" | \"observer.serial_number\" | \"observer.type\" | \"observer.vendor\" | \"observer.version\" | \"orchestrator.api_version\" | \"orchestrator.cluster.id\" | \"orchestrator.cluster.name\" | \"orchestrator.cluster.url\" | \"orchestrator.cluster.version\" | \"orchestrator.namespace\" | \"orchestrator.organization\" | \"orchestrator.resource.annotation\" | \"orchestrator.resource.id\" | \"orchestrator.resource.ip\" | \"orchestrator.resource.label\" | \"orchestrator.resource.name\" | \"orchestrator.resource.parent.type\" | \"orchestrator.resource.type\" | \"orchestrator.type\" | \"organization.id\" | \"organization.name\" | \"package.architecture\" | \"package.build_version\" | \"package.checksum\" | \"package.description\" | \"package.install_scope\" | \"package.installed\" | \"package.license\" | \"package.name\" | \"package.path\" | \"package.reference\" | \"package.size\" | \"package.type\" | \"package.version\" | \"process.args\" | \"process.args_count\" | \"process.code_signature.digest_algorithm\" | \"process.code_signature.exists\" | \"process.code_signature.flags\" | \"process.code_signature.signing_id\" | \"process.code_signature.status\" | \"process.code_signature.subject_name\" | \"process.code_signature.team_id\" | \"process.code_signature.timestamp\" | \"process.code_signature.trusted\" | \"process.code_signature.valid\" | \"process.command_line\" | \"process.elf.architecture\" | \"process.elf.byte_order\" | \"process.elf.cpu_type\" | \"process.elf.creation_date\" | \"process.elf.exports\" | \"process.elf.go_import_hash\" | \"process.elf.go_imports\" | \"process.elf.go_imports_names_entropy\" | \"process.elf.go_imports_names_var_entropy\" | \"process.elf.go_stripped\" | \"process.elf.header.abi_version\" | \"process.elf.header.class\" | \"process.elf.header.data\" | \"process.elf.header.entrypoint\" | \"process.elf.header.object_version\" | \"process.elf.header.os_abi\" | \"process.elf.header.type\" | \"process.elf.header.version\" | \"process.elf.import_hash\" | \"process.elf.imports\" | \"process.elf.imports_names_entropy\" | \"process.elf.imports_names_var_entropy\" | \"process.elf.sections\" | \"process.elf.segments\" | \"process.elf.shared_libraries\" | \"process.elf.telfhash\" | \"process.end\" | \"process.entity_id\" | \"process.entry_leader.args\" | \"process.entry_leader.args_count\" | \"process.entry_leader.attested_groups.name\" | \"process.entry_leader.attested_user.id\" | \"process.entry_leader.attested_user.name\" | \"process.entry_leader.command_line\" | \"process.entry_leader.entity_id\" | \"process.entry_leader.entry_meta.source.ip\" | \"process.entry_leader.entry_meta.type\" | \"process.entry_leader.executable\" | \"process.entry_leader.group.id\" | \"process.entry_leader.group.name\" | \"process.entry_leader.interactive\" | \"process.entry_leader.name\" | \"process.entry_leader.parent.entity_id\" | \"process.entry_leader.parent.pid\" | \"process.entry_leader.parent.session_leader.entity_id\" | \"process.entry_leader.parent.session_leader.pid\" | \"process.entry_leader.parent.session_leader.start\" | \"process.entry_leader.parent.session_leader.vpid\" | \"process.entry_leader.parent.start\" | \"process.entry_leader.parent.vpid\" | \"process.entry_leader.pid\" | \"process.entry_leader.real_group.id\" | \"process.entry_leader.real_group.name\" | \"process.entry_leader.real_user.id\" | \"process.entry_leader.real_user.name\" | \"process.entry_leader.same_as_process\" | \"process.entry_leader.saved_group.id\" | \"process.entry_leader.saved_group.name\" | \"process.entry_leader.saved_user.id\" | \"process.entry_leader.saved_user.name\" | \"process.entry_leader.start\" | \"process.entry_leader.supplemental_groups.id\" | \"process.entry_leader.supplemental_groups.name\" | \"process.entry_leader.tty\" | \"process.entry_leader.user.id\" | \"process.entry_leader.user.name\" | \"process.entry_leader.vpid\" | \"process.entry_leader.working_directory\" | \"process.env_vars\" | \"process.executable\" | \"process.exit_code\" | \"process.group.id\" | \"process.group.name\" | \"process.group_leader.args\" | \"process.group_leader.args_count\" | \"process.group_leader.command_line\" | \"process.group_leader.entity_id\" | \"process.group_leader.executable\" | \"process.group_leader.group.id\" | \"process.group_leader.group.name\" | \"process.group_leader.interactive\" | \"process.group_leader.name\" | \"process.group_leader.pid\" | \"process.group_leader.real_group.id\" | \"process.group_leader.real_group.name\" | \"process.group_leader.real_user.id\" | \"process.group_leader.real_user.name\" | \"process.group_leader.same_as_process\" | \"process.group_leader.saved_group.id\" | \"process.group_leader.saved_group.name\" | \"process.group_leader.saved_user.id\" | \"process.group_leader.saved_user.name\" | \"process.group_leader.start\" | \"process.group_leader.supplemental_groups.id\" | \"process.group_leader.supplemental_groups.name\" | \"process.group_leader.tty\" | \"process.group_leader.user.id\" | \"process.group_leader.user.name\" | \"process.group_leader.vpid\" | \"process.group_leader.working_directory\" | \"process.hash.cdhash\" | \"process.hash.md5\" | \"process.hash.sha1\" | \"process.hash.sha256\" | \"process.hash.sha384\" | \"process.hash.sha512\" | \"process.hash.ssdeep\" | \"process.hash.tlsh\" | \"process.interactive\" | \"process.io\" | \"process.macho.go_import_hash\" | \"process.macho.go_imports\" | \"process.macho.go_imports_names_entropy\" | \"process.macho.go_imports_names_var_entropy\" | \"process.macho.go_stripped\" | \"process.macho.import_hash\" | \"process.macho.imports\" | \"process.macho.imports_names_entropy\" | \"process.macho.imports_names_var_entropy\" | \"process.macho.sections\" | \"process.macho.symhash\" | \"process.name\" | \"process.parent.args\" | \"process.parent.args_count\" | \"process.parent.code_signature.digest_algorithm\" | \"process.parent.code_signature.exists\" | \"process.parent.code_signature.flags\" | \"process.parent.code_signature.signing_id\" | \"process.parent.code_signature.status\" | \"process.parent.code_signature.subject_name\" | \"process.parent.code_signature.team_id\" | \"process.parent.code_signature.timestamp\" | \"process.parent.code_signature.trusted\" | \"process.parent.code_signature.valid\" | \"process.parent.command_line\" | \"process.parent.elf.architecture\" | \"process.parent.elf.byte_order\" | \"process.parent.elf.cpu_type\" | \"process.parent.elf.creation_date\" | \"process.parent.elf.exports\" | \"process.parent.elf.go_import_hash\" | \"process.parent.elf.go_imports\" | \"process.parent.elf.go_imports_names_entropy\" | \"process.parent.elf.go_imports_names_var_entropy\" | \"process.parent.elf.go_stripped\" | \"process.parent.elf.header.abi_version\" | \"process.parent.elf.header.class\" | \"process.parent.elf.header.data\" | \"process.parent.elf.header.entrypoint\" | \"process.parent.elf.header.object_version\" | \"process.parent.elf.header.os_abi\" | \"process.parent.elf.header.type\" | \"process.parent.elf.header.version\" | \"process.parent.elf.import_hash\" | \"process.parent.elf.imports\" | \"process.parent.elf.imports_names_entropy\" | \"process.parent.elf.imports_names_var_entropy\" | \"process.parent.elf.sections\" | \"process.parent.elf.segments\" | \"process.parent.elf.shared_libraries\" | \"process.parent.elf.telfhash\" | \"process.parent.end\" | \"process.parent.entity_id\" | \"process.parent.executable\" | \"process.parent.exit_code\" | \"process.parent.group.id\" | \"process.parent.group.name\" | \"process.parent.group_leader.entity_id\" | \"process.parent.group_leader.pid\" | \"process.parent.group_leader.start\" | \"process.parent.group_leader.vpid\" | \"process.parent.hash.cdhash\" | \"process.parent.hash.md5\" | \"process.parent.hash.sha1\" | \"process.parent.hash.sha256\" | \"process.parent.hash.sha384\" | \"process.parent.hash.sha512\" | \"process.parent.hash.ssdeep\" | \"process.parent.hash.tlsh\" | \"process.parent.interactive\" | \"process.parent.macho.go_import_hash\" | \"process.parent.macho.go_imports\" | \"process.parent.macho.go_imports_names_entropy\" | \"process.parent.macho.go_imports_names_var_entropy\" | \"process.parent.macho.go_stripped\" | \"process.parent.macho.import_hash\" | \"process.parent.macho.imports\" | \"process.parent.macho.imports_names_entropy\" | \"process.parent.macho.imports_names_var_entropy\" | \"process.parent.macho.sections\" | \"process.parent.macho.symhash\" | \"process.parent.name\" | \"process.parent.pe.architecture\" | \"process.parent.pe.company\" | \"process.parent.pe.description\" | \"process.parent.pe.file_version\" | \"process.parent.pe.go_import_hash\" | \"process.parent.pe.go_imports\" | \"process.parent.pe.go_imports_names_entropy\" | \"process.parent.pe.go_imports_names_var_entropy\" | \"process.parent.pe.go_stripped\" | \"process.parent.pe.imphash\" | \"process.parent.pe.import_hash\" | \"process.parent.pe.imports\" | \"process.parent.pe.imports_names_entropy\" | \"process.parent.pe.imports_names_var_entropy\" | \"process.parent.pe.original_file_name\" | \"process.parent.pe.pehash\" | \"process.parent.pe.product\" | \"process.parent.pe.sections\" | \"process.parent.pid\" | \"process.parent.real_group.id\" | \"process.parent.real_group.name\" | \"process.parent.real_user.id\" | \"process.parent.real_user.name\" | \"process.parent.saved_group.id\" | \"process.parent.saved_group.name\" | \"process.parent.saved_user.id\" | \"process.parent.saved_user.name\" | \"process.parent.start\" | \"process.parent.supplemental_groups.id\" | \"process.parent.supplemental_groups.name\" | \"process.parent.thread.capabilities.effective\" | \"process.parent.thread.capabilities.permitted\" | \"process.parent.thread.id\" | \"process.parent.thread.name\" | \"process.parent.title\" | \"process.parent.tty\" | \"process.parent.uptime\" | \"process.parent.user.id\" | \"process.parent.user.name\" | \"process.parent.vpid\" | \"process.parent.working_directory\" | \"process.pe.architecture\" | \"process.pe.company\" | \"process.pe.description\" | \"process.pe.file_version\" | \"process.pe.go_import_hash\" | \"process.pe.go_imports\" | \"process.pe.go_imports_names_entropy\" | \"process.pe.go_imports_names_var_entropy\" | \"process.pe.go_stripped\" | \"process.pe.imphash\" | \"process.pe.import_hash\" | \"process.pe.imports\" | \"process.pe.imports_names_entropy\" | \"process.pe.imports_names_var_entropy\" | \"process.pe.original_file_name\" | \"process.pe.pehash\" | \"process.pe.product\" | \"process.pe.sections\" | \"process.pid\" | \"process.previous.args\" | \"process.previous.args_count\" | \"process.previous.executable\" | \"process.real_group.id\" | \"process.real_group.name\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_group.id\" | \"process.saved_group.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.args\" | \"process.session_leader.args_count\" | \"process.session_leader.command_line\" | \"process.session_leader.entity_id\" | \"process.session_leader.executable\" | \"process.session_leader.group.id\" | \"process.session_leader.group.name\" | \"process.session_leader.interactive\" | \"process.session_leader.name\" | \"process.session_leader.parent.entity_id\" | \"process.session_leader.parent.pid\" | \"process.session_leader.parent.session_leader.entity_id\" | \"process.session_leader.parent.session_leader.pid\" | \"process.session_leader.parent.session_leader.start\" | \"process.session_leader.parent.session_leader.vpid\" | \"process.session_leader.parent.start\" | \"process.session_leader.parent.vpid\" | \"process.session_leader.pid\" | \"process.session_leader.real_group.id\" | \"process.session_leader.real_group.name\" | \"process.session_leader.real_user.id\" | \"process.session_leader.real_user.name\" | \"process.session_leader.same_as_process\" | \"process.session_leader.saved_group.id\" | \"process.session_leader.saved_group.name\" | \"process.session_leader.saved_user.id\" | \"process.session_leader.saved_user.name\" | \"process.session_leader.start\" | \"process.session_leader.supplemental_groups.id\" | \"process.session_leader.supplemental_groups.name\" | \"process.session_leader.tty\" | \"process.session_leader.user.id\" | \"process.session_leader.user.name\" | \"process.session_leader.vpid\" | \"process.session_leader.working_directory\" | \"process.start\" | \"process.supplemental_groups.id\" | \"process.supplemental_groups.name\" | \"process.thread.capabilities.effective\" | \"process.thread.capabilities.permitted\" | \"process.thread.id\" | \"process.thread.name\" | \"process.title\" | \"process.tty\" | \"process.uptime\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"registry.data.bytes\" | \"registry.data.strings\" | \"registry.data.type\" | \"registry.hive\" | \"registry.key\" | \"registry.path\" | \"registry.value\" | \"related.hash\" | \"related.hosts\" | \"related.ip\" | \"related.user\" | \"rule.author\" | \"rule.category\" | \"rule.description\" | \"rule.license\" | \"rule.name\" | \"rule.reference\" | \"rule.ruleset\" | \"rule.uuid\" | \"rule.version\" | \"server.address\" | \"server.as.number\" | \"server.as.organization.name\" | \"server.bytes\" | \"server.domain\" | \"server.geo.city_name\" | \"server.geo.continent_code\" | \"server.geo.continent_name\" | \"server.geo.country_iso_code\" | \"server.geo.country_name\" | \"server.geo.location\" | \"server.geo.name\" | \"server.geo.postal_code\" | \"server.geo.region_iso_code\" | \"server.geo.region_name\" | \"server.geo.timezone\" | \"server.ip\" | \"server.mac\" | \"server.nat.ip\" | \"server.nat.port\" | \"server.packets\" | \"server.port\" | \"server.registered_domain\" | \"server.subdomain\" | \"server.top_level_domain\" | \"server.user.domain\" | \"server.user.email\" | \"server.user.full_name\" | \"server.user.group.domain\" | \"server.user.group.id\" | \"server.user.group.name\" | \"server.user.hash\" | \"server.user.id\" | \"server.user.name\" | \"server.user.roles\" | \"service.address\" | \"service.ephemeral_id\" | \"service.id\" | \"service.node.name\" | \"service.node.role\" | \"service.node.roles\" | \"service.origin.address\" | \"service.origin.environment\" | \"service.origin.ephemeral_id\" | \"service.origin.id\" | \"service.origin.name\" | \"service.origin.node.name\" | \"service.origin.node.role\" | \"service.origin.node.roles\" | \"service.origin.state\" | \"service.origin.type\" | \"service.origin.version\" | \"service.state\" | \"service.target.address\" | \"service.target.environment\" | \"service.target.ephemeral_id\" | \"service.target.id\" | \"service.target.name\" | \"service.target.node.name\" | \"service.target.node.role\" | \"service.target.node.roles\" | \"service.target.state\" | \"service.target.type\" | \"service.target.version\" | \"service.type\" | \"service.version\" | \"source.address\" | \"source.as.number\" | \"source.as.organization.name\" | \"source.bytes\" | \"source.domain\" | \"source.geo.city_name\" | \"source.geo.continent_code\" | \"source.geo.continent_name\" | \"source.geo.country_iso_code\" | \"source.geo.country_name\" | \"source.geo.location\" | \"source.geo.name\" | \"source.geo.postal_code\" | \"source.geo.region_iso_code\" | \"source.geo.region_name\" | \"source.geo.timezone\" | \"source.ip\" | \"source.mac\" | \"source.nat.ip\" | \"source.nat.port\" | \"source.packets\" | \"source.port\" | \"source.registered_domain\" | \"source.subdomain\" | \"source.top_level_domain\" | \"source.user.domain\" | \"source.user.email\" | \"source.user.full_name\" | \"source.user.group.domain\" | \"source.user.group.id\" | \"source.user.group.name\" | \"source.user.hash\" | \"source.user.id\" | \"source.user.name\" | \"source.user.roles\" | \"span.id\" | \"threat.enrichments\" | \"threat.feed.dashboard_id\" | \"threat.feed.description\" | \"threat.feed.name\" | \"threat.feed.reference\" | \"threat.framework\" | \"threat.group.alias\" | \"threat.group.id\" | \"threat.group.name\" | \"threat.group.reference\" | \"threat.indicator.as.number\" | \"threat.indicator.as.organization.name\" | \"threat.indicator.confidence\" | \"threat.indicator.description\" | \"threat.indicator.email.address\" | \"threat.indicator.file.accessed\" | \"threat.indicator.file.attributes\" | \"threat.indicator.file.code_signature.digest_algorithm\" | \"threat.indicator.file.code_signature.exists\" | \"threat.indicator.file.code_signature.flags\" | \"threat.indicator.file.code_signature.signing_id\" | \"threat.indicator.file.code_signature.status\" | \"threat.indicator.file.code_signature.subject_name\" | \"threat.indicator.file.code_signature.team_id\" | \"threat.indicator.file.code_signature.timestamp\" | \"threat.indicator.file.code_signature.trusted\" | \"threat.indicator.file.code_signature.valid\" | \"threat.indicator.file.created\" | \"threat.indicator.file.ctime\" | \"threat.indicator.file.device\" | \"threat.indicator.file.directory\" | \"threat.indicator.file.drive_letter\" | \"threat.indicator.file.elf.architecture\" | \"threat.indicator.file.elf.byte_order\" | \"threat.indicator.file.elf.cpu_type\" | \"threat.indicator.file.elf.creation_date\" | \"threat.indicator.file.elf.exports\" | \"threat.indicator.file.elf.go_import_hash\" | \"threat.indicator.file.elf.go_imports\" | \"threat.indicator.file.elf.go_imports_names_entropy\" | \"threat.indicator.file.elf.go_imports_names_var_entropy\" | \"threat.indicator.file.elf.go_stripped\" | \"threat.indicator.file.elf.header.abi_version\" | \"threat.indicator.file.elf.header.class\" | \"threat.indicator.file.elf.header.data\" | \"threat.indicator.file.elf.header.entrypoint\" | \"threat.indicator.file.elf.header.object_version\" | \"threat.indicator.file.elf.header.os_abi\" | \"threat.indicator.file.elf.header.type\" | \"threat.indicator.file.elf.header.version\" | \"threat.indicator.file.elf.import_hash\" | \"threat.indicator.file.elf.imports\" | \"threat.indicator.file.elf.imports_names_entropy\" | \"threat.indicator.file.elf.imports_names_var_entropy\" | \"threat.indicator.file.elf.sections\" | \"threat.indicator.file.elf.segments\" | \"threat.indicator.file.elf.shared_libraries\" | \"threat.indicator.file.elf.telfhash\" | \"threat.indicator.file.extension\" | \"threat.indicator.file.fork_name\" | \"threat.indicator.file.gid\" | \"threat.indicator.file.group\" | \"threat.indicator.file.hash.cdhash\" | \"threat.indicator.file.hash.md5\" | \"threat.indicator.file.hash.sha1\" | \"threat.indicator.file.hash.sha256\" | \"threat.indicator.file.hash.sha384\" | \"threat.indicator.file.hash.sha512\" | \"threat.indicator.file.hash.ssdeep\" | \"threat.indicator.file.hash.tlsh\" | \"threat.indicator.file.inode\" | \"threat.indicator.file.mime_type\" | \"threat.indicator.file.mode\" | \"threat.indicator.file.mtime\" | \"threat.indicator.file.name\" | \"threat.indicator.file.origin_referrer_url\" | \"threat.indicator.file.origin_url\" | \"threat.indicator.file.owner\" | \"threat.indicator.file.path\" | \"threat.indicator.file.pe.architecture\" | \"threat.indicator.file.pe.company\" | \"threat.indicator.file.pe.description\" | \"threat.indicator.file.pe.file_version\" | \"threat.indicator.file.pe.go_import_hash\" | \"threat.indicator.file.pe.go_imports\" | \"threat.indicator.file.pe.go_imports_names_entropy\" | \"threat.indicator.file.pe.go_imports_names_var_entropy\" | \"threat.indicator.file.pe.go_stripped\" | \"threat.indicator.file.pe.imphash\" | \"threat.indicator.file.pe.import_hash\" | \"threat.indicator.file.pe.imports\" | \"threat.indicator.file.pe.imports_names_entropy\" | \"threat.indicator.file.pe.imports_names_var_entropy\" | \"threat.indicator.file.pe.original_file_name\" | \"threat.indicator.file.pe.pehash\" | \"threat.indicator.file.pe.product\" | \"threat.indicator.file.pe.sections\" | \"threat.indicator.file.size\" | \"threat.indicator.file.target_path\" | \"threat.indicator.file.type\" | \"threat.indicator.file.uid\" | \"threat.indicator.file.x509.alternative_names\" | \"threat.indicator.file.x509.issuer.common_name\" | \"threat.indicator.file.x509.issuer.country\" | \"threat.indicator.file.x509.issuer.distinguished_name\" | \"threat.indicator.file.x509.issuer.locality\" | \"threat.indicator.file.x509.issuer.organization\" | \"threat.indicator.file.x509.issuer.organizational_unit\" | \"threat.indicator.file.x509.issuer.state_or_province\" | \"threat.indicator.file.x509.not_after\" | \"threat.indicator.file.x509.not_before\" | \"threat.indicator.file.x509.public_key_algorithm\" | \"threat.indicator.file.x509.public_key_curve\" | \"threat.indicator.file.x509.public_key_exponent\" | \"threat.indicator.file.x509.public_key_size\" | \"threat.indicator.file.x509.serial_number\" | \"threat.indicator.file.x509.signature_algorithm\" | \"threat.indicator.file.x509.subject.common_name\" | \"threat.indicator.file.x509.subject.country\" | \"threat.indicator.file.x509.subject.distinguished_name\" | \"threat.indicator.file.x509.subject.locality\" | \"threat.indicator.file.x509.subject.organization\" | \"threat.indicator.file.x509.subject.organizational_unit\" | \"threat.indicator.file.x509.subject.state_or_province\" | \"threat.indicator.file.x509.version_number\" | \"threat.indicator.first_seen\" | \"threat.indicator.geo.city_name\" | \"threat.indicator.geo.continent_code\" | \"threat.indicator.geo.continent_name\" | \"threat.indicator.geo.country_iso_code\" | \"threat.indicator.geo.country_name\" | \"threat.indicator.geo.location\" | \"threat.indicator.geo.name\" | \"threat.indicator.geo.postal_code\" | \"threat.indicator.geo.region_iso_code\" | \"threat.indicator.geo.region_name\" | \"threat.indicator.geo.timezone\" | \"threat.indicator.id\" | \"threat.indicator.ip\" | \"threat.indicator.last_seen\" | \"threat.indicator.marking.tlp\" | \"threat.indicator.marking.tlp_version\" | \"threat.indicator.modified_at\" | \"threat.indicator.name\" | \"threat.indicator.port\" | \"threat.indicator.provider\" | \"threat.indicator.reference\" | \"threat.indicator.registry.data.bytes\" | \"threat.indicator.registry.data.strings\" | \"threat.indicator.registry.data.type\" | \"threat.indicator.registry.hive\" | \"threat.indicator.registry.key\" | \"threat.indicator.registry.path\" | \"threat.indicator.registry.value\" | \"threat.indicator.scanner_stats\" | \"threat.indicator.sightings\" | \"threat.indicator.type\" | \"threat.indicator.url.domain\" | \"threat.indicator.url.extension\" | \"threat.indicator.url.fragment\" | \"threat.indicator.url.full\" | \"threat.indicator.url.original\" | \"threat.indicator.url.password\" | \"threat.indicator.url.path\" | \"threat.indicator.url.port\" | \"threat.indicator.url.query\" | \"threat.indicator.url.registered_domain\" | \"threat.indicator.url.scheme\" | \"threat.indicator.url.subdomain\" | \"threat.indicator.url.top_level_domain\" | \"threat.indicator.url.username\" | \"threat.indicator.x509.alternative_names\" | \"threat.indicator.x509.issuer.common_name\" | \"threat.indicator.x509.issuer.country\" | \"threat.indicator.x509.issuer.distinguished_name\" | \"threat.indicator.x509.issuer.locality\" | \"threat.indicator.x509.issuer.organization\" | \"threat.indicator.x509.issuer.organizational_unit\" | \"threat.indicator.x509.issuer.state_or_province\" | \"threat.indicator.x509.not_after\" | \"threat.indicator.x509.not_before\" | \"threat.indicator.x509.public_key_algorithm\" | \"threat.indicator.x509.public_key_curve\" | \"threat.indicator.x509.public_key_exponent\" | \"threat.indicator.x509.public_key_size\" | \"threat.indicator.x509.serial_number\" | \"threat.indicator.x509.signature_algorithm\" | \"threat.indicator.x509.subject.common_name\" | \"threat.indicator.x509.subject.country\" | \"threat.indicator.x509.subject.distinguished_name\" | \"threat.indicator.x509.subject.locality\" | \"threat.indicator.x509.subject.organization\" | \"threat.indicator.x509.subject.organizational_unit\" | \"threat.indicator.x509.subject.state_or_province\" | \"threat.indicator.x509.version_number\" | \"threat.software.alias\" | \"threat.software.id\" | \"threat.software.name\" | \"threat.software.platforms\" | \"threat.software.reference\" | \"threat.software.type\" | \"threat.tactic.id\" | \"threat.tactic.name\" | \"threat.tactic.reference\" | \"threat.technique.id\" | \"threat.technique.name\" | \"threat.technique.reference\" | \"threat.technique.subtechnique.id\" | \"threat.technique.subtechnique.name\" | \"threat.technique.subtechnique.reference\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.server_name\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.client.x509.alternative_names\" | \"tls.client.x509.issuer.common_name\" | \"tls.client.x509.issuer.country\" | \"tls.client.x509.issuer.distinguished_name\" | \"tls.client.x509.issuer.locality\" | \"tls.client.x509.issuer.organization\" | \"tls.client.x509.issuer.organizational_unit\" | \"tls.client.x509.issuer.state_or_province\" | \"tls.client.x509.not_after\" | \"tls.client.x509.not_before\" | \"tls.client.x509.public_key_algorithm\" | \"tls.client.x509.public_key_curve\" | \"tls.client.x509.public_key_exponent\" | \"tls.client.x509.public_key_size\" | \"tls.client.x509.serial_number\" | \"tls.client.x509.signature_algorithm\" | \"tls.client.x509.subject.common_name\" | \"tls.client.x509.subject.country\" | \"tls.client.x509.subject.distinguished_name\" | \"tls.client.x509.subject.locality\" | \"tls.client.x509.subject.organization\" | \"tls.client.x509.subject.organizational_unit\" | \"tls.client.x509.subject.state_or_province\" | \"tls.client.x509.version_number\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"tls.server.x509.alternative_names\" | \"tls.server.x509.issuer.common_name\" | \"tls.server.x509.issuer.country\" | \"tls.server.x509.issuer.distinguished_name\" | \"tls.server.x509.issuer.locality\" | \"tls.server.x509.issuer.organization\" | \"tls.server.x509.issuer.organizational_unit\" | \"tls.server.x509.issuer.state_or_province\" | \"tls.server.x509.not_after\" | \"tls.server.x509.not_before\" | \"tls.server.x509.public_key_algorithm\" | \"tls.server.x509.public_key_curve\" | \"tls.server.x509.public_key_exponent\" | \"tls.server.x509.public_key_size\" | \"tls.server.x509.serial_number\" | \"tls.server.x509.signature_algorithm\" | \"tls.server.x509.subject.common_name\" | \"tls.server.x509.subject.country\" | \"tls.server.x509.subject.distinguished_name\" | \"tls.server.x509.subject.locality\" | \"tls.server.x509.subject.organization\" | \"tls.server.x509.subject.organizational_unit\" | \"tls.server.x509.subject.state_or_province\" | \"tls.server.x509.version_number\" | \"tls.version\" | \"tls.version_protocol\" | \"trace.id\" | \"transaction.id\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.password\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"url.username\" | \"user.changes.domain\" | \"user.changes.email\" | \"user.changes.full_name\" | \"user.changes.group.domain\" | \"user.changes.group.id\" | \"user.changes.group.name\" | \"user.changes.hash\" | \"user.changes.id\" | \"user.changes.name\" | \"user.changes.roles\" | \"user.domain\" | \"user.effective.domain\" | \"user.effective.email\" | \"user.effective.full_name\" | \"user.effective.group.domain\" | \"user.effective.group.id\" | \"user.effective.group.name\" | \"user.effective.hash\" | \"user.effective.id\" | \"user.effective.name\" | \"user.effective.roles\" | \"user.email\" | \"user.full_name\" | \"user.group.domain\" | \"user.group.id\" | \"user.group.name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.risk.calculated_level\" | \"user.risk.calculated_score\" | \"user.risk.calculated_score_norm\" | \"user.risk.static_level\" | \"user.risk.static_score\" | \"user.risk.static_score_norm\" | \"user.roles\" | \"user.target.domain\" | \"user.target.email\" | \"user.target.full_name\" | \"user.target.group.domain\" | \"user.target.group.id\" | \"user.target.group.name\" | \"user.target.hash\" | \"user.target.id\" | \"user.target.name\" | \"user.target.roles\" | \"user_agent.device.name\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.family\" | \"user_agent.os.full\" | \"user_agent.os.kernel\" | \"user_agent.os.name\" | \"user_agent.os.platform\" | \"user_agent.os.type\" | \"user_agent.os.version\" | \"user_agent.version\" | \"volume.bus_type\" | \"volume.default_access\" | \"volume.device_name\" | \"volume.device_type\" | \"volume.dos_name\" | \"volume.file_system_type\" | \"volume.mount_name\" | \"volume.nt_name\" | \"volume.product_id\" | \"volume.product_name\" | \"volume.removable\" | \"volume.serial_number\" | \"volume.size\" | \"volume.vendor_id\" | \"volume.vendor_name\" | \"volume.writable\" | \"vulnerability.category\" | \"vulnerability.classification\" | \"vulnerability.description\" | \"vulnerability.enumeration\" | \"vulnerability.id\" | \"vulnerability.reference\" | \"vulnerability.report_id\" | \"vulnerability.scanner.vendor\" | \"vulnerability.score.base\" | \"vulnerability.score.environmental\" | \"vulnerability.score.temporal\" | \"vulnerability.score.version\" | \"vulnerability.severity\" | \"_source\" | \"_index\" | \"_id\" | \"_ignored\" | \"_routing\" | \"unit\" | \"kind\" | ", { "pluginId": "fieldsMetadata", "scope": "common", @@ -532,7 +532,7 @@ "label": "OtelFieldName", "description": [], "signature": [ - "\"name\" | \"@timestamp\" | \"duration\" | \"status\" | \"container.id\" | \"host.name\" | \"service.name\" | \"client.address\" | \"client.port\" | \"cloud.account.id\" | \"cloud.availability_zone\" | \"cloud.provider\" | \"cloud.region\" | \"container.image.name\" | \"container.name\" | \"destination.address\" | \"destination.port\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"dns.answers\" | \"dns.question.name\" | \"file.extension\" | \"file.name\" | \"file.size\" | \"error.message\" | \"error.type\" | \"faas.coldstart\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.created\" | \"file.directory\" | \"file.fork_name\" | \"file.inode\" | \"file.mode\" | \"file.path\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.type\" | \"http.request.method\" | \"http.response.status_code\" | \"log.file.path\" | \"network.transport\" | \"network.type\" | \"process.args_count\" | \"process.command_line\" | \"process.group_leader.pid\" | \"process.interactive\" | \"process.pid\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.pid\" | \"process.title\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"server.address\" | \"server.port\" | \"service.version\" | \"source.address\" | \"source.port\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"user.email\" | \"user.full_name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.roles\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.name\" | \"user_agent.os.version\" | \"user_agent.version\" | \"unit\" | \"kind\" | \"android.app.state\" | \"android.os.api_level\" | \"app.build_id\" | \"app.installation.id\" | \"app.jank.frame_count\" | \"app.jank.period\" | \"app.jank.threshold\" | \"app.screen.coordinate.x\" | \"app.screen.coordinate.y\" | \"app.screen.id\" | \"app.screen.name\" | \"app.widget.id\" | \"app.widget.name\" | \"artifact.attestation.filename\" | \"artifact.attestation.hash\" | \"artifact.attestation.id\" | \"artifact.filename\" | \"artifact.hash\" | \"artifact.purl\" | \"artifact.version\" | \"aspnetcore.authentication.result\" | \"aspnetcore.authentication.scheme\" | \"aspnetcore.authorization.policy\" | \"aspnetcore.authorization.result\" | \"aspnetcore.diagnostics.exception.result\" | \"aspnetcore.diagnostics.handler.type\" | \"aspnetcore.identity.error_code\" | \"aspnetcore.identity.password_check_result\" | \"aspnetcore.identity.result\" | \"aspnetcore.identity.sign_in.result\" | \"aspnetcore.identity.sign_in.type\" | \"aspnetcore.identity.token_purpose\" | \"aspnetcore.identity.token_verified\" | \"aspnetcore.identity.user.update_type\" | \"aspnetcore.identity.user_type\" | \"aspnetcore.memory_pool.owner\" | \"aspnetcore.rate_limiting.policy\" | \"aspnetcore.rate_limiting.result\" | \"aspnetcore.request.is_unhandled\" | \"aspnetcore.routing.is_fallback\" | \"aspnetcore.routing.match_status\" | \"aspnetcore.sign_in.is_persistent\" | \"aspnetcore.user.is_authenticated\" | \"aws.bedrock.guardrail.id\" | \"aws.bedrock.knowledge_base.id\" | \"aws.dynamodb.attribute_definitions\" | \"aws.dynamodb.attributes_to_get\" | \"aws.dynamodb.consistent_read\" | \"aws.dynamodb.consumed_capacity\" | \"aws.dynamodb.count\" | \"aws.dynamodb.exclusive_start_table\" | \"aws.dynamodb.global_secondary_index_updates\" | \"aws.dynamodb.global_secondary_indexes\" | \"aws.dynamodb.index_name\" | \"aws.dynamodb.item_collection_metrics\" | \"aws.dynamodb.limit\" | \"aws.dynamodb.local_secondary_indexes\" | \"aws.dynamodb.projection\" | \"aws.dynamodb.provisioned_read_capacity\" | \"aws.dynamodb.provisioned_write_capacity\" | \"aws.dynamodb.scan_forward\" | \"aws.dynamodb.scanned_count\" | \"aws.dynamodb.segment\" | \"aws.dynamodb.select\" | \"aws.dynamodb.table_count\" | \"aws.dynamodb.table_names\" | \"aws.dynamodb.total_segments\" | \"aws.ecs.cluster.arn\" | \"aws.ecs.container.arn\" | \"aws.ecs.launchtype\" | \"aws.ecs.task.arn\" | \"aws.ecs.task.family\" | \"aws.ecs.task.id\" | \"aws.ecs.task.revision\" | \"aws.eks.cluster.arn\" | \"aws.extended_request_id\" | \"aws.kinesis.stream_name\" | \"aws.lambda.invoked_arn\" | \"aws.lambda.resource_mapping.id\" | \"aws.log.group.arns\" | \"aws.log.group.names\" | \"aws.log.stream.arns\" | \"aws.log.stream.names\" | \"aws.request_id\" | \"aws.s3.bucket\" | \"aws.s3.copy_source\" | \"aws.s3.delete\" | \"aws.s3.key\" | \"aws.s3.part_number\" | \"aws.s3.upload_id\" | \"aws.secretsmanager.secret.arn\" | \"aws.sns.topic.arn\" | \"aws.sqs.queue.url\" | \"aws.step_functions.activity.arn\" | \"aws.step_functions.state_machine.arn\" | \"azure.client.id\" | \"azure.cosmosdb.connection.mode\" | \"azure.cosmosdb.consistency.level\" | \"azure.cosmosdb.operation.contacted_regions\" | \"azure.cosmosdb.operation.request_charge\" | \"azure.cosmosdb.request.body.size\" | \"azure.cosmosdb.response.sub_status_code\" | \"azure.resource_provider.namespace\" | \"azure.service.request.id\" | \"body.structured\" | \"body.text\" | \"browser.brands\" | \"browser.language\" | \"browser.mobile\" | \"browser.platform\" | \"cassandra.consistency.level\" | \"cassandra.coordinator.dc\" | \"cassandra.coordinator.id\" | \"cassandra.page.size\" | \"cassandra.query.idempotent\" | \"cassandra.speculative_execution.count\" | \"cicd.pipeline.action.name\" | \"cicd.pipeline.name\" | \"cicd.pipeline.result\" | \"cicd.pipeline.run.id\" | \"cicd.pipeline.run.state\" | \"cicd.pipeline.run.url.full\" | \"cicd.pipeline.task.name\" | \"cicd.pipeline.task.run.id\" | \"cicd.pipeline.task.run.result\" | \"cicd.pipeline.task.run.url.full\" | \"cicd.pipeline.task.type\" | \"cicd.system.component\" | \"cicd.worker.id\" | \"cicd.worker.name\" | \"cicd.worker.state\" | \"cicd.worker.url.full\" | \"cloud.platform\" | \"cloud.resource_id\" | \"cloudevents.event_id\" | \"cloudevents.event_source\" | \"cloudevents.event_spec_version\" | \"cloudevents.event_subject\" | \"cloudevents.event_type\" | \"cloudfoundry.app.id\" | \"cloudfoundry.app.instance.id\" | \"cloudfoundry.app.name\" | \"cloudfoundry.org.id\" | \"cloudfoundry.org.name\" | \"cloudfoundry.process.id\" | \"cloudfoundry.process.type\" | \"cloudfoundry.space.id\" | \"cloudfoundry.space.name\" | \"cloudfoundry.system.id\" | \"cloudfoundry.system.instance.id\" | \"code.column.number\" | \"code.file.path\" | \"code.function.name\" | \"code.line.number\" | \"code.stacktrace\" | \"container.command\" | \"container.command_args\" | \"container.command_line\" | \"container.csi.plugin.name\" | \"container.csi.volume.id\" | \"container.image.id\" | \"container.image.repo_digests\" | \"container.image.tags\" | \"container.label\" | \"container.runtime.description\" | \"container.runtime.name\" | \"container.runtime.version\" | \"cpu.logical_number\" | \"cpu.mode\" | \"cpython.gc.generation\" | \"db.client.connection.pool.name\" | \"db.client.connection.state\" | \"db.collection.name\" | \"db.namespace\" | \"db.operation.batch.size\" | \"db.operation.name\" | \"db.operation.parameter\" | \"db.query.parameter\" | \"db.query.summary\" | \"db.query.text\" | \"db.response.returned_rows\" | \"db.response.status_code\" | \"db.stored_procedure.name\" | \"db.system.name\" | \"deployment.environment.name\" | \"deployment.id\" | \"deployment.name\" | \"deployment.status\" | \"disk.io.direction\" | \"dotnet.gc.heap.generation\" | \"dropped_attributes_count\" | \"dropped_events_count\" | \"dropped_links_count\" | \"elasticsearch.node.name\" | \"enduser.id\" | \"enduser.pseudo.id\" | \"event_name\" | \"exception.message\" | \"exception.stacktrace\" | \"exception.type\" | \"faas.cron\" | \"faas.document.collection\" | \"faas.document.name\" | \"faas.document.operation\" | \"faas.document.time\" | \"faas.instance\" | \"faas.invocation_id\" | \"faas.invoked_name\" | \"faas.invoked_provider\" | \"faas.invoked_region\" | \"faas.max_memory\" | \"faas.time\" | \"faas.trigger\" | \"feature_flag.context.id\" | \"feature_flag.key\" | \"feature_flag.provider.name\" | \"feature_flag.result.reason\" | \"feature_flag.result.value\" | \"feature_flag.result.variant\" | \"feature_flag.set.id\" | \"feature_flag.version\" | \"file.changed\" | \"file.group.id\" | \"file.group.name\" | \"file.modified\" | \"file.owner.id\" | \"file.owner.name\" | \"file.symbolic_link.target_path\" | \"gcp.apphub.application.container\" | \"gcp.apphub.application.id\" | \"gcp.apphub.application.location\" | \"gcp.apphub.service.criticality_type\" | \"gcp.apphub.service.environment_type\" | \"gcp.apphub.service.id\" | \"gcp.apphub.workload.criticality_type\" | \"gcp.apphub.workload.environment_type\" | \"gcp.apphub.workload.id\" | \"gcp.apphub_destination.application.container\" | \"gcp.apphub_destination.application.id\" | \"gcp.apphub_destination.application.location\" | \"gcp.apphub_destination.service.criticality_type\" | \"gcp.apphub_destination.service.environment_type\" | \"gcp.apphub_destination.service.id\" | \"gcp.apphub_destination.workload.criticality_type\" | \"gcp.apphub_destination.workload.environment_type\" | \"gcp.apphub_destination.workload.id\" | \"gcp.client.service\" | \"gcp.cloud_run.job.execution\" | \"gcp.cloud_run.job.task_index\" | \"gcp.gce.instance.hostname\" | \"gcp.gce.instance.name\" | \"gen_ai.agent.description\" | \"gen_ai.agent.id\" | \"gen_ai.agent.name\" | \"gen_ai.conversation.id\" | \"gen_ai.data_source.id\" | \"gen_ai.embeddings.dimension.count\" | \"gen_ai.evaluation.explanation\" | \"gen_ai.evaluation.name\" | \"gen_ai.evaluation.score.label\" | \"gen_ai.evaluation.score.value\" | \"gen_ai.input.messages\" | \"gen_ai.operation.name\" | \"gen_ai.output.messages\" | \"gen_ai.output.type\" | \"gen_ai.provider.name\" | \"gen_ai.request.choice.count\" | \"gen_ai.request.encoding_formats\" | \"gen_ai.request.frequency_penalty\" | \"gen_ai.request.max_tokens\" | \"gen_ai.request.model\" | \"gen_ai.request.presence_penalty\" | \"gen_ai.request.seed\" | \"gen_ai.request.stop_sequences\" | \"gen_ai.request.temperature\" | \"gen_ai.request.top_k\" | \"gen_ai.request.top_p\" | \"gen_ai.response.finish_reasons\" | \"gen_ai.response.id\" | \"gen_ai.response.model\" | \"gen_ai.system_instructions\" | \"gen_ai.token.type\" | \"gen_ai.tool.call.arguments\" | \"gen_ai.tool.call.id\" | \"gen_ai.tool.call.result\" | \"gen_ai.tool.definitions\" | \"gen_ai.tool.description\" | \"gen_ai.tool.name\" | \"gen_ai.tool.type\" | \"gen_ai.usage.input_tokens\" | \"gen_ai.usage.output_tokens\" | \"geo.continent.code\" | \"geo.country.iso_code\" | \"geo.locality.name\" | \"geo.location.lat\" | \"geo.location.lon\" | \"geo.postal_code\" | \"geo.region.iso_code\" | \"go.memory.type\" | \"graphql.document\" | \"graphql.operation.name\" | \"graphql.operation.type\" | \"heroku.app.id\" | \"heroku.release.commit\" | \"heroku.release.creation_timestamp\" | \"host.arch\" | \"host.cpu.cache.l2.size\" | \"host.cpu.family\" | \"host.cpu.model.id\" | \"host.cpu.model.name\" | \"host.cpu.stepping\" | \"host.cpu.vendor.id\" | \"host.image.id\" | \"host.image.name\" | \"host.image.version\" | \"http.connection.state\" | \"http.request.body.size\" | \"http.request.header\" | \"http.request.method_original\" | \"http.request.resend_count\" | \"http.request.size\" | \"http.response.body.size\" | \"http.response.header\" | \"http.response.size\" | \"http.route\" | \"hw.battery.capacity\" | \"hw.battery.chemistry\" | \"hw.battery.state\" | \"hw.bios_version\" | \"hw.driver_version\" | \"hw.enclosure.type\" | \"hw.firmware_version\" | \"hw.gpu.task\" | \"hw.id\" | \"hw.limit_type\" | \"hw.logical_disk.raid_level\" | \"hw.logical_disk.state\" | \"hw.memory.type\" | \"hw.model\" | \"hw.name\" | \"hw.network.logical_addresses\" | \"hw.network.physical_address\" | \"hw.parent\" | \"hw.physical_disk.smart_attribute\" | \"hw.physical_disk.state\" | \"hw.physical_disk.type\" | \"hw.sensor_location\" | \"hw.serial_number\" | \"hw.state\" | \"hw.tape_drive.operation_type\" | \"hw.type\" | \"hw.vendor\" | \"ios.app.state\" | \"jsonrpc.protocol.version\" | \"jsonrpc.request.id\" | \"jvm.buffer.pool.name\" | \"jvm.gc.action\" | \"jvm.gc.cause\" | \"jvm.gc.name\" | \"jvm.memory.pool.name\" | \"jvm.memory.type\" | \"jvm.thread.daemon\" | \"jvm.thread.state\" | \"k8s.cluster.name\" | \"k8s.cluster.uid\" | \"k8s.container.name\" | \"k8s.container.restart_count\" | \"k8s.container.status.last_terminated_reason\" | \"k8s.container.status.reason\" | \"k8s.container.status.state\" | \"k8s.cronjob.annotation\" | \"k8s.cronjob.label\" | \"k8s.cronjob.name\" | \"k8s.cronjob.uid\" | \"k8s.daemonset.annotation\" | \"k8s.daemonset.label\" | \"k8s.daemonset.name\" | \"k8s.daemonset.uid\" | \"k8s.deployment.annotation\" | \"k8s.deployment.label\" | \"k8s.deployment.name\" | \"k8s.deployment.uid\" | \"k8s.hpa.metric.type\" | \"k8s.hpa.name\" | \"k8s.hpa.scaletargetref.api_version\" | \"k8s.hpa.scaletargetref.kind\" | \"k8s.hpa.scaletargetref.name\" | \"k8s.hpa.uid\" | \"k8s.hugepage.size\" | \"k8s.job.annotation\" | \"k8s.job.label\" | \"k8s.job.name\" | \"k8s.job.uid\" | \"k8s.namespace.annotation\" | \"k8s.namespace.label\" | \"k8s.namespace.name\" | \"k8s.namespace.phase\" | \"k8s.node.annotation\" | \"k8s.node.condition.status\" | \"k8s.node.condition.type\" | \"k8s.node.label\" | \"k8s.node.name\" | \"k8s.node.uid\" | \"k8s.pod.annotation\" | \"k8s.pod.hostname\" | \"k8s.pod.ip\" | \"k8s.pod.label\" | \"k8s.pod.name\" | \"k8s.pod.start_time\" | \"k8s.pod.status.phase\" | \"k8s.pod.status.reason\" | \"k8s.pod.uid\" | \"k8s.replicaset.annotation\" | \"k8s.replicaset.label\" | \"k8s.replicaset.name\" | \"k8s.replicaset.uid\" | \"k8s.replicationcontroller.name\" | \"k8s.replicationcontroller.uid\" | \"k8s.resourcequota.name\" | \"k8s.resourcequota.resource_name\" | \"k8s.resourcequota.uid\" | \"k8s.statefulset.annotation\" | \"k8s.statefulset.label\" | \"k8s.statefulset.name\" | \"k8s.statefulset.uid\" | \"k8s.storageclass.name\" | \"k8s.volume.name\" | \"k8s.volume.type\" | \"links\" | \"links.attributes\" | \"links.dropped_attributes_count\" | \"links.span_id\" | \"links.trace_id\" | \"links.trace_state\" | \"log.file.name\" | \"log.file.name_resolved\" | \"log.file.path_resolved\" | \"log.iostream\" | \"log.record.original\" | \"log.record.uid\" | \"mainframe.lpar.name\" | \"messaging.batch.message_count\" | \"messaging.client.id\" | \"messaging.consumer.group.name\" | \"messaging.destination.anonymous\" | \"messaging.destination.name\" | \"messaging.destination.partition.id\" | \"messaging.destination.subscription.name\" | \"messaging.destination.template\" | \"messaging.destination.temporary\" | \"messaging.eventhubs.message.enqueued_time\" | \"messaging.gcp_pubsub.message.ack_deadline\" | \"messaging.gcp_pubsub.message.ack_id\" | \"messaging.gcp_pubsub.message.delivery_attempt\" | \"messaging.gcp_pubsub.message.ordering_key\" | \"messaging.kafka.message.key\" | \"messaging.kafka.message.tombstone\" | \"messaging.kafka.offset\" | \"messaging.message.body.size\" | \"messaging.message.conversation_id\" | \"messaging.message.envelope.size\" | \"messaging.message.id\" | \"messaging.operation.name\" | \"messaging.operation.type\" | \"messaging.rabbitmq.destination.routing_key\" | \"messaging.rabbitmq.message.delivery_tag\" | \"messaging.rocketmq.consumption_model\" | \"messaging.rocketmq.message.delay_time_level\" | \"messaging.rocketmq.message.delivery_timestamp\" | \"messaging.rocketmq.message.group\" | \"messaging.rocketmq.message.keys\" | \"messaging.rocketmq.message.tag\" | \"messaging.rocketmq.message.type\" | \"messaging.rocketmq.namespace\" | \"messaging.servicebus.disposition_status\" | \"messaging.servicebus.message.delivery_count\" | \"messaging.servicebus.message.enqueued_time\" | \"messaging.system\" | \"metrics.aspnetcore.authentication.authenticate.duration\" | \"metrics.aspnetcore.authentication.challenges\" | \"metrics.aspnetcore.authentication.forbids\" | \"metrics.aspnetcore.authentication.sign_ins\" | \"metrics.aspnetcore.authentication.sign_outs\" | \"metrics.aspnetcore.authorization.attempts\" | \"metrics.aspnetcore.diagnostics.exceptions\" | \"metrics.aspnetcore.identity.sign_in.authenticate.duration\" | \"metrics.aspnetcore.identity.sign_in.check_password_attempts\" | \"metrics.aspnetcore.identity.sign_in.sign_ins\" | \"metrics.aspnetcore.identity.sign_in.sign_outs\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_forgotten\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_remembered\" | \"metrics.aspnetcore.identity.user.check_password_attempts\" | \"metrics.aspnetcore.identity.user.create.duration\" | \"metrics.aspnetcore.identity.user.delete.duration\" | \"metrics.aspnetcore.identity.user.generated_tokens\" | \"metrics.aspnetcore.identity.user.update.duration\" | \"metrics.aspnetcore.identity.user.verify_token_attempts\" | \"metrics.aspnetcore.memory_pool.allocated\" | \"metrics.aspnetcore.memory_pool.evicted\" | \"metrics.aspnetcore.memory_pool.pooled\" | \"metrics.aspnetcore.memory_pool.rented\" | \"metrics.aspnetcore.rate_limiting.active_request_leases\" | \"metrics.aspnetcore.rate_limiting.queued_requests\" | \"metrics.aspnetcore.rate_limiting.request.time_in_queue\" | \"metrics.aspnetcore.rate_limiting.request_lease.duration\" | \"metrics.aspnetcore.rate_limiting.requests\" | \"metrics.aspnetcore.routing.match_attempts\" | \"metrics.azure.cosmosdb.client.active_instance.count\" | \"metrics.azure.cosmosdb.client.operation.request_charge\" | \"metrics.cicd.pipeline.run.active\" | \"metrics.cicd.pipeline.run.duration\" | \"metrics.cicd.pipeline.run.errors\" | \"metrics.cicd.system.errors\" | \"metrics.cicd.worker.count\" | \"metrics.container.cpu.time\" | \"metrics.container.cpu.usage\" | \"metrics.container.disk.io\" | \"metrics.container.filesystem.available\" | \"metrics.container.filesystem.capacity\" | \"metrics.container.filesystem.usage\" | \"metrics.container.memory.available\" | \"metrics.container.memory.paging.faults\" | \"metrics.container.memory.rss\" | \"metrics.container.memory.usage\" | \"metrics.container.memory.working_set\" | \"metrics.container.network.io\" | \"metrics.container.uptime\" | \"metrics.cpython.gc.collected_objects\" | \"metrics.cpython.gc.collections\" | \"metrics.cpython.gc.uncollectable_objects\" | \"metrics.db.client.connection.count\" | \"metrics.db.client.connection.create_time\" | \"metrics.db.client.connection.idle.max\" | \"metrics.db.client.connection.idle.min\" | \"metrics.db.client.connection.max\" | \"metrics.db.client.connection.pending_requests\" | \"metrics.db.client.connection.timeouts\" | \"metrics.db.client.connection.use_time\" | \"metrics.db.client.connection.wait_time\" | \"metrics.db.client.operation.duration\" | \"metrics.db.client.response.returned_rows\" | \"metrics.dns.lookup.duration\" | \"metrics.dotnet.assembly.count\" | \"metrics.dotnet.exceptions\" | \"metrics.dotnet.gc.collections\" | \"metrics.dotnet.gc.heap.total_allocated\" | \"metrics.dotnet.gc.last_collection.heap.fragmentation.size\" | \"metrics.dotnet.gc.last_collection.heap.size\" | \"metrics.dotnet.gc.last_collection.memory.committed_size\" | \"metrics.dotnet.gc.pause.time\" | \"metrics.dotnet.jit.compilation.time\" | \"metrics.dotnet.jit.compiled_il.size\" | \"metrics.dotnet.jit.compiled_methods\" | \"metrics.dotnet.monitor.lock_contentions\" | \"metrics.dotnet.process.cpu.count\" | \"metrics.dotnet.process.cpu.time\" | \"metrics.dotnet.process.memory.working_set\" | \"metrics.dotnet.thread_pool.queue.length\" | \"metrics.dotnet.thread_pool.thread.count\" | \"metrics.dotnet.thread_pool.work_item.count\" | \"metrics.dotnet.timer.count\" | \"metrics.faas.coldstarts\" | \"metrics.faas.cpu_usage\" | \"metrics.faas.errors\" | \"metrics.faas.init_duration\" | \"metrics.faas.invocations\" | \"metrics.faas.invoke_duration\" | \"metrics.faas.mem_usage\" | \"metrics.faas.net_io\" | \"metrics.faas.timeouts\" | \"metrics.gen_ai.client.operation.duration\" | \"metrics.gen_ai.client.token.usage\" | \"metrics.gen_ai.server.request.duration\" | \"metrics.gen_ai.server.time_per_output_token\" | \"metrics.gen_ai.server.time_to_first_token\" | \"metrics.go.config.gogc\" | \"metrics.go.goroutine.count\" | \"metrics.go.memory.allocated\" | \"metrics.go.memory.allocations\" | \"metrics.go.memory.gc.goal\" | \"metrics.go.memory.limit\" | \"metrics.go.memory.used\" | \"metrics.go.processor.limit\" | \"metrics.go.schedule.duration\" | \"metrics.http.client.active_requests\" | \"metrics.http.client.connection.duration\" | \"metrics.http.client.open_connections\" | \"metrics.http.client.request.body.size\" | \"metrics.http.client.request.duration\" | \"metrics.http.client.response.body.size\" | \"metrics.http.server.active_requests\" | \"metrics.http.server.request.body.size\" | \"metrics.http.server.request.duration\" | \"metrics.http.server.response.body.size\" | \"metrics.hw.battery.charge\" | \"metrics.hw.battery.charge.limit\" | \"metrics.hw.battery.time_left\" | \"metrics.hw.cpu.speed\" | \"metrics.hw.cpu.speed.limit\" | \"metrics.hw.energy\" | \"metrics.hw.errors\" | \"metrics.hw.fan.speed\" | \"metrics.hw.fan.speed.limit\" | \"metrics.hw.fan.speed_ratio\" | \"metrics.hw.gpu.io\" | \"metrics.hw.gpu.memory.limit\" | \"metrics.hw.gpu.memory.usage\" | \"metrics.hw.gpu.memory.utilization\" | \"metrics.hw.gpu.utilization\" | \"metrics.hw.host.ambient_temperature\" | \"metrics.hw.host.energy\" | \"metrics.hw.host.heating_margin\" | \"metrics.hw.host.power\" | \"metrics.hw.logical_disk.limit\" | \"metrics.hw.logical_disk.usage\" | \"metrics.hw.logical_disk.utilization\" | \"metrics.hw.memory.size\" | \"metrics.hw.network.bandwidth.limit\" | \"metrics.hw.network.bandwidth.utilization\" | \"metrics.hw.network.io\" | \"metrics.hw.network.packets\" | \"metrics.hw.network.up\" | \"metrics.hw.physical_disk.endurance_utilization\" | \"metrics.hw.physical_disk.size\" | \"metrics.hw.physical_disk.smart\" | \"metrics.hw.power\" | \"metrics.hw.power_supply.limit\" | \"metrics.hw.power_supply.usage\" | \"metrics.hw.power_supply.utilization\" | \"metrics.hw.status\" | \"metrics.hw.tape_drive.operations\" | \"metrics.hw.temperature\" | \"metrics.hw.temperature.limit\" | \"metrics.hw.voltage\" | \"metrics.hw.voltage.limit\" | \"metrics.hw.voltage.nominal\" | \"metrics.jvm.buffer.count\" | \"metrics.jvm.buffer.memory.limit\" | \"metrics.jvm.buffer.memory.used\" | \"metrics.jvm.class.count\" | \"metrics.jvm.class.loaded\" | \"metrics.jvm.class.unloaded\" | \"metrics.jvm.cpu.count\" | \"metrics.jvm.cpu.recent_utilization\" | \"metrics.jvm.cpu.time\" | \"metrics.jvm.file_descriptor.count\" | \"metrics.jvm.gc.duration\" | \"metrics.jvm.memory.committed\" | \"metrics.jvm.memory.init\" | \"metrics.jvm.memory.limit\" | \"metrics.jvm.memory.used\" | \"metrics.jvm.memory.used_after_last_gc\" | \"metrics.jvm.system.cpu.load_1m\" | \"metrics.jvm.system.cpu.utilization\" | \"metrics.jvm.thread.count\" | \"metrics.k8s.container.cpu.limit\" | \"metrics.k8s.container.cpu.limit_utilization\" | \"metrics.k8s.container.cpu.request\" | \"metrics.k8s.container.cpu.request_utilization\" | \"metrics.k8s.container.ephemeral_storage.limit\" | \"metrics.k8s.container.ephemeral_storage.request\" | \"metrics.k8s.container.memory.limit\" | \"metrics.k8s.container.memory.request\" | \"metrics.k8s.container.ready\" | \"metrics.k8s.container.restart.count\" | \"metrics.k8s.container.status.reason\" | \"metrics.k8s.container.status.state\" | \"metrics.k8s.container.storage.limit\" | \"metrics.k8s.container.storage.request\" | \"metrics.k8s.cronjob.job.active\" | \"metrics.k8s.daemonset.node.current_scheduled\" | \"metrics.k8s.daemonset.node.desired_scheduled\" | \"metrics.k8s.daemonset.node.misscheduled\" | \"metrics.k8s.daemonset.node.ready\" | \"metrics.k8s.deployment.pod.available\" | \"metrics.k8s.deployment.pod.desired\" | \"metrics.k8s.hpa.metric.target.cpu.average_utilization\" | \"metrics.k8s.hpa.metric.target.cpu.average_value\" | \"metrics.k8s.hpa.metric.target.cpu.value\" | \"metrics.k8s.hpa.pod.current\" | \"metrics.k8s.hpa.pod.desired\" | \"metrics.k8s.hpa.pod.max\" | \"metrics.k8s.hpa.pod.min\" | \"metrics.k8s.job.pod.active\" | \"metrics.k8s.job.pod.desired_successful\" | \"metrics.k8s.job.pod.failed\" | \"metrics.k8s.job.pod.max_parallel\" | \"metrics.k8s.job.pod.successful\" | \"metrics.k8s.namespace.phase\" | \"metrics.k8s.node.condition.status\" | \"metrics.k8s.node.cpu.allocatable\" | \"metrics.k8s.node.cpu.time\" | \"metrics.k8s.node.cpu.usage\" | \"metrics.k8s.node.ephemeral_storage.allocatable\" | \"metrics.k8s.node.filesystem.available\" | \"metrics.k8s.node.filesystem.capacity\" | \"metrics.k8s.node.filesystem.usage\" | \"metrics.k8s.node.memory.allocatable\" | \"metrics.k8s.node.memory.available\" | \"metrics.k8s.node.memory.paging.faults\" | \"metrics.k8s.node.memory.rss\" | \"metrics.k8s.node.memory.usage\" | \"metrics.k8s.node.memory.working_set\" | \"metrics.k8s.node.network.errors\" | \"metrics.k8s.node.network.io\" | \"metrics.k8s.node.pod.allocatable\" | \"metrics.k8s.node.uptime\" | \"metrics.k8s.pod.cpu.time\" | \"metrics.k8s.pod.cpu.usage\" | \"metrics.k8s.pod.filesystem.available\" | \"metrics.k8s.pod.filesystem.capacity\" | \"metrics.k8s.pod.filesystem.usage\" | \"metrics.k8s.pod.memory.available\" | \"metrics.k8s.pod.memory.paging.faults\" | \"metrics.k8s.pod.memory.rss\" | \"metrics.k8s.pod.memory.usage\" | \"metrics.k8s.pod.memory.working_set\" | \"metrics.k8s.pod.network.errors\" | \"metrics.k8s.pod.network.io\" | \"metrics.k8s.pod.status.phase\" | \"metrics.k8s.pod.status.reason\" | \"metrics.k8s.pod.uptime\" | \"metrics.k8s.pod.volume.available\" | \"metrics.k8s.pod.volume.capacity\" | \"metrics.k8s.pod.volume.inode.count\" | \"metrics.k8s.pod.volume.inode.free\" | \"metrics.k8s.pod.volume.inode.used\" | \"metrics.k8s.pod.volume.usage\" | \"metrics.k8s.replicaset.pod.available\" | \"metrics.k8s.replicaset.pod.desired\" | \"metrics.k8s.replicationcontroller.pod.available\" | \"metrics.k8s.replicationcontroller.pod.desired\" | \"metrics.k8s.resourcequota.cpu.limit.hard\" | \"metrics.k8s.resourcequota.cpu.limit.used\" | \"metrics.k8s.resourcequota.cpu.request.hard\" | \"metrics.k8s.resourcequota.cpu.request.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.used\" | \"metrics.k8s.resourcequota.hugepage_count.request.hard\" | \"metrics.k8s.resourcequota.hugepage_count.request.used\" | \"metrics.k8s.resourcequota.memory.limit.hard\" | \"metrics.k8s.resourcequota.memory.limit.used\" | \"metrics.k8s.resourcequota.memory.request.hard\" | \"metrics.k8s.resourcequota.memory.request.used\" | \"metrics.k8s.resourcequota.object_count.hard\" | \"metrics.k8s.resourcequota.object_count.used\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.hard\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.used\" | \"metrics.k8s.resourcequota.storage.request.hard\" | \"metrics.k8s.resourcequota.storage.request.used\" | \"metrics.k8s.statefulset.pod.current\" | \"metrics.k8s.statefulset.pod.desired\" | \"metrics.k8s.statefulset.pod.ready\" | \"metrics.k8s.statefulset.pod.updated\" | \"metrics.kestrel.active_connections\" | \"metrics.kestrel.active_tls_handshakes\" | \"metrics.kestrel.connection.duration\" | \"metrics.kestrel.queued_connections\" | \"metrics.kestrel.queued_requests\" | \"metrics.kestrel.rejected_connections\" | \"metrics.kestrel.tls_handshake.duration\" | \"metrics.kestrel.upgraded_connections\" | \"metrics.messaging.attributes\" | \"metrics.messaging.client.consumed.messages\" | \"metrics.messaging.client.operation.duration\" | \"metrics.messaging.client.sent.messages\" | \"metrics.messaging.consumer.attributes\" | \"metrics.messaging.process.duration\" | \"metrics.nfs.client.net.count\" | \"metrics.nfs.client.net.tcp.connection.accepted\" | \"metrics.nfs.client.operation.count\" | \"metrics.nfs.client.procedure.count\" | \"metrics.nfs.client.rpc.authrefresh.count\" | \"metrics.nfs.client.rpc.count\" | \"metrics.nfs.client.rpc.retransmit.count\" | \"metrics.nfs.server.fh.stale.count\" | \"metrics.nfs.server.io\" | \"metrics.nfs.server.net.count\" | \"metrics.nfs.server.net.tcp.connection.accepted\" | \"metrics.nfs.server.operation.count\" | \"metrics.nfs.server.procedure.count\" | \"metrics.nfs.server.repcache.requests\" | \"metrics.nfs.server.rpc.count\" | \"metrics.nfs.server.thread.count\" | \"metrics.nodejs.eventloop.delay.max\" | \"metrics.nodejs.eventloop.delay.mean\" | \"metrics.nodejs.eventloop.delay.min\" | \"metrics.nodejs.eventloop.delay.p50\" | \"metrics.nodejs.eventloop.delay.p90\" | \"metrics.nodejs.eventloop.delay.p99\" | \"metrics.nodejs.eventloop.delay.stddev\" | \"metrics.nodejs.eventloop.time\" | \"metrics.nodejs.eventloop.utilization\" | \"metrics.openshift.clusterquota.cpu.limit.hard\" | \"metrics.openshift.clusterquota.cpu.limit.used\" | \"metrics.openshift.clusterquota.cpu.request.hard\" | \"metrics.openshift.clusterquota.cpu.request.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.used\" | \"metrics.openshift.clusterquota.hugepage_count.request.hard\" | \"metrics.openshift.clusterquota.hugepage_count.request.used\" | \"metrics.openshift.clusterquota.memory.limit.hard\" | \"metrics.openshift.clusterquota.memory.limit.used\" | \"metrics.openshift.clusterquota.memory.request.hard\" | \"metrics.openshift.clusterquota.memory.request.used\" | \"metrics.openshift.clusterquota.object_count.hard\" | \"metrics.openshift.clusterquota.object_count.used\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.hard\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.used\" | \"metrics.openshift.clusterquota.storage.request.hard\" | \"metrics.openshift.clusterquota.storage.request.used\" | \"metrics.otel.sdk.exporter.log.exported\" | \"metrics.otel.sdk.exporter.log.inflight\" | \"metrics.otel.sdk.exporter.metric_data_point.exported\" | \"metrics.otel.sdk.exporter.metric_data_point.inflight\" | \"metrics.otel.sdk.exporter.operation.duration\" | \"metrics.otel.sdk.exporter.span.exported\" | \"metrics.otel.sdk.exporter.span.inflight\" | \"metrics.otel.sdk.log.created\" | \"metrics.otel.sdk.metric_reader.collection.duration\" | \"metrics.otel.sdk.processor.log.processed\" | \"metrics.otel.sdk.processor.log.queue.capacity\" | \"metrics.otel.sdk.processor.log.queue.size\" | \"metrics.otel.sdk.processor.span.processed\" | \"metrics.otel.sdk.processor.span.queue.capacity\" | \"metrics.otel.sdk.processor.span.queue.size\" | \"metrics.otel.sdk.span.live\" | \"metrics.otel.sdk.span.started\" | \"metrics.process.context_switches\" | \"metrics.process.cpu.time\" | \"metrics.process.cpu.utilization\" | \"metrics.process.disk.io\" | \"metrics.process.memory.usage\" | \"metrics.process.memory.virtual\" | \"metrics.process.network.io\" | \"metrics.process.paging.faults\" | \"metrics.process.thread.count\" | \"metrics.process.unix.file_descriptor.count\" | \"metrics.process.uptime\" | \"metrics.process.windows.handle.count\" | \"metrics.rpc.client.call.duration\" | \"metrics.rpc.client.request.size\" | \"metrics.rpc.client.response.size\" | \"metrics.rpc.server.call.duration\" | \"metrics.rpc.server.request.size\" | \"metrics.rpc.server.response.size\" | \"metrics.signalr.server.active_connections\" | \"metrics.signalr.server.connection.duration\" | \"metrics.system.cpu.frequency\" | \"metrics.system.cpu.logical.count\" | \"metrics.system.cpu.physical.count\" | \"metrics.system.cpu.time\" | \"metrics.system.cpu.utilization\" | \"metrics.system.disk.io\" | \"metrics.system.disk.io_time\" | \"metrics.system.disk.limit\" | \"metrics.system.disk.merged\" | \"metrics.system.disk.operation_time\" | \"metrics.system.disk.operations\" | \"metrics.system.filesystem.limit\" | \"metrics.system.filesystem.usage\" | \"metrics.system.filesystem.utilization\" | \"metrics.system.memory.limit\" | \"metrics.system.memory.linux.available\" | \"metrics.system.memory.linux.slab.usage\" | \"metrics.system.memory.shared\" | \"metrics.system.memory.usage\" | \"metrics.system.memory.utilization\" | \"metrics.system.network.connection.count\" | \"metrics.system.network.errors\" | \"metrics.system.network.io\" | \"metrics.system.network.packet.count\" | \"metrics.system.network.packet.dropped\" | \"metrics.system.paging.faults\" | \"metrics.system.paging.operations\" | \"metrics.system.paging.usage\" | \"metrics.system.paging.utilization\" | \"metrics.system.process.count\" | \"metrics.system.process.created\" | \"metrics.system.uptime\" | \"metrics.v8js.gc.duration\" | \"metrics.v8js.memory.heap.limit\" | \"metrics.v8js.memory.heap.space.available_size\" | \"metrics.v8js.memory.heap.space.physical_size\" | \"metrics.v8js.memory.heap.used\" | \"metrics.vcs.change.count\" | \"metrics.vcs.change.duration\" | \"metrics.vcs.change.time_to_approval\" | \"metrics.vcs.change.time_to_merge\" | \"metrics.vcs.contributor.count\" | \"metrics.vcs.ref.count\" | \"metrics.vcs.ref.lines_delta\" | \"metrics.vcs.ref.revisions_delta\" | \"metrics.vcs.ref.time\" | \"metrics.vcs.repository.count\" | \"network.carrier.icc\" | \"network.carrier.mcc\" | \"network.carrier.mnc\" | \"network.carrier.name\" | \"network.connection.state\" | \"network.connection.subtype\" | \"network.connection.type\" | \"network.interface.name\" | \"network.io.direction\" | \"network.local.address\" | \"network.local.port\" | \"network.peer.address\" | \"network.peer.port\" | \"network.protocol.name\" | \"network.protocol.version\" | \"nfs.operation.name\" | \"nfs.server.repcache.status\" | \"nodejs.eventloop.state\" | \"observed_timestamp\" | \"oci.manifest.digest\" | \"onc_rpc.procedure.name\" | \"onc_rpc.procedure.number\" | \"onc_rpc.program.name\" | \"onc_rpc.version\" | \"openai.request.service_tier\" | \"openai.response.service_tier\" | \"openai.response.system_fingerprint\" | \"openshift.clusterquota.name\" | \"openshift.clusterquota.uid\" | \"opentracing.ref_type\" | \"os.build_id\" | \"os.description\" | \"os.name\" | \"os.type\" | \"os.version\" | \"otel.component.name\" | \"otel.component.type\" | \"otel.event.name\" | \"otel.scope.name\" | \"otel.scope.schema_url\" | \"otel.scope.version\" | \"otel.span.parent.origin\" | \"otel.span.sampling_result\" | \"otel.status_code\" | \"otel.status_description\" | \"parent_span_id\" | \"peer.service\" | \"pprof.location.is_folded\" | \"pprof.mapping.has_filenames\" | \"pprof.mapping.has_functions\" | \"pprof.mapping.has_inline_frames\" | \"pprof.mapping.has_line_numbers\" | \"pprof.profile.comment\" | \"process.command\" | \"process.command_args\" | \"process.context_switch.type\" | \"process.creation.time\" | \"process.environment_variable\" | \"process.executable.build_id.gnu\" | \"process.executable.build_id.go\" | \"process.executable.build_id.htlhash\" | \"process.executable.name\" | \"process.executable.path\" | \"process.exit.code\" | \"process.exit.time\" | \"process.linux.cgroup\" | \"process.owner\" | \"process.parent_pid\" | \"process.runtime.description\" | \"process.runtime.name\" | \"process.runtime.version\" | \"process.state\" | \"profile.frame.type\" | \"resource.dropped_attributes_count\" | \"resource.schema_url\" | \"rpc.message.compressed_size\" | \"rpc.message.id\" | \"rpc.message.type\" | \"rpc.message.uncompressed_size\" | \"rpc.method\" | \"rpc.request.metadata\" | \"rpc.response.metadata\" | \"rpc.response.status_code\" | \"rpc.service\" | \"rpc.system.name\" | \"scope.dropped_attributes_count\" | \"scope.name\" | \"scope.schema_url\" | \"scope.version\" | \"security_rule.category\" | \"security_rule.description\" | \"security_rule.license\" | \"security_rule.name\" | \"security_rule.reference\" | \"security_rule.ruleset.name\" | \"security_rule.uuid\" | \"security_rule.version\" | \"service.instance.id\" | \"service.namespace\" | \"session.id\" | \"session.previous_id\" | \"severity_number\" | \"severity_text\" | \"signalr.connection.status\" | \"signalr.transport\" | \"span_id\" | \"start_timestamp\" | \"status.code\" | \"status.message\" | \"system.device\" | \"system.filesystem.mode\" | \"system.filesystem.mountpoint\" | \"system.filesystem.state\" | \"system.filesystem.type\" | \"system.memory.linux.slab.state\" | \"system.memory.state\" | \"system.paging.direction\" | \"system.paging.fault.type\" | \"system.paging.state\" | \"telemetry.distro.name\" | \"telemetry.distro.version\" | \"telemetry.sdk.language\" | \"telemetry.sdk.name\" | \"telemetry.sdk.version\" | \"test.case.name\" | \"test.case.result.status\" | \"test.suite.name\" | \"test.suite.run.status\" | \"thread.id\" | \"thread.name\" | \"tls.protocol.name\" | \"tls.protocol.version\" | \"trace_id\" | \"trace_state\" | \"url.template\" | \"user_agent.synthetic.type\" | \"v8js.gc.type\" | \"v8js.heap.space.name\" | \"vcs.change.id\" | \"vcs.change.state\" | \"vcs.change.title\" | \"vcs.line_change.type\" | \"vcs.owner.name\" | \"vcs.provider.name\" | \"vcs.ref.base.name\" | \"vcs.ref.base.revision\" | \"vcs.ref.base.type\" | \"vcs.ref.head.name\" | \"vcs.ref.head.revision\" | \"vcs.ref.head.type\" | \"vcs.ref.type\" | \"vcs.repository.name\" | \"vcs.repository.url.full\" | \"vcs.revision_delta.direction\" | \"webengine.description\" | \"webengine.name\" | \"webengine.version\" | \"zos.smf.id\" | \"zos.sysplex.name\"" + "\"name\" | \"@timestamp\" | \"status\" | \"duration\" | \"container.id\" | \"host.name\" | \"service.name\" | \"client.address\" | \"client.port\" | \"cloud.account.id\" | \"cloud.availability_zone\" | \"cloud.provider\" | \"cloud.region\" | \"container.image.name\" | \"container.name\" | \"destination.address\" | \"destination.port\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"dns.answers\" | \"dns.question.name\" | \"file.extension\" | \"file.name\" | \"file.size\" | \"error.message\" | \"error.type\" | \"faas.coldstart\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.created\" | \"file.directory\" | \"file.fork_name\" | \"file.inode\" | \"file.mode\" | \"file.path\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.type\" | \"http.request.method\" | \"http.response.status_code\" | \"log.file.path\" | \"network.transport\" | \"network.type\" | \"process.args_count\" | \"process.command_line\" | \"process.group_leader.pid\" | \"process.interactive\" | \"process.pid\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.pid\" | \"process.title\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"server.address\" | \"server.port\" | \"service.version\" | \"source.address\" | \"source.port\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"user.email\" | \"user.full_name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.roles\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.name\" | \"user_agent.os.version\" | \"user_agent.version\" | \"unit\" | \"kind\" | \"android.app.state\" | \"android.os.api_level\" | \"app.build_id\" | \"app.installation.id\" | \"app.jank.frame_count\" | \"app.jank.period\" | \"app.jank.threshold\" | \"app.screen.coordinate.x\" | \"app.screen.coordinate.y\" | \"app.screen.id\" | \"app.screen.name\" | \"app.widget.id\" | \"app.widget.name\" | \"artifact.attestation.filename\" | \"artifact.attestation.hash\" | \"artifact.attestation.id\" | \"artifact.filename\" | \"artifact.hash\" | \"artifact.purl\" | \"artifact.version\" | \"aspnetcore.authentication.result\" | \"aspnetcore.authentication.scheme\" | \"aspnetcore.authorization.policy\" | \"aspnetcore.authorization.result\" | \"aspnetcore.diagnostics.exception.result\" | \"aspnetcore.diagnostics.handler.type\" | \"aspnetcore.identity.error_code\" | \"aspnetcore.identity.password_check_result\" | \"aspnetcore.identity.result\" | \"aspnetcore.identity.sign_in.result\" | \"aspnetcore.identity.sign_in.type\" | \"aspnetcore.identity.token_purpose\" | \"aspnetcore.identity.token_verified\" | \"aspnetcore.identity.user.update_type\" | \"aspnetcore.identity.user_type\" | \"aspnetcore.memory_pool.owner\" | \"aspnetcore.rate_limiting.policy\" | \"aspnetcore.rate_limiting.result\" | \"aspnetcore.request.is_unhandled\" | \"aspnetcore.routing.is_fallback\" | \"aspnetcore.routing.match_status\" | \"aspnetcore.sign_in.is_persistent\" | \"aspnetcore.user.is_authenticated\" | \"aws.bedrock.guardrail.id\" | \"aws.bedrock.knowledge_base.id\" | \"aws.dynamodb.attribute_definitions\" | \"aws.dynamodb.attributes_to_get\" | \"aws.dynamodb.consistent_read\" | \"aws.dynamodb.consumed_capacity\" | \"aws.dynamodb.count\" | \"aws.dynamodb.exclusive_start_table\" | \"aws.dynamodb.global_secondary_index_updates\" | \"aws.dynamodb.global_secondary_indexes\" | \"aws.dynamodb.index_name\" | \"aws.dynamodb.item_collection_metrics\" | \"aws.dynamodb.limit\" | \"aws.dynamodb.local_secondary_indexes\" | \"aws.dynamodb.projection\" | \"aws.dynamodb.provisioned_read_capacity\" | \"aws.dynamodb.provisioned_write_capacity\" | \"aws.dynamodb.scan_forward\" | \"aws.dynamodb.scanned_count\" | \"aws.dynamodb.segment\" | \"aws.dynamodb.select\" | \"aws.dynamodb.table_count\" | \"aws.dynamodb.table_names\" | \"aws.dynamodb.total_segments\" | \"aws.ecs.cluster.arn\" | \"aws.ecs.container.arn\" | \"aws.ecs.launchtype\" | \"aws.ecs.task.arn\" | \"aws.ecs.task.family\" | \"aws.ecs.task.id\" | \"aws.ecs.task.revision\" | \"aws.eks.cluster.arn\" | \"aws.extended_request_id\" | \"aws.kinesis.stream_name\" | \"aws.lambda.invoked_arn\" | \"aws.lambda.resource_mapping.id\" | \"aws.log.group.arns\" | \"aws.log.group.names\" | \"aws.log.stream.arns\" | \"aws.log.stream.names\" | \"aws.request_id\" | \"aws.s3.bucket\" | \"aws.s3.copy_source\" | \"aws.s3.delete\" | \"aws.s3.key\" | \"aws.s3.part_number\" | \"aws.s3.upload_id\" | \"aws.secretsmanager.secret.arn\" | \"aws.sns.topic.arn\" | \"aws.sqs.queue.url\" | \"aws.step_functions.activity.arn\" | \"aws.step_functions.state_machine.arn\" | \"azure.client.id\" | \"azure.cosmosdb.connection.mode\" | \"azure.cosmosdb.consistency.level\" | \"azure.cosmosdb.operation.contacted_regions\" | \"azure.cosmosdb.operation.request_charge\" | \"azure.cosmosdb.request.body.size\" | \"azure.cosmosdb.response.sub_status_code\" | \"azure.resource_provider.namespace\" | \"azure.service.request.id\" | \"body.structured\" | \"body.text\" | \"browser.brands\" | \"browser.language\" | \"browser.mobile\" | \"browser.platform\" | \"cassandra.consistency.level\" | \"cassandra.coordinator.dc\" | \"cassandra.coordinator.id\" | \"cassandra.page.size\" | \"cassandra.query.idempotent\" | \"cassandra.speculative_execution.count\" | \"cicd.pipeline.action.name\" | \"cicd.pipeline.name\" | \"cicd.pipeline.result\" | \"cicd.pipeline.run.id\" | \"cicd.pipeline.run.state\" | \"cicd.pipeline.run.url.full\" | \"cicd.pipeline.task.name\" | \"cicd.pipeline.task.run.id\" | \"cicd.pipeline.task.run.result\" | \"cicd.pipeline.task.run.url.full\" | \"cicd.pipeline.task.type\" | \"cicd.system.component\" | \"cicd.worker.id\" | \"cicd.worker.name\" | \"cicd.worker.state\" | \"cicd.worker.url.full\" | \"cloud.platform\" | \"cloud.resource_id\" | \"cloudevents.event_id\" | \"cloudevents.event_source\" | \"cloudevents.event_spec_version\" | \"cloudevents.event_subject\" | \"cloudevents.event_type\" | \"cloudfoundry.app.id\" | \"cloudfoundry.app.instance.id\" | \"cloudfoundry.app.name\" | \"cloudfoundry.org.id\" | \"cloudfoundry.org.name\" | \"cloudfoundry.process.id\" | \"cloudfoundry.process.type\" | \"cloudfoundry.space.id\" | \"cloudfoundry.space.name\" | \"cloudfoundry.system.id\" | \"cloudfoundry.system.instance.id\" | \"code.column.number\" | \"code.file.path\" | \"code.function.name\" | \"code.line.number\" | \"code.stacktrace\" | \"container.command\" | \"container.command_args\" | \"container.command_line\" | \"container.csi.plugin.name\" | \"container.csi.volume.id\" | \"container.image.id\" | \"container.image.repo_digests\" | \"container.image.tags\" | \"container.label\" | \"container.runtime.description\" | \"container.runtime.name\" | \"container.runtime.version\" | \"cpu.logical_number\" | \"cpu.mode\" | \"cpython.gc.generation\" | \"db.client.connection.pool.name\" | \"db.client.connection.state\" | \"db.collection.name\" | \"db.namespace\" | \"db.operation.batch.size\" | \"db.operation.name\" | \"db.operation.parameter\" | \"db.query.parameter\" | \"db.query.summary\" | \"db.query.text\" | \"db.response.returned_rows\" | \"db.response.status_code\" | \"db.stored_procedure.name\" | \"db.system.name\" | \"deployment.environment.name\" | \"deployment.id\" | \"deployment.name\" | \"deployment.status\" | \"disk.io.direction\" | \"dotnet.gc.heap.generation\" | \"dropped_attributes_count\" | \"dropped_events_count\" | \"dropped_links_count\" | \"elasticsearch.node.name\" | \"enduser.id\" | \"enduser.pseudo.id\" | \"event_name\" | \"exception.message\" | \"exception.stacktrace\" | \"exception.type\" | \"faas.cron\" | \"faas.document.collection\" | \"faas.document.name\" | \"faas.document.operation\" | \"faas.document.time\" | \"faas.instance\" | \"faas.invocation_id\" | \"faas.invoked_name\" | \"faas.invoked_provider\" | \"faas.invoked_region\" | \"faas.max_memory\" | \"faas.time\" | \"faas.trigger\" | \"feature_flag.context.id\" | \"feature_flag.key\" | \"feature_flag.provider.name\" | \"feature_flag.result.reason\" | \"feature_flag.result.value\" | \"feature_flag.result.variant\" | \"feature_flag.set.id\" | \"feature_flag.version\" | \"file.changed\" | \"file.group.id\" | \"file.group.name\" | \"file.modified\" | \"file.owner.id\" | \"file.owner.name\" | \"file.symbolic_link.target_path\" | \"gcp.apphub.application.container\" | \"gcp.apphub.application.id\" | \"gcp.apphub.application.location\" | \"gcp.apphub.service.criticality_type\" | \"gcp.apphub.service.environment_type\" | \"gcp.apphub.service.id\" | \"gcp.apphub.workload.criticality_type\" | \"gcp.apphub.workload.environment_type\" | \"gcp.apphub.workload.id\" | \"gcp.apphub_destination.application.container\" | \"gcp.apphub_destination.application.id\" | \"gcp.apphub_destination.application.location\" | \"gcp.apphub_destination.service.criticality_type\" | \"gcp.apphub_destination.service.environment_type\" | \"gcp.apphub_destination.service.id\" | \"gcp.apphub_destination.workload.criticality_type\" | \"gcp.apphub_destination.workload.environment_type\" | \"gcp.apphub_destination.workload.id\" | \"gcp.client.service\" | \"gcp.cloud_run.job.execution\" | \"gcp.cloud_run.job.task_index\" | \"gcp.gce.instance.hostname\" | \"gcp.gce.instance.name\" | \"gen_ai.agent.description\" | \"gen_ai.agent.id\" | \"gen_ai.agent.name\" | \"gen_ai.conversation.id\" | \"gen_ai.data_source.id\" | \"gen_ai.embeddings.dimension.count\" | \"gen_ai.evaluation.explanation\" | \"gen_ai.evaluation.name\" | \"gen_ai.evaluation.score.label\" | \"gen_ai.evaluation.score.value\" | \"gen_ai.input.messages\" | \"gen_ai.operation.name\" | \"gen_ai.output.messages\" | \"gen_ai.output.type\" | \"gen_ai.provider.name\" | \"gen_ai.request.choice.count\" | \"gen_ai.request.encoding_formats\" | \"gen_ai.request.frequency_penalty\" | \"gen_ai.request.max_tokens\" | \"gen_ai.request.model\" | \"gen_ai.request.presence_penalty\" | \"gen_ai.request.seed\" | \"gen_ai.request.stop_sequences\" | \"gen_ai.request.temperature\" | \"gen_ai.request.top_k\" | \"gen_ai.request.top_p\" | \"gen_ai.response.finish_reasons\" | \"gen_ai.response.id\" | \"gen_ai.response.model\" | \"gen_ai.system_instructions\" | \"gen_ai.token.type\" | \"gen_ai.tool.call.arguments\" | \"gen_ai.tool.call.id\" | \"gen_ai.tool.call.result\" | \"gen_ai.tool.definitions\" | \"gen_ai.tool.description\" | \"gen_ai.tool.name\" | \"gen_ai.tool.type\" | \"gen_ai.usage.input_tokens\" | \"gen_ai.usage.output_tokens\" | \"geo.continent.code\" | \"geo.country.iso_code\" | \"geo.locality.name\" | \"geo.location.lat\" | \"geo.location.lon\" | \"geo.postal_code\" | \"geo.region.iso_code\" | \"go.memory.type\" | \"graphql.document\" | \"graphql.operation.name\" | \"graphql.operation.type\" | \"heroku.app.id\" | \"heroku.release.commit\" | \"heroku.release.creation_timestamp\" | \"host.arch\" | \"host.cpu.cache.l2.size\" | \"host.cpu.family\" | \"host.cpu.model.id\" | \"host.cpu.model.name\" | \"host.cpu.stepping\" | \"host.cpu.vendor.id\" | \"host.image.id\" | \"host.image.name\" | \"host.image.version\" | \"http.connection.state\" | \"http.request.body.size\" | \"http.request.header\" | \"http.request.method_original\" | \"http.request.resend_count\" | \"http.request.size\" | \"http.response.body.size\" | \"http.response.header\" | \"http.response.size\" | \"http.route\" | \"hw.battery.capacity\" | \"hw.battery.chemistry\" | \"hw.battery.state\" | \"hw.bios_version\" | \"hw.driver_version\" | \"hw.enclosure.type\" | \"hw.firmware_version\" | \"hw.gpu.task\" | \"hw.id\" | \"hw.limit_type\" | \"hw.logical_disk.raid_level\" | \"hw.logical_disk.state\" | \"hw.memory.type\" | \"hw.model\" | \"hw.name\" | \"hw.network.logical_addresses\" | \"hw.network.physical_address\" | \"hw.parent\" | \"hw.physical_disk.smart_attribute\" | \"hw.physical_disk.state\" | \"hw.physical_disk.type\" | \"hw.sensor_location\" | \"hw.serial_number\" | \"hw.state\" | \"hw.tape_drive.operation_type\" | \"hw.type\" | \"hw.vendor\" | \"ios.app.state\" | \"jsonrpc.protocol.version\" | \"jsonrpc.request.id\" | \"jvm.buffer.pool.name\" | \"jvm.gc.action\" | \"jvm.gc.cause\" | \"jvm.gc.name\" | \"jvm.memory.pool.name\" | \"jvm.memory.type\" | \"jvm.thread.daemon\" | \"jvm.thread.state\" | \"k8s.cluster.name\" | \"k8s.cluster.uid\" | \"k8s.container.name\" | \"k8s.container.restart_count\" | \"k8s.container.status.last_terminated_reason\" | \"k8s.container.status.reason\" | \"k8s.container.status.state\" | \"k8s.cronjob.annotation\" | \"k8s.cronjob.label\" | \"k8s.cronjob.name\" | \"k8s.cronjob.uid\" | \"k8s.daemonset.annotation\" | \"k8s.daemonset.label\" | \"k8s.daemonset.name\" | \"k8s.daemonset.uid\" | \"k8s.deployment.annotation\" | \"k8s.deployment.label\" | \"k8s.deployment.name\" | \"k8s.deployment.uid\" | \"k8s.hpa.metric.type\" | \"k8s.hpa.name\" | \"k8s.hpa.scaletargetref.api_version\" | \"k8s.hpa.scaletargetref.kind\" | \"k8s.hpa.scaletargetref.name\" | \"k8s.hpa.uid\" | \"k8s.hugepage.size\" | \"k8s.job.annotation\" | \"k8s.job.label\" | \"k8s.job.name\" | \"k8s.job.uid\" | \"k8s.namespace.annotation\" | \"k8s.namespace.label\" | \"k8s.namespace.name\" | \"k8s.namespace.phase\" | \"k8s.node.annotation\" | \"k8s.node.condition.status\" | \"k8s.node.condition.type\" | \"k8s.node.label\" | \"k8s.node.name\" | \"k8s.node.uid\" | \"k8s.pod.annotation\" | \"k8s.pod.hostname\" | \"k8s.pod.ip\" | \"k8s.pod.label\" | \"k8s.pod.name\" | \"k8s.pod.start_time\" | \"k8s.pod.status.phase\" | \"k8s.pod.status.reason\" | \"k8s.pod.uid\" | \"k8s.replicaset.annotation\" | \"k8s.replicaset.label\" | \"k8s.replicaset.name\" | \"k8s.replicaset.uid\" | \"k8s.replicationcontroller.name\" | \"k8s.replicationcontroller.uid\" | \"k8s.resourcequota.name\" | \"k8s.resourcequota.resource_name\" | \"k8s.resourcequota.uid\" | \"k8s.statefulset.annotation\" | \"k8s.statefulset.label\" | \"k8s.statefulset.name\" | \"k8s.statefulset.uid\" | \"k8s.storageclass.name\" | \"k8s.volume.name\" | \"k8s.volume.type\" | \"links\" | \"links.attributes\" | \"links.dropped_attributes_count\" | \"links.span_id\" | \"links.trace_id\" | \"links.trace_state\" | \"log.file.name\" | \"log.file.name_resolved\" | \"log.file.path_resolved\" | \"log.iostream\" | \"log.record.original\" | \"log.record.uid\" | \"mainframe.lpar.name\" | \"messaging.batch.message_count\" | \"messaging.client.id\" | \"messaging.consumer.group.name\" | \"messaging.destination.anonymous\" | \"messaging.destination.name\" | \"messaging.destination.partition.id\" | \"messaging.destination.subscription.name\" | \"messaging.destination.template\" | \"messaging.destination.temporary\" | \"messaging.eventhubs.message.enqueued_time\" | \"messaging.gcp_pubsub.message.ack_deadline\" | \"messaging.gcp_pubsub.message.ack_id\" | \"messaging.gcp_pubsub.message.delivery_attempt\" | \"messaging.gcp_pubsub.message.ordering_key\" | \"messaging.kafka.message.key\" | \"messaging.kafka.message.tombstone\" | \"messaging.kafka.offset\" | \"messaging.message.body.size\" | \"messaging.message.conversation_id\" | \"messaging.message.envelope.size\" | \"messaging.message.id\" | \"messaging.operation.name\" | \"messaging.operation.type\" | \"messaging.rabbitmq.destination.routing_key\" | \"messaging.rabbitmq.message.delivery_tag\" | \"messaging.rocketmq.consumption_model\" | \"messaging.rocketmq.message.delay_time_level\" | \"messaging.rocketmq.message.delivery_timestamp\" | \"messaging.rocketmq.message.group\" | \"messaging.rocketmq.message.keys\" | \"messaging.rocketmq.message.tag\" | \"messaging.rocketmq.message.type\" | \"messaging.rocketmq.namespace\" | \"messaging.servicebus.disposition_status\" | \"messaging.servicebus.message.delivery_count\" | \"messaging.servicebus.message.enqueued_time\" | \"messaging.system\" | \"metrics.aspnetcore.authentication.authenticate.duration\" | \"metrics.aspnetcore.authentication.challenges\" | \"metrics.aspnetcore.authentication.forbids\" | \"metrics.aspnetcore.authentication.sign_ins\" | \"metrics.aspnetcore.authentication.sign_outs\" | \"metrics.aspnetcore.authorization.attempts\" | \"metrics.aspnetcore.diagnostics.exceptions\" | \"metrics.aspnetcore.identity.sign_in.authenticate.duration\" | \"metrics.aspnetcore.identity.sign_in.check_password_attempts\" | \"metrics.aspnetcore.identity.sign_in.sign_ins\" | \"metrics.aspnetcore.identity.sign_in.sign_outs\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_forgotten\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_remembered\" | \"metrics.aspnetcore.identity.user.check_password_attempts\" | \"metrics.aspnetcore.identity.user.create.duration\" | \"metrics.aspnetcore.identity.user.delete.duration\" | \"metrics.aspnetcore.identity.user.generated_tokens\" | \"metrics.aspnetcore.identity.user.update.duration\" | \"metrics.aspnetcore.identity.user.verify_token_attempts\" | \"metrics.aspnetcore.memory_pool.allocated\" | \"metrics.aspnetcore.memory_pool.evicted\" | \"metrics.aspnetcore.memory_pool.pooled\" | \"metrics.aspnetcore.memory_pool.rented\" | \"metrics.aspnetcore.rate_limiting.active_request_leases\" | \"metrics.aspnetcore.rate_limiting.queued_requests\" | \"metrics.aspnetcore.rate_limiting.request.time_in_queue\" | \"metrics.aspnetcore.rate_limiting.request_lease.duration\" | \"metrics.aspnetcore.rate_limiting.requests\" | \"metrics.aspnetcore.routing.match_attempts\" | \"metrics.azure.cosmosdb.client.active_instance.count\" | \"metrics.azure.cosmosdb.client.operation.request_charge\" | \"metrics.cicd.pipeline.run.active\" | \"metrics.cicd.pipeline.run.duration\" | \"metrics.cicd.pipeline.run.errors\" | \"metrics.cicd.system.errors\" | \"metrics.cicd.worker.count\" | \"metrics.container.cpu.time\" | \"metrics.container.cpu.usage\" | \"metrics.container.disk.io\" | \"metrics.container.filesystem.available\" | \"metrics.container.filesystem.capacity\" | \"metrics.container.filesystem.usage\" | \"metrics.container.memory.available\" | \"metrics.container.memory.paging.faults\" | \"metrics.container.memory.rss\" | \"metrics.container.memory.usage\" | \"metrics.container.memory.working_set\" | \"metrics.container.network.io\" | \"metrics.container.uptime\" | \"metrics.cpython.gc.collected_objects\" | \"metrics.cpython.gc.collections\" | \"metrics.cpython.gc.uncollectable_objects\" | \"metrics.db.client.connection.count\" | \"metrics.db.client.connection.create_time\" | \"metrics.db.client.connection.idle.max\" | \"metrics.db.client.connection.idle.min\" | \"metrics.db.client.connection.max\" | \"metrics.db.client.connection.pending_requests\" | \"metrics.db.client.connection.timeouts\" | \"metrics.db.client.connection.use_time\" | \"metrics.db.client.connection.wait_time\" | \"metrics.db.client.operation.duration\" | \"metrics.db.client.response.returned_rows\" | \"metrics.dns.lookup.duration\" | \"metrics.dotnet.assembly.count\" | \"metrics.dotnet.exceptions\" | \"metrics.dotnet.gc.collections\" | \"metrics.dotnet.gc.heap.total_allocated\" | \"metrics.dotnet.gc.last_collection.heap.fragmentation.size\" | \"metrics.dotnet.gc.last_collection.heap.size\" | \"metrics.dotnet.gc.last_collection.memory.committed_size\" | \"metrics.dotnet.gc.pause.time\" | \"metrics.dotnet.jit.compilation.time\" | \"metrics.dotnet.jit.compiled_il.size\" | \"metrics.dotnet.jit.compiled_methods\" | \"metrics.dotnet.monitor.lock_contentions\" | \"metrics.dotnet.process.cpu.count\" | \"metrics.dotnet.process.cpu.time\" | \"metrics.dotnet.process.memory.working_set\" | \"metrics.dotnet.thread_pool.queue.length\" | \"metrics.dotnet.thread_pool.thread.count\" | \"metrics.dotnet.thread_pool.work_item.count\" | \"metrics.dotnet.timer.count\" | \"metrics.faas.coldstarts\" | \"metrics.faas.cpu_usage\" | \"metrics.faas.errors\" | \"metrics.faas.init_duration\" | \"metrics.faas.invocations\" | \"metrics.faas.invoke_duration\" | \"metrics.faas.mem_usage\" | \"metrics.faas.net_io\" | \"metrics.faas.timeouts\" | \"metrics.gen_ai.client.operation.duration\" | \"metrics.gen_ai.client.token.usage\" | \"metrics.gen_ai.server.request.duration\" | \"metrics.gen_ai.server.time_per_output_token\" | \"metrics.gen_ai.server.time_to_first_token\" | \"metrics.go.config.gogc\" | \"metrics.go.goroutine.count\" | \"metrics.go.memory.allocated\" | \"metrics.go.memory.allocations\" | \"metrics.go.memory.gc.goal\" | \"metrics.go.memory.limit\" | \"metrics.go.memory.used\" | \"metrics.go.processor.limit\" | \"metrics.go.schedule.duration\" | \"metrics.http.client.active_requests\" | \"metrics.http.client.connection.duration\" | \"metrics.http.client.open_connections\" | \"metrics.http.client.request.body.size\" | \"metrics.http.client.request.duration\" | \"metrics.http.client.response.body.size\" | \"metrics.http.server.active_requests\" | \"metrics.http.server.request.body.size\" | \"metrics.http.server.request.duration\" | \"metrics.http.server.response.body.size\" | \"metrics.hw.battery.charge\" | \"metrics.hw.battery.charge.limit\" | \"metrics.hw.battery.time_left\" | \"metrics.hw.cpu.speed\" | \"metrics.hw.cpu.speed.limit\" | \"metrics.hw.energy\" | \"metrics.hw.errors\" | \"metrics.hw.fan.speed\" | \"metrics.hw.fan.speed.limit\" | \"metrics.hw.fan.speed_ratio\" | \"metrics.hw.gpu.io\" | \"metrics.hw.gpu.memory.limit\" | \"metrics.hw.gpu.memory.usage\" | \"metrics.hw.gpu.memory.utilization\" | \"metrics.hw.gpu.utilization\" | \"metrics.hw.host.ambient_temperature\" | \"metrics.hw.host.energy\" | \"metrics.hw.host.heating_margin\" | \"metrics.hw.host.power\" | \"metrics.hw.logical_disk.limit\" | \"metrics.hw.logical_disk.usage\" | \"metrics.hw.logical_disk.utilization\" | \"metrics.hw.memory.size\" | \"metrics.hw.network.bandwidth.limit\" | \"metrics.hw.network.bandwidth.utilization\" | \"metrics.hw.network.io\" | \"metrics.hw.network.packets\" | \"metrics.hw.network.up\" | \"metrics.hw.physical_disk.endurance_utilization\" | \"metrics.hw.physical_disk.size\" | \"metrics.hw.physical_disk.smart\" | \"metrics.hw.power\" | \"metrics.hw.power_supply.limit\" | \"metrics.hw.power_supply.usage\" | \"metrics.hw.power_supply.utilization\" | \"metrics.hw.status\" | \"metrics.hw.tape_drive.operations\" | \"metrics.hw.temperature\" | \"metrics.hw.temperature.limit\" | \"metrics.hw.voltage\" | \"metrics.hw.voltage.limit\" | \"metrics.hw.voltage.nominal\" | \"metrics.jvm.buffer.count\" | \"metrics.jvm.buffer.memory.limit\" | \"metrics.jvm.buffer.memory.used\" | \"metrics.jvm.class.count\" | \"metrics.jvm.class.loaded\" | \"metrics.jvm.class.unloaded\" | \"metrics.jvm.cpu.count\" | \"metrics.jvm.cpu.recent_utilization\" | \"metrics.jvm.cpu.time\" | \"metrics.jvm.file_descriptor.count\" | \"metrics.jvm.gc.duration\" | \"metrics.jvm.memory.committed\" | \"metrics.jvm.memory.init\" | \"metrics.jvm.memory.limit\" | \"metrics.jvm.memory.used\" | \"metrics.jvm.memory.used_after_last_gc\" | \"metrics.jvm.system.cpu.load_1m\" | \"metrics.jvm.system.cpu.utilization\" | \"metrics.jvm.thread.count\" | \"metrics.k8s.container.cpu.limit\" | \"metrics.k8s.container.cpu.limit_utilization\" | \"metrics.k8s.container.cpu.request\" | \"metrics.k8s.container.cpu.request_utilization\" | \"metrics.k8s.container.ephemeral_storage.limit\" | \"metrics.k8s.container.ephemeral_storage.request\" | \"metrics.k8s.container.memory.limit\" | \"metrics.k8s.container.memory.request\" | \"metrics.k8s.container.ready\" | \"metrics.k8s.container.restart.count\" | \"metrics.k8s.container.status.reason\" | \"metrics.k8s.container.status.state\" | \"metrics.k8s.container.storage.limit\" | \"metrics.k8s.container.storage.request\" | \"metrics.k8s.cronjob.job.active\" | \"metrics.k8s.daemonset.node.current_scheduled\" | \"metrics.k8s.daemonset.node.desired_scheduled\" | \"metrics.k8s.daemonset.node.misscheduled\" | \"metrics.k8s.daemonset.node.ready\" | \"metrics.k8s.deployment.pod.available\" | \"metrics.k8s.deployment.pod.desired\" | \"metrics.k8s.hpa.metric.target.cpu.average_utilization\" | \"metrics.k8s.hpa.metric.target.cpu.average_value\" | \"metrics.k8s.hpa.metric.target.cpu.value\" | \"metrics.k8s.hpa.pod.current\" | \"metrics.k8s.hpa.pod.desired\" | \"metrics.k8s.hpa.pod.max\" | \"metrics.k8s.hpa.pod.min\" | \"metrics.k8s.job.pod.active\" | \"metrics.k8s.job.pod.desired_successful\" | \"metrics.k8s.job.pod.failed\" | \"metrics.k8s.job.pod.max_parallel\" | \"metrics.k8s.job.pod.successful\" | \"metrics.k8s.namespace.phase\" | \"metrics.k8s.node.condition.status\" | \"metrics.k8s.node.cpu.allocatable\" | \"metrics.k8s.node.cpu.time\" | \"metrics.k8s.node.cpu.usage\" | \"metrics.k8s.node.ephemeral_storage.allocatable\" | \"metrics.k8s.node.filesystem.available\" | \"metrics.k8s.node.filesystem.capacity\" | \"metrics.k8s.node.filesystem.usage\" | \"metrics.k8s.node.memory.allocatable\" | \"metrics.k8s.node.memory.available\" | \"metrics.k8s.node.memory.paging.faults\" | \"metrics.k8s.node.memory.rss\" | \"metrics.k8s.node.memory.usage\" | \"metrics.k8s.node.memory.working_set\" | \"metrics.k8s.node.network.errors\" | \"metrics.k8s.node.network.io\" | \"metrics.k8s.node.pod.allocatable\" | \"metrics.k8s.node.uptime\" | \"metrics.k8s.pod.cpu.time\" | \"metrics.k8s.pod.cpu.usage\" | \"metrics.k8s.pod.filesystem.available\" | \"metrics.k8s.pod.filesystem.capacity\" | \"metrics.k8s.pod.filesystem.usage\" | \"metrics.k8s.pod.memory.available\" | \"metrics.k8s.pod.memory.paging.faults\" | \"metrics.k8s.pod.memory.rss\" | \"metrics.k8s.pod.memory.usage\" | \"metrics.k8s.pod.memory.working_set\" | \"metrics.k8s.pod.network.errors\" | \"metrics.k8s.pod.network.io\" | \"metrics.k8s.pod.status.phase\" | \"metrics.k8s.pod.status.reason\" | \"metrics.k8s.pod.uptime\" | \"metrics.k8s.pod.volume.available\" | \"metrics.k8s.pod.volume.capacity\" | \"metrics.k8s.pod.volume.inode.count\" | \"metrics.k8s.pod.volume.inode.free\" | \"metrics.k8s.pod.volume.inode.used\" | \"metrics.k8s.pod.volume.usage\" | \"metrics.k8s.replicaset.pod.available\" | \"metrics.k8s.replicaset.pod.desired\" | \"metrics.k8s.replicationcontroller.pod.available\" | \"metrics.k8s.replicationcontroller.pod.desired\" | \"metrics.k8s.resourcequota.cpu.limit.hard\" | \"metrics.k8s.resourcequota.cpu.limit.used\" | \"metrics.k8s.resourcequota.cpu.request.hard\" | \"metrics.k8s.resourcequota.cpu.request.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.used\" | \"metrics.k8s.resourcequota.hugepage_count.request.hard\" | \"metrics.k8s.resourcequota.hugepage_count.request.used\" | \"metrics.k8s.resourcequota.memory.limit.hard\" | \"metrics.k8s.resourcequota.memory.limit.used\" | \"metrics.k8s.resourcequota.memory.request.hard\" | \"metrics.k8s.resourcequota.memory.request.used\" | \"metrics.k8s.resourcequota.object_count.hard\" | \"metrics.k8s.resourcequota.object_count.used\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.hard\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.used\" | \"metrics.k8s.resourcequota.storage.request.hard\" | \"metrics.k8s.resourcequota.storage.request.used\" | \"metrics.k8s.statefulset.pod.current\" | \"metrics.k8s.statefulset.pod.desired\" | \"metrics.k8s.statefulset.pod.ready\" | \"metrics.k8s.statefulset.pod.updated\" | \"metrics.kestrel.active_connections\" | \"metrics.kestrel.active_tls_handshakes\" | \"metrics.kestrel.connection.duration\" | \"metrics.kestrel.queued_connections\" | \"metrics.kestrel.queued_requests\" | \"metrics.kestrel.rejected_connections\" | \"metrics.kestrel.tls_handshake.duration\" | \"metrics.kestrel.upgraded_connections\" | \"metrics.messaging.attributes\" | \"metrics.messaging.client.consumed.messages\" | \"metrics.messaging.client.operation.duration\" | \"metrics.messaging.client.sent.messages\" | \"metrics.messaging.consumer.attributes\" | \"metrics.messaging.process.duration\" | \"metrics.nfs.client.net.count\" | \"metrics.nfs.client.net.tcp.connection.accepted\" | \"metrics.nfs.client.operation.count\" | \"metrics.nfs.client.procedure.count\" | \"metrics.nfs.client.rpc.authrefresh.count\" | \"metrics.nfs.client.rpc.count\" | \"metrics.nfs.client.rpc.retransmit.count\" | \"metrics.nfs.server.fh.stale.count\" | \"metrics.nfs.server.io\" | \"metrics.nfs.server.net.count\" | \"metrics.nfs.server.net.tcp.connection.accepted\" | \"metrics.nfs.server.operation.count\" | \"metrics.nfs.server.procedure.count\" | \"metrics.nfs.server.repcache.requests\" | \"metrics.nfs.server.rpc.count\" | \"metrics.nfs.server.thread.count\" | \"metrics.nodejs.eventloop.delay.max\" | \"metrics.nodejs.eventloop.delay.mean\" | \"metrics.nodejs.eventloop.delay.min\" | \"metrics.nodejs.eventloop.delay.p50\" | \"metrics.nodejs.eventloop.delay.p90\" | \"metrics.nodejs.eventloop.delay.p99\" | \"metrics.nodejs.eventloop.delay.stddev\" | \"metrics.nodejs.eventloop.time\" | \"metrics.nodejs.eventloop.utilization\" | \"metrics.openshift.clusterquota.cpu.limit.hard\" | \"metrics.openshift.clusterquota.cpu.limit.used\" | \"metrics.openshift.clusterquota.cpu.request.hard\" | \"metrics.openshift.clusterquota.cpu.request.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.used\" | \"metrics.openshift.clusterquota.hugepage_count.request.hard\" | \"metrics.openshift.clusterquota.hugepage_count.request.used\" | \"metrics.openshift.clusterquota.memory.limit.hard\" | \"metrics.openshift.clusterquota.memory.limit.used\" | \"metrics.openshift.clusterquota.memory.request.hard\" | \"metrics.openshift.clusterquota.memory.request.used\" | \"metrics.openshift.clusterquota.object_count.hard\" | \"metrics.openshift.clusterquota.object_count.used\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.hard\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.used\" | \"metrics.openshift.clusterquota.storage.request.hard\" | \"metrics.openshift.clusterquota.storage.request.used\" | \"metrics.otel.sdk.exporter.log.exported\" | \"metrics.otel.sdk.exporter.log.inflight\" | \"metrics.otel.sdk.exporter.metric_data_point.exported\" | \"metrics.otel.sdk.exporter.metric_data_point.inflight\" | \"metrics.otel.sdk.exporter.operation.duration\" | \"metrics.otel.sdk.exporter.span.exported\" | \"metrics.otel.sdk.exporter.span.inflight\" | \"metrics.otel.sdk.log.created\" | \"metrics.otel.sdk.metric_reader.collection.duration\" | \"metrics.otel.sdk.processor.log.processed\" | \"metrics.otel.sdk.processor.log.queue.capacity\" | \"metrics.otel.sdk.processor.log.queue.size\" | \"metrics.otel.sdk.processor.span.processed\" | \"metrics.otel.sdk.processor.span.queue.capacity\" | \"metrics.otel.sdk.processor.span.queue.size\" | \"metrics.otel.sdk.span.live\" | \"metrics.otel.sdk.span.started\" | \"metrics.process.context_switches\" | \"metrics.process.cpu.time\" | \"metrics.process.cpu.utilization\" | \"metrics.process.disk.io\" | \"metrics.process.memory.usage\" | \"metrics.process.memory.virtual\" | \"metrics.process.network.io\" | \"metrics.process.paging.faults\" | \"metrics.process.thread.count\" | \"metrics.process.unix.file_descriptor.count\" | \"metrics.process.uptime\" | \"metrics.process.windows.handle.count\" | \"metrics.rpc.client.call.duration\" | \"metrics.rpc.client.request.size\" | \"metrics.rpc.client.response.size\" | \"metrics.rpc.server.call.duration\" | \"metrics.rpc.server.request.size\" | \"metrics.rpc.server.response.size\" | \"metrics.signalr.server.active_connections\" | \"metrics.signalr.server.connection.duration\" | \"metrics.system.cpu.frequency\" | \"metrics.system.cpu.logical.count\" | \"metrics.system.cpu.physical.count\" | \"metrics.system.cpu.time\" | \"metrics.system.cpu.utilization\" | \"metrics.system.disk.io\" | \"metrics.system.disk.io_time\" | \"metrics.system.disk.limit\" | \"metrics.system.disk.merged\" | \"metrics.system.disk.operation_time\" | \"metrics.system.disk.operations\" | \"metrics.system.filesystem.limit\" | \"metrics.system.filesystem.usage\" | \"metrics.system.filesystem.utilization\" | \"metrics.system.memory.limit\" | \"metrics.system.memory.linux.available\" | \"metrics.system.memory.linux.slab.usage\" | \"metrics.system.memory.shared\" | \"metrics.system.memory.usage\" | \"metrics.system.memory.utilization\" | \"metrics.system.network.connection.count\" | \"metrics.system.network.errors\" | \"metrics.system.network.io\" | \"metrics.system.network.packet.count\" | \"metrics.system.network.packet.dropped\" | \"metrics.system.paging.faults\" | \"metrics.system.paging.operations\" | \"metrics.system.paging.usage\" | \"metrics.system.paging.utilization\" | \"metrics.system.process.count\" | \"metrics.system.process.created\" | \"metrics.system.uptime\" | \"metrics.v8js.gc.duration\" | \"metrics.v8js.memory.heap.limit\" | \"metrics.v8js.memory.heap.space.available_size\" | \"metrics.v8js.memory.heap.space.physical_size\" | \"metrics.v8js.memory.heap.used\" | \"metrics.vcs.change.count\" | \"metrics.vcs.change.duration\" | \"metrics.vcs.change.time_to_approval\" | \"metrics.vcs.change.time_to_merge\" | \"metrics.vcs.contributor.count\" | \"metrics.vcs.ref.count\" | \"metrics.vcs.ref.lines_delta\" | \"metrics.vcs.ref.revisions_delta\" | \"metrics.vcs.ref.time\" | \"metrics.vcs.repository.count\" | \"network.carrier.icc\" | \"network.carrier.mcc\" | \"network.carrier.mnc\" | \"network.carrier.name\" | \"network.connection.state\" | \"network.connection.subtype\" | \"network.connection.type\" | \"network.interface.name\" | \"network.io.direction\" | \"network.local.address\" | \"network.local.port\" | \"network.peer.address\" | \"network.peer.port\" | \"network.protocol.name\" | \"network.protocol.version\" | \"nfs.operation.name\" | \"nfs.server.repcache.status\" | \"nodejs.eventloop.state\" | \"observed_timestamp\" | \"oci.manifest.digest\" | \"onc_rpc.procedure.name\" | \"onc_rpc.procedure.number\" | \"onc_rpc.program.name\" | \"onc_rpc.version\" | \"openai.request.service_tier\" | \"openai.response.service_tier\" | \"openai.response.system_fingerprint\" | \"openshift.clusterquota.name\" | \"openshift.clusterquota.uid\" | \"opentracing.ref_type\" | \"os.build_id\" | \"os.description\" | \"os.name\" | \"os.type\" | \"os.version\" | \"otel.component.name\" | \"otel.component.type\" | \"otel.event.name\" | \"otel.scope.name\" | \"otel.scope.schema_url\" | \"otel.scope.version\" | \"otel.span.parent.origin\" | \"otel.span.sampling_result\" | \"otel.status_code\" | \"otel.status_description\" | \"parent_span_id\" | \"peer.service\" | \"pprof.location.is_folded\" | \"pprof.mapping.has_filenames\" | \"pprof.mapping.has_functions\" | \"pprof.mapping.has_inline_frames\" | \"pprof.mapping.has_line_numbers\" | \"pprof.profile.comment\" | \"process.command\" | \"process.command_args\" | \"process.context_switch.type\" | \"process.creation.time\" | \"process.environment_variable\" | \"process.executable.build_id.gnu\" | \"process.executable.build_id.go\" | \"process.executable.build_id.htlhash\" | \"process.executable.name\" | \"process.executable.path\" | \"process.exit.code\" | \"process.exit.time\" | \"process.linux.cgroup\" | \"process.owner\" | \"process.parent_pid\" | \"process.runtime.description\" | \"process.runtime.name\" | \"process.runtime.version\" | \"process.state\" | \"profile.frame.type\" | \"resource.dropped_attributes_count\" | \"resource.schema_url\" | \"rpc.message.compressed_size\" | \"rpc.message.id\" | \"rpc.message.type\" | \"rpc.message.uncompressed_size\" | \"rpc.method\" | \"rpc.request.metadata\" | \"rpc.response.metadata\" | \"rpc.response.status_code\" | \"rpc.service\" | \"rpc.system.name\" | \"scope.dropped_attributes_count\" | \"scope.name\" | \"scope.schema_url\" | \"scope.version\" | \"security_rule.category\" | \"security_rule.description\" | \"security_rule.license\" | \"security_rule.name\" | \"security_rule.reference\" | \"security_rule.ruleset.name\" | \"security_rule.uuid\" | \"security_rule.version\" | \"service.instance.id\" | \"service.namespace\" | \"session.id\" | \"session.previous_id\" | \"severity_number\" | \"severity_text\" | \"signalr.connection.status\" | \"signalr.transport\" | \"span_id\" | \"start_timestamp\" | \"status.code\" | \"status.message\" | \"system.device\" | \"system.filesystem.mode\" | \"system.filesystem.mountpoint\" | \"system.filesystem.state\" | \"system.filesystem.type\" | \"system.memory.linux.slab.state\" | \"system.memory.state\" | \"system.paging.direction\" | \"system.paging.fault.type\" | \"system.paging.state\" | \"telemetry.distro.name\" | \"telemetry.distro.version\" | \"telemetry.sdk.language\" | \"telemetry.sdk.name\" | \"telemetry.sdk.version\" | \"test.case.name\" | \"test.case.result.status\" | \"test.suite.name\" | \"test.suite.run.status\" | \"thread.id\" | \"thread.name\" | \"tls.protocol.name\" | \"tls.protocol.version\" | \"trace_id\" | \"trace_state\" | \"url.template\" | \"user_agent.synthetic.type\" | \"v8js.gc.type\" | \"v8js.heap.space.name\" | \"vcs.change.id\" | \"vcs.change.state\" | \"vcs.change.title\" | \"vcs.line_change.type\" | \"vcs.owner.name\" | \"vcs.provider.name\" | \"vcs.ref.base.name\" | \"vcs.ref.base.revision\" | \"vcs.ref.base.type\" | \"vcs.ref.head.name\" | \"vcs.ref.head.revision\" | \"vcs.ref.head.type\" | \"vcs.ref.type\" | \"vcs.repository.name\" | \"vcs.repository.url.full\" | \"vcs.revision_delta.direction\" | \"webengine.description\" | \"webengine.name\" | \"webengine.version\" | \"zos.smf.id\" | \"zos.sysplex.name\"" ], "path": "x-pack/platform/plugins/shared/fields_metadata/common/fields_metadata/types.ts", "deprecated": false, diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index 1725c21f560f5..d05d76d38e2e8 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: 2025-12-19 +date: 2026-01-07 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 573967e90eb29..bc82ee824744e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- import fileUploadObj from './file_upload.devdocs.json'; diff --git a/api_docs/files.mdx b/api_docs/files.mdx index bd38d4e576b19..b9cef6ce0b1aa 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- import filesObj from './files.devdocs.json'; diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index 418aa98489732..2782b0d807852 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: 2025-12-19 +date: 2026-01-07 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 362300017eef4..665fb0783de97 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -1154,6 +1154,9 @@ "tags": [], "label": "packagePolicyCount", "description": [], + "signature": [ + "number | undefined" + ], "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", "deprecated": false, "trackAdoption": false @@ -3468,7 +3471,7 @@ "label": "calloutTopSpacerSize", "description": [], "signature": [ - "\"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined" + "\"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx", "deprecated": false, @@ -24852,6 +24855,23 @@ "path": "x-pack/platform/plugins/shared/fleet/common/types/models/agent.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.FleetServerAgent.upgrade", + "type": "Object", + "tags": [], + "label": "upgrade", + "description": [ + "\nUpgrade information including available upgrade rollbacks for the Elastic Agent" + ], + "signature": [ + "AgentUpgrade", + " | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/agent.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -30538,7 +30558,7 @@ "label": "DisplayedAssetTypes", "description": [], "signature": [ - "(\"index\" | \"search\" | \"transform\" | \"map\" | \"alert\" | \"tag\" | \"dashboard\" | \"lens\" | \"index-pattern\" | \"ingest_pipeline\" | \"ilm_policy\" | \"visualization\" | \"ml-module\" | \"security-ai-prompt\" | \"security-rule\" | \"csp-rule-template\" | \"alerting_rule_template\" | \"osquery-pack-asset\" | \"osquery-saved-query\" | \"index_template\" | \"component_template\" | \"data_stream_ilm_policy\" | \"ml_model\" | \"knowledge_base\" | \"esql_view\")[]" + "(\"index\" | \"search\" | \"transform\" | \"map\" | \"alert\" | \"tag\" | \"dashboard\" | \"lens\" | \"index-pattern\" | \"ingest_pipeline\" | \"ilm_policy\" | \"visualization\" | \"ml-module\" | \"security-ai-prompt\" | \"security-rule\" | \"csp-rule-template\" | \"alerting_rule_template\" | \"slo_template\" | \"osquery-pack-asset\" | \"osquery-saved-query\" | \"index_template\" | \"component_template\" | \"data_stream_ilm_policy\" | \"ml_model\" | \"knowledge_base\" | \"esql_view\")[]" ], "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", "deprecated": false, @@ -31384,6 +31404,14 @@ "section": "def-common.KibanaAssetParts", "text": "KibanaAssetParts" }, + "[]; slo_template: ", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.KibanaAssetParts", + "text": "KibanaAssetParts" + }, "[]; osquery_pack_asset: ", { "pluginId": "fleet", @@ -31863,7 +31891,7 @@ "signature": [ "{ type?: ", "PackageSpecPackageType", - " | undefined; name: string; version: string; title: string; description?: string | undefined; path?: string | undefined; download?: string | undefined; internal?: boolean | undefined; icons?: (", + " | undefined; name: string; version: string; path?: string | undefined; title: string; description?: string | undefined; download?: string | undefined; internal?: boolean | undefined; icons?: (", { "pluginId": "fleet", "scope": "common", @@ -32400,6 +32428,28 @@ "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.AGENT_API_ROUTES.ROLLBACK_PATTERN", + "type": "string", + "tags": [], + "label": "ROLLBACK_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.AGENT_API_ROUTES.BULK_ROLLBACK_PATTERN", + "type": "string", + "tags": [], + "label": "BULK_ROLLBACK_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -33650,6 +33700,54 @@ "trackAdoption": false, "children": [], "returnComment": [] + }, + { + "parentPluginId": "fleet", + "id": "def-common.agentRouteService.postAgentRollback", + "type": "Function", + "tags": [], + "label": "postAgentRollback", + "description": [], + "signature": [ + "(agentId: string) => string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.agentRouteService.postAgentRollback.$1", + "type": "string", + "tags": [], + "label": "agentId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "fleet", + "id": "def-common.agentRouteService.postBulkAgentRollback", + "type": "Function", + "tags": [], + "label": "postBulkAgentRollback", + "description": [], + "signature": [ + "() => string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] } ], "initialIsOpen": false diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 172f8b1d93987..ca2ff1bc785d5 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questi | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1698 | 5 | 1565 | 111 | +| 1704 | 5 | 1570 | 112 | ## Client diff --git a/api_docs/gen_ai_settings.mdx b/api_docs/gen_ai_settings.mdx index 00f674fc98a29..0141f10f8eb14 100644 --- a/api_docs/gen_ai_settings.mdx +++ b/api_docs/gen_ai_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/genAiSettings title: "genAiSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the genAiSettings plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'genAiSettings'] --- import genAiSettingsObj from './gen_ai_settings.devdocs.json'; diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 0ffb745c211da..b943f4286371c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/home.devdocs.json b/api_docs/home.devdocs.json index 82ae919e4e1db..2aab14535eaaa 100644 --- a/api_docs/home.devdocs.json +++ b/api_docs/home.devdocs.json @@ -514,7 +514,7 @@ "{@link FeatureCatalogueCategory} to display this feature in." ], "signature": [ - "\"data\" | \"other\" | \"admin\"" + "\"other\" | \"data\" | \"admin\"" ], "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, @@ -905,7 +905,7 @@ "label": "FeatureCatalogueCategory", "description": [], "signature": [ - "\"data\" | \"other\" | \"admin\"" + "\"other\" | \"data\" | \"admin\"" ], "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, @@ -1862,7 +1862,7 @@ "label": "ArtifactsSchema", "description": [], "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; }>[]; }" + "{ readonly application?: Readonly<{} & { path: string; label: string; }> | undefined; readonly exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; readonly dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }" ], "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, @@ -2075,7 +2075,7 @@ "section": "def-server.TutorialContext", "text": "TutorialContext" }, - ") => 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; euiIconType?: string | undefined; isBeta?: boolean | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; omitServerless?: boolean | 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<{} & { 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; } & {}>[]; }>[]; }>[]; }>; }>" + ") => Readonly<{ artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; euiIconType?: string | undefined; isBeta?: boolean | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; omitServerless?: boolean | undefined; customStatusCheckName?: string | undefined; integrationBrowserCategories?: string[] | undefined; eprPackageOverlap?: string | undefined; } & { id: string; name: string; category: \"security\" | \"other\" | \"metrics\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: 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/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, @@ -2113,7 +2113,7 @@ "label": "TutorialSchema", "description": [], "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 euiIconType?: string | undefined; readonly isBeta?: boolean | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; readonly omitServerless?: boolean | 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<{} & { 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; } & {}>[]; }>[]; }>[]; }>; }" + "{ readonly artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; readonly euiIconType?: string | undefined; readonly isBeta?: boolean | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: 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; } & {}>[]; }>[]; }>[]; }> | undefined; readonly omitServerless?: boolean | undefined; readonly customStatusCheckName?: string | undefined; readonly integrationBrowserCategories?: string[] | undefined; readonly eprPackageOverlap?: string | undefined; readonly id: string; readonly name: string; readonly category: \"security\" | \"other\" | \"metrics\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: 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/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, diff --git a/api_docs/home.mdx b/api_docs/home.mdx index cd773dae2bef3..91035819fbd9b 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: 2025-12-19 +date: 2026-01-07 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 89ff596b7b6de..4e4fb95f32798 100644 --- a/api_docs/image_embeddable.devdocs.json +++ b/api_docs/image_embeddable.devdocs.json @@ -38,7 +38,7 @@ "label": "ImageConfig", "description": [], "signature": [ - "{ readonly altText?: string | undefined; readonly backgroundColor?: string | undefined; readonly src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { width: number; height: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; readonly sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }" + "{ readonly altText?: string | undefined; readonly backgroundColor?: string | undefined; readonly src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { height: number; width: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; readonly sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }" ], "path": "src/platform/plugins/private/image_embeddable/server/schemas.ts", "deprecated": false, @@ -53,7 +53,7 @@ "label": "ImageConfigState", "description": [], "signature": [ - "{ readonly altText?: string | undefined; readonly backgroundColor?: string | undefined; readonly src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { width: number; height: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; readonly sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }" + "{ readonly altText?: string | undefined; readonly backgroundColor?: string | undefined; readonly src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { height: number; width: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; readonly sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }" ], "path": "src/platform/plugins/private/image_embeddable/server/schemas.ts", "deprecated": false, @@ -68,7 +68,7 @@ "label": "ImageEmbeddableState", "description": [], "signature": [ - "{ readonly title?: string | undefined; readonly description?: string | undefined; readonly enhancements?: any; readonly hidePanelTitles?: boolean | undefined; readonly imageConfig: Readonly<{ altText?: string | undefined; backgroundColor?: string | undefined; } & { src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { width: number; height: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }>; }" + "{ readonly title?: string | undefined; readonly description?: string | undefined; readonly hidePanelTitles?: boolean | undefined; readonly enhancements?: any; readonly imageConfig: Readonly<{ altText?: string | undefined; backgroundColor?: string | undefined; } & { src: Readonly<{ fileImageMeta?: Readonly<{ blurHash?: string | undefined; } & { height: number; width: number; }> | undefined; } & { type: \"file\"; fileId: string; }> | Readonly<{} & { type: \"url\"; url: string; }>; sizing: Readonly<{} & { objectFit: \"none\" | \"fill\" | \"contain\" | \"cover\"; }>; }>; }" ], "path": "src/platform/plugins/private/image_embeddable/server/schemas.ts", "deprecated": false, diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index 6de92c5998f71..32c86075b9459 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_lifecycle_management.devdocs.json b/api_docs/index_lifecycle_management.devdocs.json index 63d1165a96833..b139893a7f192 100644 --- a/api_docs/index_lifecycle_management.devdocs.json +++ b/api_docs/index_lifecycle_management.devdocs.json @@ -3,86 +3,45 @@ "client": { "classes": [], "functions": [], - "interfaces": [ - { - "parentPluginId": "indexLifecycleManagement", - "id": "def-public.IlmLocatorParams", - "type": "Interface", - "tags": [], - "label": "IlmLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "indexLifecycleManagement", - "scope": "public", - "docId": "kibIndexLifecycleManagementPluginApi", - "section": "def-public.IlmLocatorParams", - "text": "IlmLocatorParams" - }, - " extends ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - } - ], - "path": "x-pack/platform/plugins/private/index_lifecycle_management/public/locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "indexLifecycleManagement", - "id": "def-public.IlmLocatorParams.page", - "type": "CompoundType", - "tags": [], - "label": "page", - "description": [], - "signature": [ - "\"policies_list\" | \"policy_edit\" | \"policy_create\"" - ], - "path": "x-pack/platform/plugins/private/index_lifecycle_management/public/locator.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "indexLifecycleManagement", - "id": "def-public.IlmLocatorParams.policyName", - "type": "string", - "tags": [], - "label": "policyName", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/plugins/private/index_lifecycle_management/public/locator.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], + "interfaces": [], "enums": [], - "misc": [ - { - "parentPluginId": "indexLifecycleManagement", - "id": "def-public.ILM_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "ILM_LOCATOR_ID", - "description": [], - "signature": [ - "\"ILM_LOCATOR_ID\"" - ], - "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/index.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], - "objects": [] + "misc": [], + "objects": [], + "start": { + "parentPluginId": "indexLifecycleManagement", + "id": "def-public.IndexLifecycleManagementPluginStart", + "type": "Interface", + "tags": [], + "label": "IndexLifecycleManagementPluginStart", + "description": [], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "indexLifecycleManagement", + "id": "def-public.IndexLifecycleManagementPluginStart.apiService", + "type": "Object", + "tags": [], + "label": "apiService", + "description": [], + "signature": [ + { + "pluginId": "@kbn/index-lifecycle-management-common-shared", + "scope": "common", + "docId": "kibKbnIndexLifecycleManagementCommonSharedPluginApi", + "section": "def-common.PublicApiServiceSetup", + "text": "PublicApiServiceSetup" + } + ], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "lifecycle": "start", + "initialIsOpen": true + } }, "server": { "classes": [], diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx index a2dfcd7eeba4b..af2517d0a1794 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: 2025-01-08 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; @@ -21,13 +21,10 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 0 | +| 2 | 0 | 2 | 0 | ## Client -### Interfaces - - -### Consts, variables and types - +### Start + diff --git a/api_docs/index_management.devdocs.json b/api_docs/index_management.devdocs.json index 1b282f601d59c..c925589781b7d 100644 --- a/api_docs/index_management.devdocs.json +++ b/api_docs/index_management.devdocs.json @@ -4055,7 +4055,7 @@ "label": "TemplateType", "description": [], "signature": [ - "\"system\" | \"default\" | \"managed\" | \"cloudManaged\"" + "\"default\" | \"system\" | \"managed\" | \"cloudManaged\"" ], "path": "x-pack/platform/plugins/shared/index_management/common/types/templates.ts", "deprecated": false, diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index ba1b699dc997d..3023258793c68 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: 2025-12-19 +date: 2026-01-07 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 fa1366d991051..c1547adcd9008 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- import inferenceObj from './inference.devdocs.json'; diff --git a/api_docs/inference_endpoint.mdx b/api_docs/inference_endpoint.mdx index a9807d117861d..9f9a5ad53246f 100644 --- a/api_docs/inference_endpoint.mdx +++ b/api_docs/inference_endpoint.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inferenceEndpoint title: "inferenceEndpoint" image: https://source.unsplash.com/400x175/?github description: API docs for the inferenceEndpoint plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inferenceEndpoint'] --- import inferenceEndpointObj from './inference_endpoint.devdocs.json'; diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 4c6affe6dfa13..cf96f14ec28cf 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: 2025-12-19 +date: 2026-01-07 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 1edb64d9c5395..0d0c094cce488 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index 00dbcd24692e6..314c9bbb41954 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index eb1a1cb1506e9..3410f9231b2e1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/intercepts.mdx b/api_docs/intercepts.mdx index d77dd240332e1..8a96fc2c4e012 100644 --- a/api_docs/intercepts.mdx +++ b/api_docs/intercepts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/intercepts title: "intercepts" image: https://source.unsplash.com/400x175/?github description: API docs for the intercepts plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'intercepts'] --- import interceptsObj from './intercepts.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 9b13246360e4d..d9f2c3354b8ff 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_actions_utils.mdx b/api_docs/kbn_actions_utils.mdx index 692e4b1f92977..8fac4b5fc1786 100644 --- a/api_docs/kbn_actions_utils.mdx +++ b/api_docs/kbn_actions_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-utils title: "@kbn/actions-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-utils'] --- import kbnActionsUtilsObj from './kbn_actions_utils.devdocs.json'; diff --git a/api_docs/kbn_agent_builder_browser.devdocs.json b/api_docs/kbn_agent_builder_browser.devdocs.json new file mode 100644 index 0000000000000..bebf12061698b --- /dev/null +++ b/api_docs/kbn_agent_builder_browser.devdocs.json @@ -0,0 +1,566 @@ +{ + "id": "@kbn/agent-builder-browser", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.formatAgentBuilderErrorMessage", + "type": "Function", + "tags": [], + "label": "formatAgentBuilderErrorMessage", + "description": [], + "signature": [ + "(error: any) => string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.formatAgentBuilderErrorMessage.$1", + "type": "Any", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AgentsServiceStartContract", + "type": "Interface", + "tags": [], + "label": "AgentsServiceStartContract", + "description": [ + "\nPublic-faving contract for AgentBuilder's agents service." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/agents/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AgentsServiceStartContract.list", + "type": "Function", + "tags": [], + "label": "list", + "description": [ + "\nList all agents available." + ], + "signature": [ + "() => Promise<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentDefinition", + "text": "AgentDefinition" + }, + "[]>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/agents/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract", + "type": "Interface", + "tags": [], + "label": "AttachmentServiceStartContract", + "description": [ + "\nPublic-facing contract for the attachment service." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract.addAttachmentType", + "type": "Function", + "tags": [], + "label": "addAttachmentType", + "description": [ + "\nRegisters a UI definition for a specific attachment type.\n" + ], + "signature": [ + "(attachmentType: string, definition: ", + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AttachmentUIDefinition", + "text": "AttachmentUIDefinition" + }, + ") => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract.addAttachmentType.$1", + "type": "string", + "tags": [], + "label": "attachmentType", + "description": [ + "- The unique identifier for the attachment type" + ], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract.addAttachmentType.$2", + "type": "Object", + "tags": [], + "label": "definition", + "description": [ + "- The UI definition for rendering this attachment type" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AttachmentUIDefinition", + "text": "AttachmentUIDefinition" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract.getAttachmentUiDefinition", + "type": "Function", + "tags": [], + "label": "getAttachmentUiDefinition", + "description": [ + "\nRetrieves the UI definition for a specific attachment type.\n" + ], + "signature": [ + "(attachmentType: string) => ", + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AttachmentUIDefinition", + "text": "AttachmentUIDefinition" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentServiceStartContract.getAttachmentUiDefinition.$1", + "type": "string", + "tags": [], + "label": "attachmentType", + "description": [ + "- The type identifier to look up" + ], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The UI definition if registered, undefined otherwise" + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentUIDefinition", + "type": "Interface", + "tags": [], + "label": "AttachmentUIDefinition", + "description": [ + "\nUI definition for rendering attachments of a specific type." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.AttachmentUIDefinition", + "text": "AttachmentUIDefinition" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentUIDefinition.getLabel", + "type": "Function", + "tags": [], + "label": "getLabel", + "description": [ + "\nReturns a human-readable label for the attachment." + ], + "signature": [ + "(attachment: TAttachment) => string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentUIDefinition.getLabel.$1", + "type": "Uncategorized", + "tags": [], + "label": "attachment", + "description": [], + "signature": [ + "TAttachment" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.AttachmentUIDefinition.getIcon", + "type": "Function", + "tags": [], + "label": "getIcon", + "description": [ + "\nReturns the icon type to display for the attachment." + ], + "signature": [ + "(() => ", + "IconType", + ") | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/attachments/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolParams", + "type": "Interface", + "tags": [], + "label": "ExecuteToolParams", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolParams.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolParams.toolParams", + "type": "Object", + "tags": [], + "label": "toolParams", + "description": [], + "signature": [ + "{ [x: string]: unknown; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolParams.connectorId", + "type": "string", + "tags": [], + "label": "connectorId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolReturn", + "type": "Interface", + "tags": [], + "label": "ExecuteToolReturn", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ExecuteToolReturn.results", + "type": "Array", + "tags": [], + "label": "results", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract", + "type": "Interface", + "tags": [], + "label": "ToolServiceStartContract", + "description": [ + "\nPublic-facing contract for AgentBuilder's tool service." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nRetrieve a tool based on its ID." + ], + "signature": [ + "(toolId: string) => Promise<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinitionWithSchema", + "text": "ToolDefinitionWithSchema" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", Record>>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract.get.$1", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract.list", + "type": "Function", + "tags": [], + "label": "list", + "description": [ + "\nList all tools available in the current context." + ], + "signature": [ + "() => Promise<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", Record>[]>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract.execute", + "type": "Function", + "tags": [], + "label": "execute", + "description": [ + "\nExecute a tool and returns the results." + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.ExecuteToolParams", + "text": "ExecuteToolParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.ExecuteToolReturn", + "text": "ExecuteToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-browser", + "id": "def-common.ToolServiceStartContract.execute.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-browser", + "scope": "common", + "docId": "kibKbnAgentBuilderBrowserPluginApi", + "section": "def-common.ExecuteToolParams", + "text": "ExecuteToolParams" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-browser/tools/contract.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_agent_builder_browser.mdx b/api_docs/kbn_agent_builder_browser.mdx new file mode 100644 index 0000000000000..1bb5f75b5babd --- /dev/null +++ b/api_docs/kbn_agent_builder_browser.mdx @@ -0,0 +1,33 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnAgentBuilderBrowserPluginApi +slug: /kibana-dev-docs/api/kbn-agent-builder-browser +title: "@kbn/agent-builder-browser" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/agent-builder-browser plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/agent-builder-browser'] +--- +import kbnAgentBuilderBrowserObj from './kbn_agent_builder_browser.devdocs.json'; + + + +Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 26 | 1 | 11 | 0 | + +## Common + +### Functions + + +### Interfaces + + diff --git a/api_docs/kbn_agent_builder_common.devdocs.json b/api_docs/kbn_agent_builder_common.devdocs.json new file mode 100644 index 0000000000000..7ae6d9d0e2e99 --- /dev/null +++ b/api_docs/kbn_agent_builder_common.devdocs.json @@ -0,0 +1,6914 @@ +{ + "id": "@kbn/agent-builder-common", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentBuilderError", + "type": "Function", + "tags": [], + "label": "createAgentBuilderError", + "description": [], + "signature": [ + "(errorCode: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ", message: string, meta?: Record | undefined) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderError", + "text": "AgentBuilderError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ", Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentBuilderError.$1", + "type": "Enum", + "tags": [], + "label": "errorCode", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentBuilderError.$2", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentBuilderError.$3", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentNotFoundError", + "type": "Function", + "tags": [], + "label": "createAgentNotFoundError", + "description": [], + "signature": [ + "({ agentId, customMessage, meta, }: { agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentNotFoundError", + "text": "AgentBuilderAgentNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "{\n agentId,\n customMessage,\n meta = {},\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentNotFoundError.$1.agentId", + "type": "string", + "tags": [], + "label": "agentId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentNotFoundError.$1.customMessage", + "type": "string", + "tags": [], + "label": "customMessage", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createAgentNotFoundError.$1.meta", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createBadRequestError", + "type": "Function", + "tags": [], + "label": "createBadRequestError", + "description": [], + "signature": [ + "(message: string, meta?: Record) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderBadRequestError", + "text": "AgentBuilderBadRequestError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createBadRequestError.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createBadRequestError.$2", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createConversationNotFoundError", + "type": "Function", + "tags": [], + "label": "createConversationNotFoundError", + "description": [], + "signature": [ + "({ conversationId, customMessage, meta, }: { conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderConversationNotFoundError", + "text": "AgentBuilderConversationNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createConversationNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "{\n conversationId,\n customMessage,\n meta = {},\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createConversationNotFoundError.$1.conversationId", + "type": "string", + "tags": [], + "label": "conversationId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createConversationNotFoundError.$1.customMessage", + "type": "string", + "tags": [], + "label": "customMessage", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createConversationNotFoundError.$1.meta", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createInternalError", + "type": "Function", + "tags": [], + "label": "createInternalError", + "description": [], + "signature": [ + "(message: string, meta?: Record | undefined) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderInternalError", + "text": "AgentBuilderInternalError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createInternalError.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createInternalError.$2", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createRequestAbortedError", + "type": "Function", + "tags": [], + "label": "createRequestAbortedError", + "description": [], + "signature": [ + "(message: string, meta?: Record | undefined) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderRequestAbortedError", + "text": "AgentBuilderRequestAbortedError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createRequestAbortedError.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createRequestAbortedError.$2", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createToolNotFoundError", + "type": "Function", + "tags": [], + "label": "createToolNotFoundError", + "description": [], + "signature": [ + "({ toolId, customMessage, meta, }: { toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderToolNotFoundError", + "text": "AgentBuilderToolNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createToolNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "{\n toolId,\n customMessage,\n meta = {},\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createToolNotFoundError.$1.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createToolNotFoundError.$1.customMessage", + "type": "string", + "tags": [], + "label": "customMessage", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.createToolNotFoundError.$1.meta", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.filterToolsBySelection", + "type": "Function", + "tags": [], + "label": "filterToolsBySelection", + "description": [ + "\nReturns all tools matching at least one of the provided tool selections." + ], + "signature": [ + "(tools: TType[], toolSelection: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + "[]) => TType[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.filterToolsBySelection.$1", + "type": "Array", + "tags": [], + "label": "tools", + "description": [], + "signature": [ + "TType[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.filterToolsBySelection.$2", + "type": "Array", + "tags": [], + "label": "toolSelection", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentBuilderError", + "type": "Function", + "tags": [], + "label": "isAgentBuilderError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderError", + "text": "AgentBuilderError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ", Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentBuilderError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentExecutionError", + "type": "Function", + "tags": [], + "label": "isAgentExecutionError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderInternalError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentExecutionError", + "text": "AgentBuilderAgentExecutionError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentExecutionErrorCode", + "text": "AgentExecutionErrorCode" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentExecutionError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentNotFoundError", + "type": "Function", + "tags": [], + "label": "isAgentNotFoundError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderInternalError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentNotFoundError", + "text": "AgentBuilderAgentNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isAgentNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isBadRequestError", + "type": "Function", + "tags": [], + "label": "isBadRequestError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderInternalError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderBadRequestError", + "text": "AgentBuilderBadRequestError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isBadRequestError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isBrowserToolCallEvent", + "type": "Function", + "tags": [], + "label": "isBrowserToolCallEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEvent", + "text": "BrowserToolCallEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isBrowserToolCallEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isByIdsToolSelection", + "type": "Function", + "tags": [], + "label": "isByIdsToolSelection", + "description": [ + "\nCheck if a given {@link ToolSelection} is a {@link ByIdsToolSelection}" + ], + "signature": [ + "(toolSelection: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + ") => toolSelection is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isByIdsToolSelection.$1", + "type": "Object", + "tags": [], + "label": "toolSelection", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isContextLengthExceededAgentError", + "type": "Function", + "tags": [], + "label": "isContextLengthExceededAgentError", + "description": [ + "\nChecks if the given error is a context length exceeded error" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentExecutionError", + "text": "AgentBuilderAgentExecutionError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentExecutionErrorCode", + "text": "AgentExecutionErrorCode" + }, + ".contextLengthExceeded>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isContextLengthExceededAgentError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationCreatedEvent", + "type": "Function", + "tags": [], + "label": "isConversationCreatedEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationCreatedEvent", + "text": "ConversationCreatedEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationCreatedEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationNotFoundError", + "type": "Function", + "tags": [], + "label": "isConversationNotFoundError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderConversationNotFoundError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderConversationNotFoundError", + "text": "AgentBuilderConversationNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationUpdatedEvent", + "type": "Function", + "tags": [], + "label": "isConversationUpdatedEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationUpdatedEvent", + "text": "ConversationUpdatedEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isConversationUpdatedEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isInProtectedNamespace", + "type": "Function", + "tags": [], + "label": "isInProtectedNamespace", + "description": [ + "\nChecks if the provided tool name belongs to a protected namespace." + ], + "signature": [ + "(toolName: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/namespaces.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isInProtectedNamespace.$1", + "type": "string", + "tags": [], + "label": "toolName", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/namespaces.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isInternalError", + "type": "Function", + "tags": [], + "label": "isInternalError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderInternalError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderInternalError", + "text": "AgentBuilderInternalError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isInternalError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isMessageChunkEvent", + "type": "Function", + "tags": [], + "label": "isMessageChunkEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEvent", + "text": "MessageChunkEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isMessageChunkEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isMessageCompleteEvent", + "type": "Function", + "tags": [], + "label": "isMessageCompleteEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEvent", + "text": "MessageCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isMessageCompleteEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isPromptRequestEvent", + "type": "Function", + "tags": [], + "label": "isPromptRequestEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + "PromptRequestEvent" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isPromptRequestEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReasoningEvent", + "type": "Function", + "tags": [], + "label": "isReasoningEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEvent", + "text": "ReasoningEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReasoningEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReasoningStep", + "type": "Function", + "tags": [], + "label": "isReasoningStep", + "description": [], + "signature": [ + "(step: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStep", + "text": "ConversationRoundStep" + }, + ") => step is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningStep", + "text": "ReasoningStep" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReasoningStep.$1", + "type": "CompoundType", + "tags": [], + "label": "step", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStep", + "text": "ConversationRoundStep" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isRequestAbortedError", + "type": "Function", + "tags": [], + "label": "isRequestAbortedError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderRequestAbortedError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderRequestAbortedError", + "text": "AgentBuilderRequestAbortedError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isRequestAbortedError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReservedToolId", + "type": "Function", + "tags": [], + "label": "isReservedToolId", + "description": [ + "\nCheck if the given ID is a reserved ID\nAtm this only checks for `new` because that's a value we're using for url paths on the UI." + ], + "signature": [ + "(id: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isReservedToolId.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isRoundCompleteEvent", + "type": "Function", + "tags": [], + "label": "isRoundCompleteEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEvent", + "text": "RoundCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isRoundCompleteEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isThinkingCompleteEvent", + "type": "Function", + "tags": [], + "label": "isThinkingCompleteEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEvent", + "text": "ThinkingCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isThinkingCompleteEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolCallEvent", + "type": "Function", + "tags": [], + "label": "isToolCallEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEvent", + "text": "ToolCallEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolCallEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolCallStep", + "type": "Function", + "tags": [], + "label": "isToolCallStep", + "description": [], + "signature": [ + "(step: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStep", + "text": "ConversationRoundStep" + }, + ") => step is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallStep", + "text": "ToolCallStep" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolCallStep.$1", + "type": "CompoundType", + "tags": [], + "label": "step", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStep", + "text": "ConversationRoundStep" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolNotFoundError", + "type": "Function", + "tags": [], + "label": "isToolNotFoundError", + "description": [ + "\nChecks if the given error is a {@link AgentBuilderToolNotFoundError}" + ], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderToolNotFoundError", + "text": "AgentBuilderToolNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolProgressEvent", + "type": "Function", + "tags": [], + "label": "isToolProgressEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEvent", + "text": "ToolProgressEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolProgressEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolResultEvent", + "type": "Function", + "tags": [], + "label": "isToolResultEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + ") => event is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEvent", + "text": "ToolResultEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.isToolResultEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.toolMatchSelection", + "type": "Function", + "tags": [], + "label": "toolMatchSelection", + "description": [ + "\nReturns true if the given tool descriptor matches the provided tool selection." + ], + "signature": [ + "(tool: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolSelectionRelevantFields", + "text": "ToolSelectionRelevantFields" + }, + ", toolSelection: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + ") => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.toolMatchSelection.$1", + "type": "Object", + "tags": [], + "label": "tool", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolSelectionRelevantFields", + "text": "ToolSelectionRelevantFields" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.toolMatchSelection.$2", + "type": "Object", + "tags": [], + "label": "toolSelection", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.validateToolId", + "type": "Function", + "tags": [], + "label": "validateToolId", + "description": [ + "\nValidate that a tool id has the right format,\nreturning an error message if it fails the validation,\nand undefined otherwise.\n" + ], + "signature": [ + "({ toolId, builtIn, }: { toolId: string; builtIn: boolean; }) => string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.validateToolId.$1", + "type": "Object", + "tags": [], + "label": "{\n toolId,\n builtIn,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.validateToolId.$1.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.validateToolId.$1.builtIn", + "type": "boolean", + "tags": [], + "label": "builtIn", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentAnswerStepConfiguration", + "type": "Interface", + "tags": [], + "label": "AgentAnswerStepConfiguration", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentAnswerStepConfiguration.instructions", + "type": "string", + "tags": [], + "label": "instructions", + "description": [ + "\nCustom instruction for the agent's answer step." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentAnswerStepConfiguration.replace_default_instructions", + "type": "CompoundType", + "tags": [], + "label": "replace_default_instructions", + "description": [ + "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderEvent", + "type": "Interface", + "tags": [], + "label": "AgentBuilderEvent", + "description": [ + "\nBase type for all agentBuilder events" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderEvent.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [ + "\nUnique type identifier for the event." + ], + "signature": [ + "TEventType" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderEvent.data", + "type": "Uncategorized", + "tags": [], + "label": "data", + "description": [ + "\nData bound to this event." + ], + "signature": [ + "TData" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap", + "type": "Interface", + "tags": [], + "label": "AgentBuilderTelemetryEventsMap", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.OptInAction", + "type": "Object", + "tags": [], + "label": "[AGENT_BUILDER_EVENT_TYPES.OptInAction]", + "description": [], + "signature": [ + "ReportOptInActionParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.OptOut", + "type": "Object", + "tags": [], + "label": "[AGENT_BUILDER_EVENT_TYPES.OptOut]", + "description": [], + "signature": [ + "ReportOptOutParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.AddToChatClicked", + "type": "Object", + "tags": [], + "label": "[AGENT_BUILDER_EVENT_TYPES.AddToChatClicked]", + "description": [], + "signature": [ + "ReportAddToChatClickedParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.RoundComplete", + "type": "Object", + "tags": [], + "label": "[AGENT_BUILDER_EVENT_TYPES.RoundComplete]", + "description": [], + "signature": [ + "ReportRoundCompleteParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.RoundError", + "type": "Object", + "tags": [], + "label": "[AGENT_BUILDER_EVENT_TYPES.RoundError]", + "description": [], + "signature": [ + "ReportRoundErrorParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentCapabilities", + "type": "Interface", + "tags": [], + "label": "AgentCapabilities", + "description": [ + "\nSet of capabilities to use when calling an agent." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentCapabilities.visualizations", + "type": "CompoundType", + "tags": [], + "label": "visualizations", + "description": [ + "\nIf true, will allow the agent to return visualizations in the response." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/capabilities.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration", + "type": "Interface", + "tags": [], + "label": "AgentConfiguration", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration.instructions", + "type": "string", + "tags": [], + "label": "instructions", + "description": [ + "\nCustom instruction for the agent.\n\nInstructions specified that way will be added to both the research and answer prompts.\nFor custom per-step instructions, use the `research` and `answer` configuration fields instead." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration.replace_default_instructions", + "type": "CompoundType", + "tags": [], + "label": "replace_default_instructions", + "description": [ + "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it.\n\nThis will impact both the research and answer prompts. For custom per-step instructions, use the `research` and `answer` configuration fields instead." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration.tools", + "type": "Array", + "tags": [], + "label": "tools", + "description": [ + "\nList of tools exposed to the agent" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration.research", + "type": "Object", + "tags": [], + "label": "research", + "description": [ + "\nCustom configuration for the research step of the agent." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentResearchStepConfiguration", + "text": "AgentResearchStepConfiguration" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfiguration.answer", + "type": "Object", + "tags": [], + "label": "answer", + "description": [ + "\nCustom configuration for the answer step of the agent." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentAnswerStepConfiguration", + "text": "AgentAnswerStepConfiguration" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition", + "type": "Interface", + "tags": [], + "label": "AgentDefinition", + "description": [ + "\nDefinition of a agentBuilder agent." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nId of the agent" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nThe type of the agent (only for type for now, here for future-proofing)" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentType", + "text": "AgentType" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.name", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "\nHuman-readable name for the agent." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "\nHuman-readable description for the agent." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.readonly", + "type": "boolean", + "tags": [], + "label": "readonly", + "description": [ + "\nread-only attribute.\nBuilt-in agents are readonly, user-created agent are not." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.labels", + "type": "Array", + "tags": [], + "label": "labels", + "description": [ + "\nOptional labels used to organize or filter agents" + ], + "signature": [ + "string[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.avatar_icon", + "type": "string", + "tags": [], + "label": "avatar_icon", + "description": [ + "\nOptional avatar eui icon for built-in agents" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.avatar_color", + "type": "string", + "tags": [], + "label": "avatar_color", + "description": [ + "\nOptional color used to represent the agent in the UI" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.avatar_symbol", + "type": "string", + "tags": [], + "label": "avatar_symbol", + "description": [ + "\nOptional symbol used to represent the agent in the UI" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentDefinition.configuration", + "type": "Object", + "tags": [], + "label": "configuration", + "description": [ + "\nConfiguration associated with this agent" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentConfiguration", + "text": "AgentConfiguration" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentResearchStepConfiguration", + "type": "Interface", + "tags": [], + "label": "AgentResearchStepConfiguration", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentResearchStepConfiguration.instructions", + "type": "string", + "tags": [], + "label": "instructions", + "description": [ + "\nCustom instruction for the agent's research step." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentResearchStepConfiguration.replace_default_instructions", + "type": "CompoundType", + "tags": [], + "label": "replace_default_instructions", + "description": [ + "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AssistantResponse", + "type": "Interface", + "tags": [], + "label": "AssistantResponse", + "description": [ + "\nRepresents the final answer from the agent in a conversation round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AssistantResponse.message", + "type": "string", + "tags": [], + "label": "message", + "description": [ + "\nThe text message from the assistant." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AssistantResponse.structured_output", + "type": "Uncategorized", + "tags": [], + "label": "structured_output", + "description": [], + "signature": [ + "object | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserApiToolMetadata", + "type": "Interface", + "tags": [], + "label": "BrowserApiToolMetadata", + "description": [ + "\nBrowser API tool metadata that can be transmitted between browser and server.\n\nThis represents a browser-side tool definition in a serializable format.\nHandlers are not serializable, so they are excluded from this metadata type.\n" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/browser_tool_metadata.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserApiToolMetadata.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nUnique identifier for the tool.\nMust use underscores (not dots) to comply with OpenAI API requirements.\nShould follow naming convention: consumer_domain_action\nExample: 'set_time_range', 'update_filters'" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/browser_tool_metadata.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserApiToolMetadata.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "\nDescription of what the tool does.\nThis is provided to the LLM to help it understand when and how to use the tool." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/browser_tool_metadata.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserApiToolMetadata.schema", + "type": "CompoundType", + "tags": [], + "label": "schema", + "description": [ + "\nJSON Schema representation of the tool's parameters.\nGenerated from the tool's Zod schema." + ], + "signature": [ + "JsonSchema7TypeUnion", + " & JsonSchema7Meta" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/browser_tool_metadata.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserToolCallEventData", + "type": "Interface", + "tags": [], + "label": "BrowserToolCallEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserToolCallEventData.tool_call_id", + "type": "string", + "tags": [], + "label": "tool_call_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserToolCallEventData.tool_id", + "type": "string", + "tags": [], + "label": "tool_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserToolCallEventData.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ [x: string]: unknown; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ByIdsToolSelection", + "type": "Interface", + "tags": [], + "label": "ByIdsToolSelection", + "description": [ + "\nRepresents a tool selection based on individual tool IDs\n\nThe '*' wildcard can be used for ID selection, to inform that all tools should be selected.\n" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ByIdsToolSelection.tool_ids", + "type": "Array", + "tags": [], + "label": "tool_ids", + "description": [ + "\nList of individual tool ids to select." + ], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation", + "type": "Interface", + "tags": [], + "label": "Conversation", + "description": [ + "\nMain structure representing a conversation with an agent." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "unique id for this conversation" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.agent_id", + "type": "string", + "tags": [], + "label": "agent_id", + "description": [ + "id of the agent this conversation is bound to" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.user", + "type": "Object", + "tags": [], + "label": "user", + "description": [ + "info of the owner of the discussion" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.UserIdAndName", + "text": "UserIdAndName" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.title", + "type": "string", + "tags": [], + "label": "title", + "description": [ + "title of the conversation" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.created_at", + "type": "string", + "tags": [], + "label": "created_at", + "description": [ + "creation date" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.updated_at", + "type": "string", + "tags": [], + "label": "updated_at", + "description": [ + "update date" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.rounds", + "type": "Array", + "tags": [], + "label": "rounds", + "description": [ + "list of round for this conversation" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRound", + "text": "ConversationRound" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.Conversation.attachments", + "type": "Array", + "tags": [], + "label": "attachments", + "description": [ + "\nConversation-level versioned attachments.\nThese attachments are shared across all rounds and can be referenced via attachment_refs." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.VersionedAttachment", + "text": "VersionedAttachment" + }, + "[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationCreatedEventData", + "type": "Interface", + "tags": [], + "label": "ConversationCreatedEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationCreatedEventData.conversation_id", + "type": "string", + "tags": [], + "label": "conversation_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationCreatedEventData.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationIdSetEventData", + "type": "Interface", + "tags": [], + "label": "ConversationIdSetEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationIdSetEventData.conversation_id", + "type": "string", + "tags": [], + "label": "conversation_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound", + "type": "Interface", + "tags": [], + "label": "ConversationRound", + "description": [ + "\nRepresents a round in a conversation, containing all the information\nrelated to this particular round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "unique id for this round" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.status", + "type": "Enum", + "tags": [], + "label": "status", + "description": [ + "current status of the round" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStatus", + "text": "ConversationRoundStatus" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.state", + "type": "Object", + "tags": [], + "label": "state", + "description": [ + "persisted state to resume interrupted states" + ], + "signature": [ + "RoundState", + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.pending_prompt", + "type": "Object", + "tags": [], + "label": "pending_prompt", + "description": [ + "if status is awaiting_prompt, contains the current prompt request" + ], + "signature": [ + "ConfirmationPrompt", + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.input", + "type": "Object", + "tags": [], + "label": "input", + "description": [ + "The user input that initiated the round" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundInput", + "text": "RoundInput" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.steps", + "type": "Array", + "tags": [], + "label": "steps", + "description": [ + "List of intermediate steps before the end result, such as tool calls" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStep", + "text": "ConversationRoundStep" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.response", + "type": "Object", + "tags": [], + "label": "response", + "description": [ + "The final response from the assistant" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AssistantResponse", + "text": "AssistantResponse" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.started_at", + "type": "string", + "tags": [], + "label": "started_at", + "description": [ + "when the round was started" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.time_to_first_token", + "type": "number", + "tags": [], + "label": "time_to_first_token", + "description": [ + "time it took to first token, in ms" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.time_to_last_token", + "type": "number", + "tags": [], + "label": "time_to_last_token", + "description": [ + "time it took to last token, in ms" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.model_usage", + "type": "Object", + "tags": [], + "label": "model_usage", + "description": [ + "Model Usage statistics for this round" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundModelUsageStats", + "text": "RoundModelUsageStats" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRound.trace_id", + "type": "CompoundType", + "tags": [], + "label": "trace_id", + "description": [ + "when tracing is enabled, contains the traceId associated with this round" + ], + "signature": [ + "string | string[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationUpdatedEventData", + "type": "Interface", + "tags": [], + "label": "ConversationUpdatedEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationUpdatedEventData.conversation_id", + "type": "string", + "tags": [], + "label": "conversation_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationUpdatedEventData.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConverseInput", + "type": "Interface", + "tags": [], + "label": "ConverseInput", + "description": [ + "\nRepresents the input used to interact with an agent (new round, resume round)" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConverseInput.message", + "type": "string", + "tags": [], + "label": "message", + "description": [ + "\nA text message from the user." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConverseInput.attachments", + "type": "Array", + "tags": [ + "deprecated" + ], + "label": "attachments", + "description": [ + "\nOptional attachments to provide to the agent." + ], + "signature": [ + "AttachmentInput", + ">[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": true, + "trackAdoption": false, + "references": [ + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/preflight_checks.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/chat.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts" + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConverseInput.attachment_refs", + "type": "Array", + "tags": [], + "label": "attachment_refs", + "description": [ + "\nReferences to versioned conversation-level attachments." + ], + "signature": [ + "AttachmentVersionRef", + "[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConverseInput.prompt_response", + "type": "Object", + "tags": [], + "label": "prompt_response", + "description": [ + "\nResponse from the user to an prompt request." + ], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParam", + "type": "Interface", + "tags": [], + "label": "EsqlToolParam", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParam.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [ + "\nThe data types of the parameter. Must be one of these" + ], + "signature": [ + "\"boolean\" | \"object\" | \"nested\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"float\" | \"double\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParam.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "\nDescription of the parameter's purpose or expected values." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParam.optional", + "type": "CompoundType", + "tags": [], + "label": "optional", + "description": [ + "\nWhether the parameter is optional." + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParam.defaultValue", + "type": "CompoundType", + "tags": [], + "label": "defaultValue", + "description": [ + "\nDefault value for the parameter when it's optional and not provided.\nMust be compatible with the parameter's type (see EsqlToolParamValue)." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsqlToolParamValue", + "text": "EsqlToolParamValue" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageChunkEventData", + "type": "Interface", + "tags": [], + "label": "MessageChunkEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageChunkEventData.message_id", + "type": "string", + "tags": [], + "label": "message_id", + "description": [ + "ID of the message this chunk is bound to" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageChunkEventData.text_chunk", + "type": "string", + "tags": [], + "label": "text_chunk", + "description": [ + "chunk (text delta)" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageCompleteEventData", + "type": "Interface", + "tags": [], + "label": "MessageCompleteEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageCompleteEventData.message_id", + "type": "string", + "tags": [], + "label": "message_id", + "description": [ + "ID of the message" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageCompleteEventData.message_content", + "type": "string", + "tags": [], + "label": "message_content", + "description": [ + "full text content of the message" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageCompleteEventData.structured_output", + "type": "Uncategorized", + "tags": [], + "label": "structured_output", + "description": [ + "optional structured data" + ], + "signature": [ + "object | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningEventData", + "type": "Interface", + "tags": [], + "label": "ReasoningEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningEventData.reasoning", + "type": "string", + "tags": [], + "label": "reasoning", + "description": [ + "plain text reasoning content" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningEventData.transient", + "type": "CompoundType", + "tags": [], + "label": "transient", + "description": [ + "if true, will not be persisted or displaying in the thinking panel, only displayed as \"current thinking\"" + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningStepData", + "type": "Interface", + "tags": [], + "label": "ReasoningStepData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningStepData.reasoning", + "type": "string", + "tags": [], + "label": "reasoning", + "description": [ + "plain text reasoning content" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningStepData.transient", + "type": "CompoundType", + "tags": [], + "label": "transient", + "description": [ + "if true, will not be displayed in the thinking panel, only used as \"current thinking\"" + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundCompleteEventData", + "type": "Interface", + "tags": [], + "label": "RoundCompleteEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundCompleteEventData.round", + "type": "Object", + "tags": [], + "label": "round", + "description": [ + "round that was completed" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRound", + "text": "ConversationRound" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundCompleteEventData.resumed", + "type": "CompoundType", + "tags": [], + "label": "resumed", + "description": [ + "if true, it means the round was resumed, so we need to replace the last one instead of adding a new one" + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundInput", + "type": "Interface", + "tags": [], + "label": "RoundInput", + "description": [ + "\nRepresents the input that initiated a conversation round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundInput.message", + "type": "string", + "tags": [], + "label": "message", + "description": [ + "\nA text message from the user." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundInput.attachments", + "type": "Array", + "tags": [ + "deprecated" + ], + "label": "attachments", + "description": [ + "\nOptional attachments to provide to the agent." + ], + "signature": [ + "Attachment", + ">[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": true, + "trackAdoption": false, + "references": [ + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/public/application/utils/new_conversation.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/public/application/components/conversations/conversation_rounds/round_layout.tsx" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/default/run_chat_agent.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/agent_builder_api_integration/apis/converse/attachments.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/agent_builder_api_integration/apis/converse/attachments.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.test.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/utils/prepare_conversation.ts" + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundInput.attachment_refs", + "type": "Array", + "tags": [], + "label": "attachment_refs", + "description": [ + "\nReferences to versioned conversation-level attachments." + ], + "signature": [ + "AttachmentVersionRef", + "[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats", + "type": "Interface", + "tags": [], + "label": "RoundModelUsageStats", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats.connector_id", + "type": "string", + "tags": [], + "label": "connector_id", + "description": [ + "\nId of the connector used for this round" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats.llm_calls", + "type": "number", + "tags": [], + "label": "llm_calls", + "description": [ + "\nNumber of LLM calls which were done during this round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats.input_tokens", + "type": "number", + "tags": [], + "label": "input_tokens", + "description": [ + "\nTotal number of input tokens sent this round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats.output_tokens", + "type": "number", + "tags": [], + "label": "output_tokens", + "description": [ + "\nTotal number of output tokens received this round." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundModelUsageStats.model", + "type": "string", + "tags": [], + "label": "model", + "description": [ + "\nModel identifier from the provider response, if available." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ThinkingCompleteEventData", + "type": "Interface", + "tags": [], + "label": "ThinkingCompleteEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ThinkingCompleteEventData.time_to_first_token", + "type": "number", + "tags": [], + "label": "time_to_first_token", + "description": [ + "time elapsed from round start to first token arrival, in ms" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallEventData", + "type": "Interface", + "tags": [], + "label": "ToolCallEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallEventData.tool_call_id", + "type": "string", + "tags": [], + "label": "tool_call_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallEventData.tool_id", + "type": "string", + "tags": [], + "label": "tool_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallEventData.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ [x: string]: unknown; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallProgress", + "type": "Interface", + "tags": [], + "label": "ToolCallProgress", + "description": [ + "\nTool call progress which were emitted during the tool execution" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallProgress.message", + "type": "string", + "tags": [], + "label": "message", + "description": [ + "\nThe full text message" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult", + "type": "Interface", + "tags": [], + "label": "ToolCallWithResult", + "description": [ + "\nRepresents a tool call with the corresponding result." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult.tool_call_id", + "type": "string", + "tags": [], + "label": "tool_call_id", + "description": [ + "\nId of the tool call, as returned by the LLM" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult.tool_id", + "type": "string", + "tags": [], + "label": "tool_id", + "description": [ + "\nIdentifier of the tool." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [ + "\nArguments the tool was called with." + ], + "signature": [ + "{ [x: string]: any; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult.progression", + "type": "Array", + "tags": [], + "label": "progression", + "description": [ + "\nList of progress message which were send during that tool call" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallProgress", + "text": "ToolCallProgress" + }, + "[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallWithResult.results", + "type": "Array", + "tags": [], + "label": "results", + "description": [ + "\nResult of the tool" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition", + "type": "Interface", + "tags": [], + "label": "ToolDefinition", + "description": [ + "\nSerializable representation of a tool, without its handler or schema.\n\nUse as a common base for browser-side and server-side tool types." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nA unique id for this tool." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [ + "\nThe type of the tool" + ], + "signature": [ + "TType" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "\nThe description for this tool, which will be exposed to the LLM." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.readonly", + "type": "boolean", + "tags": [], + "label": "readonly", + "description": [ + "\nIndicate whether this tool is editable by users or not." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.tags", + "type": "Array", + "tags": [], + "label": "tags", + "description": [ + "\nOptional list of tags attached to this tool." + ], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinition.configuration", + "type": "Uncategorized", + "tags": [], + "label": "configuration", + "description": [ + "\nThe type-specific configuration for this tool." + ], + "signature": [ + "TConfig" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinitionWithSchema", + "type": "Interface", + "tags": [], + "label": "ToolDefinitionWithSchema", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinitionWithSchema", + "text": "ToolDefinitionWithSchema" + }, + " extends ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolDefinitionWithSchema.schema", + "type": "Object", + "tags": [], + "label": "schema", + "description": [ + "\nthe JSON schema associated with this tool's input parameters." + ], + "signature": [ + "{ type: \"object\"; properties: Record; additionalProperties?: boolean | ", + "JsonSchema7Type", + " | undefined; required?: string[] | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolProgressEventData", + "type": "Interface", + "tags": [], + "label": "ToolProgressEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolProgressEventData.tool_call_id", + "type": "string", + "tags": [], + "label": "tool_call_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolProgressEventData.message", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultEventData", + "type": "Interface", + "tags": [], + "label": "ToolResultEventData", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultEventData.tool_call_id", + "type": "string", + "tags": [], + "label": "tool_call_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultEventData.tool_id", + "type": "string", + "tags": [], + "label": "tool_id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultEventData.results", + "type": "Array", + "tags": [], + "label": "results", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.UserIdAndName", + "type": "Interface", + "tags": [], + "label": "UserIdAndName", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/users.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.UserIdAndName.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/users.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.UserIdAndName.username", + "type": "string", + "tags": [], + "label": "username", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/users.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment", + "type": "Interface", + "tags": [], + "label": "VersionedAttachment", + "description": [ + "\nRepresents a conversation-level versioned attachment.\nContains all versions of the attachment and metadata." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.VersionedAttachment", + "text": "VersionedAttachment" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "Unique identifier for the attachment" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.type", + "type": "Uncategorized", + "tags": [], + "label": "type", + "description": [ + "Type of the attachment" + ], + "signature": [ + "Type" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.versions", + "type": "Array", + "tags": [], + "label": "versions", + "description": [ + "Array of all versions (ordered by version number)" + ], + "signature": [ + "AttachmentVersion", + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.current_version", + "type": "number", + "tags": [], + "label": "current_version", + "description": [ + "Current active version number" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "Human-readable description of the attachment" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.active", + "type": "CompoundType", + "tags": [], + "label": "active", + "description": [ + "Status of the attachment" + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.hidden", + "type": "CompoundType", + "tags": [], + "label": "hidden", + "description": [ + "Whether the attachment should be hidden from the user" + ], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.VersionedAttachment.client_id", + "type": "string", + "tags": [], + "label": "client_id", + "description": [ + "The client-provided ID if this attachment was created with one (e.g., via flyout configuration)" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorCode", + "type": "Enum", + "tags": [], + "label": "AgentBuilderErrorCode", + "description": [ + "\nCode to identify agentBuilder errors" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentExecutionErrorCode", + "type": "Enum", + "tags": [], + "label": "AgentExecutionErrorCode", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/execution_errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ChatEventType", + "type": "Enum", + "tags": [], + "label": "ChatEventType", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRoundStatus", + "type": "Enum", + "tags": [], + "label": "ConversationRoundStatus", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRoundStepType", + "type": "Enum", + "tags": [], + "label": "ConversationRoundStepType", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolFieldType", + "type": "Enum", + "tags": [], + "label": "EsqlToolFieldType", + "description": [ + "\nCommon ES Field Types" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsResourceType", + "type": "Enum", + "tags": [], + "label": "EsResourceType", + "description": [ + "\nRepresents the type of a \"searchable\" resource in the cluster.\nSearchable resources are indices, aliases and data streams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/resources.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultType", + "type": "Enum", + "tags": [], + "label": "ToolResultType", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolType", + "type": "Enum", + "tags": [], + "label": "ToolType", + "description": [ + "\nPossible types of tools" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/definition.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.activeToolsCountWarningThreshold", + "type": "number", + "tags": [], + "label": "activeToolsCountWarningThreshold", + "description": [ + "\nThe number of active tools that will trigger a warning in the UI.\nAgent will perform poorly if it has too many tools." + ], + "signature": [ + "24" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderAgentExecutionError", + "type": "Type", + "tags": [], + "label": "AgentBuilderAgentExecutionError", + "description": [ + "\nRepresents an error related to agent execution" + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".agentExecutionError, { errCode: ErrCode; } & ", + "ExecutionErrorMetaOf", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderAgentNotFoundError", + "type": "Type", + "tags": [], + "label": "AgentBuilderAgentNotFoundError", + "description": [ + "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".agentNotFound, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderBadRequestError", + "type": "Type", + "tags": [], + "label": "AgentBuilderBadRequestError", + "description": [ + "\nRepresents a generic bad request error" + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".badRequest, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderConversationNotFoundError", + "type": "Type", + "tags": [], + "label": "AgentBuilderConversationNotFoundError", + "description": [ + "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".conversationNotFound, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.agentBuilderDefaultAgentId", + "type": "string", + "tags": [], + "label": "agentBuilderDefaultAgentId", + "description": [ + "\nID of the agentBuilder default conversational agent" + ], + "signature": [ + "\"elastic-ai-agent\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderError", + "type": "Type", + "tags": [], + "label": "AgentBuilderError", + "description": [ + "\nBase error class used for all agentBuilder errors." + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderEventTypes", + "type": "Type", + "tags": [], + "label": "AgentBuilderEventTypes", + "description": [], + "signature": [ + "\"agent_builder_opt_in_action\" | \"agent_builder_opt_out\" | \"agent_builder_add_to_chat_clicked\" | \"agent_builder_round_complete\" | \"agent_builder_round_error\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderInternalError", + "type": "Type", + "tags": [], + "label": "AgentBuilderInternalError", + "description": [ + "\nRepresents an internal error" + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".internalError, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.agentBuilderPublicEbtEvents", + "type": "Array", + "tags": [], + "label": "agentBuilderPublicEbtEvents", + "description": [], + "signature": [ + "EventTypeOpts", + ">[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderRequestAbortedError", + "type": "Type", + "tags": [], + "label": "AgentBuilderRequestAbortedError", + "description": [ + "\nRepresents an internal error" + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".requestAborted, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.agentBuilderServerEbtEvents", + "type": "Array", + "tags": [], + "label": "agentBuilderServerEbtEvents", + "description": [], + "signature": [ + "EventTypeOpts", + ">[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderToolNotFoundError", + "type": "Type", + "tags": [], + "label": "AgentBuilderToolNotFoundError", + "description": [ + "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." + ], + "signature": [ + { + "pluginId": "@kbn/sse-utils", + "scope": "common", + "docId": "kibKbnSseUtilsPluginApi", + "section": "def-common.ServerSentEventError", + "text": "ServerSentEventError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ".toolNotFound, Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentConfigurationOverrides", + "type": "Type", + "tags": [], + "label": "AgentConfigurationOverrides", + "description": [ + "\nRuntime configuration overrides for agent execution.\nThese override the stored agent configuration for a single execution instance.\nEach field, if provided, completely replaces the corresponding field in the stored configuration." + ], + "signature": [ + "{ instructions?: string | undefined; replace_default_instructions?: boolean | undefined; tools?: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + "[] | undefined; research?: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentResearchStepConfiguration", + "text": "AgentResearchStepConfiguration" + }, + " | undefined; answer?: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentAnswerStepConfiguration", + "text": "AgentAnswerStepConfiguration" + }, + " | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentType", + "type": "string", + "tags": [], + "label": "AgentType", + "description": [ + "\nThe type of an agent.\nOnly one type for now, this enum is mostly here for future-proofing." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/definition.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.allToolsSelection", + "type": "Array", + "tags": [], + "label": "allToolsSelection", + "description": [ + "\nConstant tool selection to select all tools" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.allToolsSelectionWildcard", + "type": "string", + "tags": [], + "label": "allToolsSelectionWildcard", + "description": [ + "\n\"all tools\" wildcard which can be used for tool selection" + ], + "signature": [ + "\"*\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.BrowserToolCallEvent", + "type": "Type", + "tags": [], + "label": "BrowserToolCallEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".browserToolCall, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEventData", + "text": "BrowserToolCallEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ChatAgentEvent", + "type": "Type", + "tags": [], + "label": "ChatAgentEvent", + "description": [ + "\nAll types of events that can be emitted from an agent execution." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEvent", + "text": "ToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEvent", + "text": "BrowserToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEvent", + "text": "ToolProgressEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEvent", + "text": "ToolResultEvent" + }, + " | ", + "PromptRequestEvent", + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEvent", + "text": "ReasoningEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEvent", + "text": "MessageChunkEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEvent", + "text": "MessageCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEvent", + "text": "ThinkingCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEvent", + "text": "RoundCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ChatEvent", + "type": "Type", + "tags": [], + "label": "ChatEvent", + "description": [ + "\nAll types of events that can be emitted from the chat API." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatAgentEvent", + "text": "ChatAgentEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationCreatedEvent", + "text": "ConversationCreatedEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationUpdatedEvent", + "text": "ConversationUpdatedEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationIdSetEvent", + "text": "ConversationIdSetEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ChatEventBase", + "type": "Type", + "tags": [], + "label": "ChatEventBase", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationCreatedEvent", + "type": "Type", + "tags": [], + "label": "ConversationCreatedEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".conversationCreated, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationCreatedEventData", + "text": "ConversationCreatedEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationIdSetEvent", + "type": "Type", + "tags": [], + "label": "ConversationIdSetEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".conversationIdSet, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationIdSetEventData", + "text": "ConversationIdSetEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationRoundStep", + "type": "Type", + "tags": [], + "label": "ConversationRoundStep", + "description": [ + "\nDefines all possible types for round steps." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallStep", + "text": "ToolCallStep" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningStep", + "text": "ReasoningStep" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationUpdatedEvent", + "type": "Type", + "tags": [], + "label": "ConversationUpdatedEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".conversationUpdated, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationUpdatedEventData", + "text": "ConversationUpdatedEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ConversationWithoutRounds", + "type": "Type", + "tags": [], + "label": "ConversationWithoutRounds", + "description": [], + "signature": [ + "{ id: string; title: string; user: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.UserIdAndName", + "text": "UserIdAndName" + }, + "; created_at: string; updated_at: string; attachments?: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.VersionedAttachment", + "text": "VersionedAttachment" + }, + "[] | undefined; agent_id: string; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.defaultAgentToolIds", + "type": "Array", + "tags": [], + "label": "defaultAgentToolIds", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.editableToolTypes", + "type": "Array", + "tags": [], + "label": "editableToolTypes", + "description": [ + "\nList of tool types which can be created / edited by a user." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ErrorResult", + "type": "Type", + "tags": [], + "label": "ErrorResult", + "description": [], + "signature": [ + "ToolResultMixin<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultType", + "text": "ToolResultType" + }, + ".error, { message: string; stack?: unknown; metadata?: Record | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolConfig", + "type": "Type", + "tags": [], + "label": "EsqlToolConfig", + "description": [], + "signature": [ + "{ query: string; params: Record; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolDefinition", + "type": "Type", + "tags": [], + "label": "EsqlToolDefinition", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ".esql, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsqlToolConfig", + "text": "EsqlToolConfig" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolDefinitionWithSchema", + "type": "Type", + "tags": [], + "label": "EsqlToolDefinitionWithSchema", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinitionWithSchema", + "text": "ToolDefinitionWithSchema" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ".esql, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsqlToolConfig", + "text": "EsqlToolConfig" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolFieldTypes", + "type": "Type", + "tags": [], + "label": "EsqlToolFieldTypes", + "description": [], + "signature": [ + "\"boolean\" | \"object\" | \"nested\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"float\" | \"double\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.EsqlToolParamValue", + "type": "Type", + "tags": [], + "label": "EsqlToolParamValue", + "description": [ + "\nValid types for parameter values and default values" + ], + "signature": [ + "string | number | boolean | Record | Record[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.IndexSearchToolDefinitionWithSchema", + "type": "Type", + "tags": [], + "label": "IndexSearchToolDefinitionWithSchema", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinitionWithSchema", + "text": "ToolDefinitionWithSchema" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ".index_search, ", + "IndexSearchToolConfig", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/types/index_search.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageChunkEvent", + "type": "Type", + "tags": [], + "label": "MessageChunkEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".messageChunk, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEventData", + "text": "MessageChunkEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.MessageCompleteEvent", + "type": "Type", + "tags": [], + "label": "MessageCompleteEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".messageComplete, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEventData", + "text": "MessageCompleteEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.OtherResult", + "type": "Type", + "tags": [], + "label": "OtherResult", + "description": [], + "signature": [ + "ToolResultMixin<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultType", + "text": "ToolResultType" + }, + ".other, T>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.protectedNamespaces", + "type": "Array", + "tags": [], + "label": "protectedNamespaces", + "description": [ + "\nList of protected namespaces which can only be used by internal tools." + ], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/namespaces.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.QueryResult", + "type": "Type", + "tags": [], + "label": "QueryResult", + "description": [], + "signature": [ + "ToolResultMixin<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultType", + "text": "ToolResultType" + }, + ".query, { esql: string; }>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningEvent", + "type": "Type", + "tags": [], + "label": "ReasoningEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".reasoning, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEventData", + "text": "ReasoningEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ReasoningStep", + "type": "Type", + "tags": [], + "label": "ReasoningStep", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningStepData", + "text": "ReasoningStepData" + }, + " & { type: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStepType", + "text": "ConversationRoundStepType" + }, + ".reasoning; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ResolvedAgentCapabilities", + "type": "Type", + "tags": [], + "label": "ResolvedAgentCapabilities", + "description": [], + "signature": [ + "{ visualizations: boolean; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ResourceResult", + "type": "Type", + "tags": [], + "label": "ResourceResult", + "description": [], + "signature": [ + "ToolResultMixin<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultType", + "text": "ToolResultType" + }, + ".resource, { reference: { id: string; index: string; }; title?: string | undefined; partial?: boolean | undefined; content: Record; }>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.RoundCompleteEvent", + "type": "Type", + "tags": [], + "label": "RoundCompleteEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".roundComplete, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEventData", + "text": "RoundCompleteEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.SerializedAgentBuilderError", + "type": "Type", + "tags": [], + "label": "SerializedAgentBuilderError", + "description": [], + "signature": [ + "{ error: { code: string; message: string; meta?: Record | undefined; }; } & { type: ", + "ServerSentEventType", + ".error; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.TabularDataResult", + "type": "Type", + "tags": [], + "label": "TabularDataResult", + "description": [], + "signature": [ + "ToolResultMixin<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultType", + "text": "ToolResultType" + }, + ".tabularData, { source?: \"esql\" | undefined; query: string; columns: ", + "EsqlEsqlColumnInfo", + "[]; values: ", + "FieldValue", + "[][]; }>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ThinkingCompleteEvent", + "type": "Type", + "tags": [], + "label": "ThinkingCompleteEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".thinkingComplete, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEventData", + "text": "ThinkingCompleteEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallEvent", + "type": "Type", + "tags": [], + "label": "ToolCallEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".toolCall, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEventData", + "text": "ToolCallEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolCallStep", + "type": "Type", + "tags": [], + "label": "ToolCallStep", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallWithResult", + "text": "ToolCallWithResult" + }, + " & { type: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ConversationRoundStepType", + "text": "ConversationRoundStepType" + }, + ".toolCall; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/conversation.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.toolIdMaxLength", + "type": "number", + "tags": [], + "label": "toolIdMaxLength", + "description": [], + "signature": [ + "64" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolProgressEvent", + "type": "Type", + "tags": [], + "label": "ToolProgressEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".toolProgress, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEventData", + "text": "ToolProgressEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResult", + "type": "Type", + "tags": [], + "label": "ToolResult", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ResourceResult", + "text": "ResourceResult" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.TabularDataResult", + "text": "TabularDataResult" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.QueryResult", + "text": "QueryResult" + }, + " | ", + "VisualizationResult", + " | ", + "DashboardResult", + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.OtherResult", + "text": "OtherResult" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ErrorResult", + "text": "ErrorResult" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_result.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolResultEvent", + "type": "Type", + "tags": [], + "label": "ToolResultEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".toolResult, ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEventData", + "text": "ToolResultEventData" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/chat/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolSelection", + "type": "Type", + "tags": [], + "label": "ToolSelection", + "description": [ + "\nAll possible subtypes for tool selection - for now there is only one." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ByIdsToolSelection", + "text": "ByIdsToolSelection" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.ToolSelectionRelevantFields", + "type": "Type", + "tags": [], + "label": "ToolSelectionRelevantFields", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_selection.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AGENT_BUILDER_EVENT_TYPES", + "type": "Object", + "tags": [], + "label": "AGENT_BUILDER_EVENT_TYPES", + "description": [], + "signature": [ + "{ readonly OptInAction: \"agent_builder_opt_in_action\"; readonly OptOut: \"agent_builder_opt_out\"; readonly AddToChatClicked: \"agent_builder_add_to_chat_clicked\"; readonly RoundComplete: \"agent_builder_round_complete\"; readonly RoundError: \"agent_builder_round_error\"; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/telemetry/agent_builder_events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils", + "type": "Object", + "tags": [], + "label": "AgentBuilderErrorUtils", + "description": [ + "\nGlobal utility exposing all error utilities from a single export." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentBuilderError", + "type": "Function", + "tags": [], + "label": "isAgentBuilderError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderError", + "text": "AgentBuilderError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderErrorCode", + "text": "AgentBuilderErrorCode" + }, + ", Record>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentBuilderError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isInternalError", + "type": "Function", + "tags": [], + "label": "isInternalError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderInternalError", + "text": "AgentBuilderInternalError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isInternalError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isToolNotFoundError", + "type": "Function", + "tags": [], + "label": "isToolNotFoundError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderToolNotFoundError", + "text": "AgentBuilderToolNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isToolNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentNotFoundError", + "type": "Function", + "tags": [], + "label": "isAgentNotFoundError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentNotFoundError", + "text": "AgentBuilderAgentNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isConversationNotFoundError", + "type": "Function", + "tags": [], + "label": "isConversationNotFoundError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderConversationNotFoundError", + "text": "AgentBuilderConversationNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isConversationNotFoundError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentExecutionError", + "type": "Function", + "tags": [], + "label": "isAgentExecutionError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentExecutionError", + "text": "AgentBuilderAgentExecutionError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentExecutionErrorCode", + "text": "AgentExecutionErrorCode" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isAgentExecutionError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isContextLengthExceededAgentError", + "type": "Function", + "tags": [], + "label": "isContextLengthExceededAgentError", + "description": [], + "signature": [ + "(err: unknown) => err is ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentExecutionError", + "text": "AgentBuilderAgentExecutionError" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentExecutionErrorCode", + "text": "AgentExecutionErrorCode" + }, + ".contextLengthExceeded>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.isContextLengthExceededAgentError.$1", + "type": "Unknown", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "unknown" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createInternalError", + "type": "Function", + "tags": [], + "label": "createInternalError", + "description": [], + "signature": [ + "(message: string, meta?: Record | undefined) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderInternalError", + "text": "AgentBuilderInternalError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createInternalError.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createInternalError.$2", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createToolNotFoundError", + "type": "Function", + "tags": [], + "label": "createToolNotFoundError", + "description": [], + "signature": [ + "({ toolId, customMessage, meta, }: { toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderToolNotFoundError", + "text": "AgentBuilderToolNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createToolNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentNotFoundError", + "type": "Function", + "tags": [], + "label": "createAgentNotFoundError", + "description": [], + "signature": [ + "({ agentId, customMessage, meta, }: { agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentNotFoundError", + "text": "AgentBuilderAgentNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createConversationNotFoundError", + "type": "Function", + "tags": [], + "label": "createConversationNotFoundError", + "description": [], + "signature": [ + "({ conversationId, customMessage, meta, }: { conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderConversationNotFoundError", + "text": "AgentBuilderConversationNotFoundError" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createConversationNotFoundError.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentExecutionError", + "type": "Function", + "tags": [], + "label": "createAgentExecutionError", + "description": [], + "signature": [ + "(message: string, code: ErrCode, meta: ", + "ExecutionErrorMetaOf", + ") => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderAgentExecutionError", + "text": "AgentBuilderAgentExecutionError" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentExecutionError.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentExecutionError.$2", + "type": "Uncategorized", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "ErrCode" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.AgentBuilderErrorUtils.createAgentExecutionError.$3", + "type": "Uncategorized", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "ExecutionErrorMetaMap[ErrCode]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/errors.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.agentIdRegexp", + "type": "Object", + "tags": [], + "label": "agentIdRegexp", + "description": [], + "signature": [ + "RegExp" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/agents/agent_ids.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.internalNamespaces", + "type": "Object", + "tags": [], + "label": "internalNamespaces", + "description": [ + "\nList of internally used namespaces\nNote: those are not necessarily all protected." + ], + "signature": [ + "{ readonly platformCore: \"platform.core\"; readonly observability: \"observability\"; readonly platformDashboard: \"platform.dashboard\"; readonly security: \"security\"; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/base/namespaces.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.platformCoreTools", + "type": "Object", + "tags": [], + "label": "platformCoreTools", + "description": [ + "\nIds of built-in agentBuilder tools" + ], + "signature": [ + "{ readonly indexExplorer: string; readonly search: string; readonly listIndices: string; readonly getIndexMapping: string; readonly getDocumentById: string; readonly generateEsql: string; readonly executeEsql: string; readonly createVisualization: string; readonly getWorkflowExecutionStatus: string; readonly productDocumentation: string; readonly cases: string; readonly integrationKnowledge: string; readonly attachmentRead: string; readonly attachmentUpdate: string; readonly attachmentAdd: string; readonly attachmentList: string; readonly attachmentDiff: string; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-common", + "id": "def-common.toolIdRegexp", + "type": "Object", + "tags": [], + "label": "toolIdRegexp", + "description": [], + "signature": [ + "RegExp" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/tool_ids.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_agent_builder_common.mdx b/api_docs/kbn_agent_builder_common.mdx new file mode 100644 index 0000000000000..5d13f4179df9c --- /dev/null +++ b/api_docs/kbn_agent_builder_common.mdx @@ -0,0 +1,42 @@ +--- +#### +#### 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: kibKbnAgentBuilderCommonPluginApi +slug: /kibana-dev-docs/api/kbn-agent-builder-common +title: "@kbn/agent-builder-common" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/agent-builder-common plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/agent-builder-common'] +--- +import kbnAgentBuilderCommonObj from './kbn_agent_builder_common.devdocs.json'; + + + +Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 343 | 0 | 191 | 20 | + +## Common + +### Objects + + +### Functions + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + diff --git a/api_docs/kbn_agent_builder_genai_utils.devdocs.json b/api_docs/kbn_agent_builder_genai_utils.devdocs.json new file mode 100644 index 0000000000000..3b4227559ae8a --- /dev/null +++ b/api_docs/kbn_agent_builder_genai_utils.devdocs.json @@ -0,0 +1,9837 @@ +{ + "id": "@kbn/agent-builder-genai-utils", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.cleanupMapping", + "type": "Function", + "tags": [], + "label": "cleanupMapping", + "description": [ + "\nCleanup the given index mapping, removing info supposedly not relevant to an LLM,\nsuch as `ignore_above` and such, to reduce the overall token length of response." + ], + "signature": [ + "(mapping: ", + "MappingTypeMapping", + ") => ", + "MappingTypeMapping" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/cleanup_mapping.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.cleanupMapping.$1", + "type": "Object", + "tags": [], + "label": "mapping", + "description": [], + "signature": [ + "MappingTypeMapping" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/cleanup_mapping.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.esqlResponseToJson", + "type": "Function", + "tags": [], + "label": "esqlResponseToJson", + "description": [ + "\nConverts an ES|QL /_query columnar response to a JSON representation" + ], + "signature": [ + "(esql: ", + "EsqlResponse", + ") => Record[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/misc.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.esqlResponseToJson.$1", + "type": "Object", + "tags": [], + "label": "esql", + "description": [], + "signature": [ + "EsqlResponse" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/misc.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.executeEsql", + "type": "Function", + "tags": [], + "label": "executeEsql", + "description": [ + "\nExecute an ES|QL query and returns the response." + ], + "signature": [ + "({ query, esClient, }: { query: string; esClient: ", + "ElasticsearchClient", + "; }) => Promise<", + "EsqlResponse", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/execute_esql.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.executeEsql.$1", + "type": "Object", + "tags": [], + "label": "{\n query,\n esClient,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/execute_esql.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.executeEsql.$1.query", + "type": "string", + "tags": [], + "label": "query", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/execute_esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.executeEsql.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/esql/execute_esql.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.flattenMapping", + "type": "Function", + "tags": [], + "label": "flattenMapping", + "description": [ + "\nReturns a flattened representation of the mappings, with all fields at the top level." + ], + "signature": [ + "(mapping: ", + "MappingTypeMapping", + ") => ", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.MappingField", + "text": "MappingField" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/flatten_mapping.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.flattenMapping.$1", + "type": "Object", + "tags": [], + "label": "mapping", + "description": [], + "signature": [ + "MappingTypeMapping" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/flatten_mapping.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.generateEsql", + "type": "Function", + "tags": [], + "label": "generateEsql", + "description": [], + "signature": [ + "({ nlQuery, index, executeQuery, additionalInstructions, additionalContext, maxRetries, rowLimit, model, esClient, logger, events, }: ", + "GenerateEsqlParams", + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.GenerateEsqlResponse", + "text": "GenerateEsqlResponse" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.generateEsql.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n nlQuery,\n index,\n executeQuery = true,\n additionalInstructions,\n additionalContext,\n maxRetries = 3,\n rowLimit,\n model,\n esClient,\n logger,\n events,\n}", + "description": [], + "signature": [ + "GenerateEsqlParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getDocumentById", + "type": "Function", + "tags": [], + "label": "getDocumentById", + "description": [], + "signature": [ + "({ id, index, esClient, }: { id: string; index: string; esClient: ", + "ElasticsearchClient", + "; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.GetDocumentByIdResult", + "text": "GetDocumentByIdResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getDocumentById.$1", + "type": "Object", + "tags": [], + "label": "{\n id,\n index,\n esClient,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getDocumentById.$1.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getDocumentById.$1.index", + "type": "string", + "tags": [], + "label": "index", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getDocumentById.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getIndexMappings", + "type": "Function", + "tags": [], + "label": "getIndexMappings", + "description": [ + "\nReturns the mappings for each of the given indices." + ], + "signature": [ + "({ indices, cleanup, esClient, }: { indices: string[]; cleanup?: boolean | undefined; esClient: ", + "ElasticsearchClient", + "; }) => Promise<", + "GetIndexMappingsResult", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/get_index_mappings.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getIndexMappings.$1", + "type": "Object", + "tags": [], + "label": "{\n indices,\n cleanup = true,\n esClient,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/get_index_mappings.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getIndexMappings.$1.indices", + "type": "Array", + "tags": [], + "label": "indices", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/get_index_mappings.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getIndexMappings.$1.cleanup", + "type": "CompoundType", + "tags": [], + "label": "cleanup", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/get_index_mappings.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.getIndexMappings.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/get_index_mappings.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer", + "type": "Function", + "tags": [], + "label": "indexExplorer", + "description": [], + "signature": [ + "({ nlQuery, indexPattern, includeAliases, includeDatastream, limit, esClient, model, logger, }: { nlQuery: string; indexPattern?: string | undefined; includeAliases?: boolean | undefined; includeDatastream?: boolean | undefined; limit?: number | undefined; esClient: ", + "ElasticsearchClient", + "; model: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + "; logger?: ", + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + }, + " | undefined; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.IndexExplorerResponse", + "text": "IndexExplorerResponse" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1", + "type": "Object", + "tags": [], + "label": "{\n nlQuery,\n indexPattern = '*',\n includeAliases = true,\n includeDatastream = true,\n limit = 1,\n esClient,\n model,\n logger,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.nlQuery", + "type": "string", + "tags": [], + "label": "nlQuery", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.indexPattern", + "type": "string", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.includeAliases", + "type": "CompoundType", + "tags": [], + "label": "includeAliases", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.includeDatastream", + "type": "CompoundType", + "tags": [], + "label": "includeDatastream", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.limit", + "type": "number", + "tags": [], + "label": "limit", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.model", + "type": "Object", + "tags": [], + "label": "model", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.indexExplorer.$1.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources", + "type": "Function", + "tags": [], + "label": "listSearchSources", + "description": [ + "\nList the search sources (indices, aliases and datastreams) matching a given index pattern,\nusing the `_resolve_index` API." + ], + "signature": [ + "({ pattern, perTypeLimit, includeHidden, includeKibanaIndices, excludeIndicesRepresentedAsAlias, excludeIndicesRepresentedAsDatastream, esClient, }: { pattern: string; perTypeLimit?: number | undefined; includeHidden?: boolean | undefined; includeKibanaIndices?: boolean | undefined; excludeIndicesRepresentedAsAlias?: boolean | undefined; excludeIndicesRepresentedAsDatastream?: boolean | undefined; esClient: ", + "ElasticsearchClient", + "; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.ListSourcesResponse", + "text": "ListSourcesResponse" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1", + "type": "Object", + "tags": [], + "label": "{\n pattern,\n perTypeLimit = 100,\n includeHidden = false,\n includeKibanaIndices = false,\n excludeIndicesRepresentedAsAlias = true,\n excludeIndicesRepresentedAsDatastream = true,\n esClient,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.pattern", + "type": "string", + "tags": [], + "label": "pattern", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.perTypeLimit", + "type": "number", + "tags": [], + "label": "perTypeLimit", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.includeHidden", + "type": "CompoundType", + "tags": [], + "label": "includeHidden", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.includeKibanaIndices", + "type": "CompoundType", + "tags": [], + "label": "includeKibanaIndices", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.excludeIndicesRepresentedAsAlias", + "type": "CompoundType", + "tags": [], + "label": "excludeIndicesRepresentedAsAlias", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.excludeIndicesRepresentedAsDatastream", + "type": "CompoundType", + "tags": [], + "label": "excludeIndicesRepresentedAsDatastream", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listSearchSources.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch", + "type": "Function", + "tags": [], + "label": "naturalLanguageSearch", + "description": [], + "signature": [ + "({ nlQuery, target, model, esClient, logger, events, rowLimit, customInstructions, }: { nlQuery: string; target: string; model: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + "; esClient: ", + "ElasticsearchClient", + "; logger: ", + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + }, + "; events: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventEmitter", + "text": "ToolEventEmitter" + }, + "; rowLimit?: number | undefined; customInstructions?: string | undefined; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.NaturalLanguageSearchResponse", + "text": "NaturalLanguageSearchResponse" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1", + "type": "Object", + "tags": [], + "label": "{\n nlQuery,\n target,\n model,\n esClient,\n logger,\n events,\n rowLimit,\n customInstructions,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.nlQuery", + "type": "string", + "tags": [], + "label": "nlQuery", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.target", + "type": "string", + "tags": [], + "label": "target", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.model", + "type": "Object", + "tags": [], + "label": "model", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.events", + "type": "Object", + "tags": [], + "label": "events", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventEmitter", + "text": "ToolEventEmitter" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.rowLimit", + "type": "number", + "tags": [], + "label": "rowLimit", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.naturalLanguageSearch.$1.customInstructions", + "type": "string", + "tags": [], + "label": "customInstructions", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch", + "type": "Function", + "tags": [], + "label": "relevanceSearch", + "description": [], + "signature": [ + "({ term, target, size, model, esClient, logger, }: { term: string; target: string; size?: number | undefined; model: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + "; esClient: ", + "ElasticsearchClient", + "; logger: ", + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + }, + "; }) => Promise<", + "PerformMatchSearchResponse", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1", + "type": "Object", + "tags": [], + "label": "{\n term,\n target,\n size = 10,\n model,\n esClient,\n logger,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.term", + "type": "string", + "tags": [], + "label": "term", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.target", + "type": "string", + "tags": [], + "label": "target", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.size", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.model", + "type": "Object", + "tags": [], + "label": "model", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.relevanceSearch.$1.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool", + "type": "Function", + "tags": [], + "label": "runSearchTool", + "description": [], + "signature": [ + "({ nlQuery, index, rowLimit, customInstructions, model, esClient, logger, events, }: { nlQuery: string; index?: string | undefined; rowLimit?: number | undefined; customInstructions?: string | undefined; model: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + "; esClient: ", + "ElasticsearchClient", + "; logger: ", + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + }, + "; events: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventEmitter", + "text": "ToolEventEmitter" + }, + "; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerResult", + "text": "ToolHandlerResult" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">>[]>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1", + "type": "Object", + "tags": [], + "label": "{\n nlQuery,\n index,\n rowLimit,\n customInstructions,\n model,\n esClient,\n logger,\n events,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.nlQuery", + "type": "string", + "tags": [], + "label": "nlQuery", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.index", + "type": "string", + "tags": [], + "label": "index", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.rowLimit", + "type": "number", + "tags": [], + "label": "rowLimit", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.customInstructions", + "type": "string", + "tags": [], + "label": "customInstructions", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.model", + "type": "Object", + "tags": [], + "label": "model", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [], + "signature": [ + "{ create: { (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "CreateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; update: { (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateResponse", + ">; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateResponse", + ", unknown>>; (this: That, params: ", + "UpdateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateResponse", + ">; }; get: { (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetResponse", + ">; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetResponse", + ", unknown>>; (this: That, params: ", + "GetRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetResponse", + ">; }; delete: { (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", + "default", + "; helpers: ", + "default", + "; child: (opts: ", + "ClientOptions", + ") => ", + "default", + "; asyncSearch: ", + "default", + "; autoscaling: ", + "default", + "; bulk: { (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "BulkResponse", + ">; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "BulkResponse", + ", unknown>>; (this: That, params: ", + "BulkRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "BulkResponse", + ">; }; capabilities: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; cat: ", + "default", + "; ccr: ", + "default", + "; clearScroll: { (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClearScrollResponse", + ">; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClearScrollResponse", + ", unknown>>; (this: That, params?: ", + "ClearScrollRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClearScrollResponse", + ">; }; closePointInTime: { (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ClosePointInTimeResponse", + ", unknown>>; (this: That, params: ", + "ClosePointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ClosePointInTimeResponse", + ">; }; cluster: ", + "default", + "; connector: ", + "default", + "; count: { (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "CountResponse", + ">; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "CountResponse", + ", unknown>>; (this: That, params?: ", + "CountRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "CountResponse", + ">; }; danglingIndices: ", + "default", + "; deleteByQuery: { (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "DeleteByQueryResponse", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "DeleteByQueryResponse", + ">; }; deleteByQueryRethrottle: { (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TasksTaskListResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TasksTaskListResponseBase", + ">; }; deleteScript: { (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "DeleteScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; enrich: ", + "default", + "; eql: ", + "default", + "; esql: ", + "default", + "; exists: { (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; existsSource: { (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "ExistsSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; explain: { (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ExplainResponse", + ">; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ExplainResponse", + ", unknown>>; (this: That, params: ", + "ExplainRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ExplainResponse", + ">; }; features: ", + "default", + "; fieldCaps: { (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "FieldCapsResponse", + ">; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "FieldCapsResponse", + ", unknown>>; (this: That, params?: ", + "FieldCapsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "FieldCapsResponse", + ">; }; fleet: ", + "default", + "; getScript: { (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptResponse", + ">; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptResponse", + ", unknown>>; (this: That, params: ", + "GetScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptResponse", + ">; }; getScriptContext: { (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptContextResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptContextRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptContextResponse", + ">; }; getScriptLanguages: { (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "GetScriptLanguagesResponse", + ", unknown>>; (this: That, params?: ", + "GetScriptLanguagesRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "GetScriptLanguagesResponse", + ">; }; getSource: { (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "GetSourceRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; graph: ", + "default", + "; healthReport: { (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "HealthReportResponse", + ">; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "HealthReportResponse", + ", unknown>>; (this: That, params?: ", + "HealthReportRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "HealthReportResponse", + ">; }; ilm: ", + "default", + "; index: { (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "WriteResponseBase", + ">; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "WriteResponseBase", + ", unknown>>; (this: That, params: ", + "IndexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "WriteResponseBase", + ">; }; indices: ", + "default", + "; inference: ", + "default", + "; info: { (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "InfoResponse", + ">; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "InfoResponse", + ", unknown>>; (this: That, params?: ", + "InfoRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "InfoResponse", + ">; }; ingest: ", + "default", + "; knnSearch: { (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TODO", + ">; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TODO", + ", unknown>>; (this: That, params?: ", + "TODO", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TODO", + ">; }; license: ", + "default", + "; logstash: ", + "default", + "; mget: { (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MgetResponse", + ">; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MgetResponse", + ", unknown>>; (this: That, params?: ", + "MgetRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MgetResponse", + ">; }; migration: ", + "default", + "; ml: ", + "default", + "; monitoring: ", + "default", + "; msearch: { >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchResponse", + ">; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchResponse", + ", unknown>>; >(this: That, params: ", + "MsearchRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchResponse", + ">; }; msearchTemplate: { >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MsearchTemplateResponse", + ", unknown>>; >(this: That, params: ", + "MsearchTemplateRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MsearchTemplateResponse", + ">; }; mtermvectors: { (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "MtermvectorsResponse", + ", unknown>>; (this: That, params?: ", + "MtermvectorsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "MtermvectorsResponse", + ">; }; nodes: ", + "default", + "; openPointInTime: { (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "OpenPointInTimeResponse", + ", unknown>>; (this: That, params: ", + "OpenPointInTimeRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "OpenPointInTimeResponse", + ">; }; ping: { (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params?: ", + "PingRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; profiling: ", + "default", + "; putScript: { (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "AcknowledgedResponseBase", + ", unknown>>; (this: That, params: ", + "PutScriptRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "AcknowledgedResponseBase", + ">; }; queryRules: ", + "default", + "; rankEval: { (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RankEvalResponse", + ">; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RankEvalResponse", + ", unknown>>; (this: That, params: ", + "RankEvalRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RankEvalResponse", + ">; }; reindex: { (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexResponse", + ">; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexResponse", + ", unknown>>; (this: That, params: ", + "ReindexRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexResponse", + ">; }; reindexRethrottle: { (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ReindexRethrottleResponse", + ", unknown>>; (this: That, params: ", + "ReindexRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ReindexRethrottleResponse", + ">; }; renderSearchTemplate: { (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "RenderSearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "RenderSearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "RenderSearchTemplateResponse", + ">; }; rollup: ", + "default", + "; scriptsPainlessExecute: { (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScriptsPainlessExecuteResponse", + ", unknown>>; (this: That, params?: ", + "ScriptsPainlessExecuteRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScriptsPainlessExecuteResponse", + ">; }; scroll: { >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "ScrollResponse", + ">; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "ScrollResponse", + ", unknown>>; >(this: That, params: ", + "ScrollRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "ScrollResponse", + ">; }; search: { >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchResponse", + ">; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchResponse", + ", unknown>>; >(this: That, params?: ", + "SearchRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchResponse", + ">; }; searchApplication: ", + "default", + "; searchMvt: { (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + ">; (this: That, params: ", + "SearchMvtRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise; }; searchShards: { (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchShardsResponse", + ">; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchShardsResponse", + ", unknown>>; (this: That, params?: ", + "SearchShardsRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchShardsResponse", + ">; }; searchTemplate: { (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "SearchTemplateResponse", + ", unknown>>; (this: That, params?: ", + "SearchTemplateRequest", + " | undefined, options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "SearchTemplateResponse", + ">; }; searchableSnapshots: ", + "default", + "; security: ", + "default", + "; shutdown: ", + "default", + "; simulate: ", + "default", + "; slm: ", + "default", + "; snapshot: ", + "default", + "; sql: ", + "default", + "; ssl: ", + "default", + "; streams: ", + "default", + "; synonyms: ", + "default", + "; tasks: ", + "default", + "; termsEnum: { (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermsEnumResponse", + ">; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermsEnumResponse", + ", unknown>>; (this: That, params: ", + "TermsEnumRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermsEnumResponse", + ">; }; termvectors: { (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "TermvectorsResponse", + ">; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "TermvectorsResponse", + ", unknown>>; (this: That, params: ", + "TermvectorsRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "TermvectorsResponse", + ">; }; textStructure: ", + "default", + "; transform: ", + "default", + "; updateByQuery: { (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryResponse", + ">; }; updateByQueryRethrottle: { (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithOutMeta", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptionsWithMeta", + " | undefined): Promise<", + "TransportResult", + "<", + "UpdateByQueryRethrottleResponse", + ", unknown>>; (this: That, params: ", + "UpdateByQueryRethrottleRequest", + ", options?: ", + "TransportRequestOptions", + " | undefined): Promise<", + "UpdateByQueryRethrottleResponse", + ">; }; watcher: ", + "default", + "; xpack: ", + "default", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.runSearchTool.$1.events", + "type": "Object", + "tags": [], + "label": "events", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventEmitter", + "text": "ToolEventEmitter" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/search/run_search_tool.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.AliasSearchSource", + "type": "Interface", + "tags": [], + "label": "AliasSearchSource", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.AliasSearchSource.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsResourceType", + "text": "EsResourceType" + }, + ".alias" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.AliasSearchSource.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.AliasSearchSource.indices", + "type": "Array", + "tags": [], + "label": "indices", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.DataStreamSearchSource", + "type": "Interface", + "tags": [], + "label": "DataStreamSearchSource", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.DataStreamSearchSource.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsResourceType", + "text": "EsResourceType" + }, + ".dataStream" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.DataStreamSearchSource.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.DataStreamSearchSource.indices", + "type": "Array", + "tags": [], + "label": "indices", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.DataStreamSearchSource.timestamp_field", + "type": "string", + "tags": [], + "label": "timestamp_field", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GenerateEsqlResponse", + "type": "Interface", + "tags": [], + "label": "GenerateEsqlResponse", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GenerateEsqlResponse.query", + "type": "string", + "tags": [], + "label": "query", + "description": [ + "\nThe ES|QL query which was generated" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GenerateEsqlResponse.answer", + "type": "string", + "tags": [], + "label": "answer", + "description": [ + "\nThe full text answer which was provided by the LLM when generating the query." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GenerateEsqlResponse.results", + "type": "Object", + "tags": [], + "label": "results", + "description": [ + "\nResults from executing the query.\nAvailable if `executeQuery` was true and if a successful query was executed." + ], + "signature": [ + "EsqlResponse", + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GenerateEsqlResponse.error", + "type": "string", + "tags": [], + "label": "error", + "description": [ + "\nError message if the query could not be executed" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/generate_esql/nl_to_esql.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.IndexExplorerResponse", + "type": "Interface", + "tags": [], + "label": "IndexExplorerResponse", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.IndexExplorerResponse.resources", + "type": "Array", + "tags": [], + "label": "resources", + "description": [], + "signature": [ + "RelevantResource", + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/index_explorer.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.IndexSearchSource", + "type": "Interface", + "tags": [], + "label": "IndexSearchSource", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.IndexSearchSource.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsResourceType", + "text": "EsResourceType" + }, + ".index" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.IndexSearchSource.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexBasicInfo", + "type": "Interface", + "tags": [], + "label": "ListIndexBasicInfo", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexBasicInfo.index", + "type": "string", + "tags": [], + "label": "index", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexBasicInfo.docsCount", + "type": "number", + "tags": [], + "label": "docsCount", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo", + "type": "Interface", + "tags": [], + "label": "ListIndexDetailInfo", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.ListIndexDetailInfo", + "text": "ListIndexDetailInfo" + }, + " extends ", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.ListIndexBasicInfo", + "text": "ListIndexBasicInfo" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo.status", + "type": "string", + "tags": [], + "label": "status", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo.health", + "type": "string", + "tags": [], + "label": "health", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo.uuid", + "type": "string", + "tags": [], + "label": "uuid", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo.primaries", + "type": "number", + "tags": [], + "label": "primaries", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListIndexDetailInfo.replicas", + "type": "number", + "tags": [], + "label": "replicas", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListSourcesResponse", + "type": "Interface", + "tags": [], + "label": "ListSourcesResponse", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListSourcesResponse.indices", + "type": "Array", + "tags": [], + "label": "indices", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.IndexSearchSource", + "text": "IndexSearchSource" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListSourcesResponse.aliases", + "type": "Array", + "tags": [], + "label": "aliases", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.AliasSearchSource", + "text": "AliasSearchSource" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListSourcesResponse.data_streams", + "type": "Array", + "tags": [], + "label": "data_streams", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.DataStreamSearchSource", + "text": "DataStreamSearchSource" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.ListSourcesResponse.warnings", + "type": "Array", + "tags": [], + "label": "warnings", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.MappingField", + "type": "Interface", + "tags": [], + "label": "MappingField", + "description": [ + "\nRepresents the relevant information of an field" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.MappingField.path", + "type": "string", + "tags": [], + "label": "path", + "description": [ + "the path of the field" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.MappingField.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "the type of the field" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.MappingField.meta", + "type": "Object", + "tags": [], + "label": "meta", + "description": [ + "meta attached to the field" + ], + "signature": [ + "{ [x: string]: string; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/utils/mappings/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.NaturalLanguageSearchResponse", + "type": "Interface", + "tags": [], + "label": "NaturalLanguageSearchResponse", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.NaturalLanguageSearchResponse.generatedQuery", + "type": "string", + "tags": [], + "label": "generatedQuery", + "description": [ + "\nThe ES|QL query which was generated based on the provided NL query, index and context" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.NaturalLanguageSearchResponse.esqlData", + "type": "Object", + "tags": [], + "label": "esqlData", + "description": [ + "\nThe ES|QL data which was returned by executing the query." + ], + "signature": [ + "EsqlResponse", + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.NaturalLanguageSearchResponse.error", + "type": "string", + "tags": [], + "label": "error", + "description": [ + "\nError message if the query could not be executed" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/nl_search.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.EsSearchSource", + "type": "Type", + "tags": [], + "label": "EsSearchSource", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.AliasSearchSource", + "text": "AliasSearchSource" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.IndexSearchSource", + "text": "IndexSearchSource" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-genai-utils", + "scope": "server", + "docId": "kibKbnAgentBuilderGenaiUtilsPluginApi", + "section": "def-server.DataStreamSearchSource", + "text": "DataStreamSearchSource" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_search_sources.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.GetDocumentByIdResult", + "type": "Type", + "tags": [], + "label": "GetDocumentByIdResult", + "description": [], + "signature": [ + "GetDocumentByIdSuccess", + " | ", + "GetDocumentByIdFailure" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/get_documents.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.listIndices", + "type": "boolean", + "tags": [], + "label": "listIndices", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/steps/list_indices.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-genai-utils", + "id": "def-server.RelevanceSearchResponse", + "type": "Type", + "tags": [], + "label": "RelevanceSearchResponse", + "description": [], + "signature": [ + "PerformMatchSearchResponse" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-genai-utils/tools/relevance_search.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_agent_builder_genai_utils.mdx b/api_docs/kbn_agent_builder_genai_utils.mdx new file mode 100644 index 0000000000000..6e4086c8c94eb --- /dev/null +++ b/api_docs/kbn_agent_builder_genai_utils.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnAgentBuilderGenaiUtilsPluginApi +slug: /kibana-dev-docs/api/kbn-agent-builder-genai-utils +title: "@kbn/agent-builder-genai-utils" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/agent-builder-genai-utils plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/agent-builder-genai-utils'] +--- +import kbnAgentBuilderGenaiUtilsObj from './kbn_agent_builder_genai_utils.devdocs.json'; + + + +Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 114 | 0 | 97 | 7 | + +## Server + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_agent_builder_server.devdocs.json b/api_docs/kbn_agent_builder_server.devdocs.json new file mode 100644 index 0000000000000..41f30641fdde2 --- /dev/null +++ b/api_docs/kbn_agent_builder_server.devdocs.json @@ -0,0 +1,4600 @@ +{ + "id": "@kbn/agent-builder-server", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.chatSystemIndex", + "type": "Function", + "tags": [], + "label": "chatSystemIndex", + "description": [ + "\nHelper function to define chat system indices." + ], + "signature": [ + "(suffix: string) => string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/indices.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.chatSystemIndex.$1", + "type": "string", + "tags": [], + "label": "suffix", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/indices.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.createErrorResult", + "type": "Function", + "tags": [], + "label": "createErrorResult", + "description": [], + "signature": [ + "(message: string | { message: string; stack?: unknown; metadata?: Record | undefined; }) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ErrorResult", + "text": "ErrorResult" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.createErrorResult.$1", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | { message: string; stack?: unknown; metadata?: Record | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.getToolResultId", + "type": "Function", + "tags": [], + "label": "getToolResultId", + "description": [ + "\nGenerate a random id which can be used for tool result id." + ], + "signature": [ + "() => string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.isToolResultId", + "type": "Function", + "tags": [], + "label": "isToolResultId", + "description": [ + "\nCheck if the provided string is a valid tool result id." + ], + "signature": [ + "(id: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.isToolResultId.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentEventEmitter", + "type": "Interface", + "tags": [], + "label": "AgentEventEmitter", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentEventEmitter.emit", + "type": "Function", + "tags": [], + "label": "emit", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatAgentEvent", + "text": "ChatAgentEvent" + }, + ") => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentEventEmitter.emit.$1", + "type": "CompoundType", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEvent", + "text": "ToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEvent", + "text": "BrowserToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEvent", + "text": "ToolProgressEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEvent", + "text": "ToolResultEvent" + }, + " | ", + "PromptRequestEvent", + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEvent", + "text": "ReasoningEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEvent", + "text": "MessageChunkEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEvent", + "text": "MessageCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEvent", + "text": "ThinkingCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEvent", + "text": "RoundCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext", + "type": "Interface", + "tags": [], + "label": "AgentHandlerContext", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [ + "\nThe request that was provided when initiating that tool execution.\nCan be used to create scoped services not directly exposed by this context." + ], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.spaceId", + "type": "string", + "tags": [], + "label": "spaceId", + "description": [ + "\nId of the space associated with the request" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [ + "\nA cluster client scoped to the current user.\nCan be used to access ES on behalf of either the current user or the system user." + ], + "signature": [ + "IScopedClusterClient" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.modelProvider", + "type": "Object", + "tags": [], + "label": "modelProvider", + "description": [ + "\nInference model provider scoped to the current user.\nCan be used to access the inference APIs or chatModel." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ModelProvider", + "text": "ModelProvider" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.toolProvider", + "type": "Object", + "tags": [], + "label": "toolProvider", + "description": [ + "\nTool provider that can be used to list or execute tools." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProvider", + "text": "ToolProvider" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.runner", + "type": "Object", + "tags": [], + "label": "runner", + "description": [ + "\nAgentBuilder runner scoped to the current execution." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunner", + "text": "ScopedRunner" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.attachments", + "type": "Object", + "tags": [], + "label": "attachments", + "description": [ + "\nAttachment service to interact with attachments." + ], + "signature": [ + "AttachmentsService" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.resultStore", + "type": "Object", + "tags": [], + "label": "resultStore", + "description": [ + "\nResult store to access and add tool results during execution." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.WritableToolResultStore", + "text": "WritableToolResultStore" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.attachmentStateManager", + "type": "Object", + "tags": [], + "label": "attachmentStateManager", + "description": [ + "\nAttachment state manager to manage conversation attachments during execution." + ], + "signature": [ + "AttachmentStateManager" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.promptManager", + "type": "Object", + "tags": [], + "label": "promptManager", + "description": [ + "\nUsed to manage interruptions." + ], + "signature": [ + "PromptManager" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.stateManager", + "type": "Object", + "tags": [], + "label": "stateManager", + "description": [ + "\nUsed to access and store state during interrupted executions." + ], + "signature": [ + "ConversationStateManager" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.events", + "type": "Object", + "tags": [], + "label": "events", + "description": [ + "\nEvent emitter that can be used to emits custom events" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentEventEmitter", + "text": "AgentEventEmitter" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerContext.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [ + "\nLogger scoped to this execution" + ], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerParams", + "type": "Interface", + "tags": [], + "label": "AgentHandlerParams", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerParams.agentParams", + "type": "Object", + "tags": [], + "label": "agentParams", + "description": [ + "The params that the agent execution API was called with" + ], + "signature": [ + "AgentParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerParams.runId", + "type": "string", + "tags": [], + "label": "runId", + "description": [ + "ID of this run" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerParams.abortSignal", + "type": "Object", + "tags": [], + "label": "abortSignal", + "description": [ + "optional signal to abort the execution of the agent" + ], + "signature": [ + "AbortSignal | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerReturn", + "type": "Interface", + "tags": [], + "label": "AgentHandlerReturn", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerReturn.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [ + "The plain result of the agent" + ], + "signature": [ + "AgentResponse" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition", + "type": "Interface", + "tags": [], + "label": "BuiltinToolDefinition", + "description": [ + "\nBuilt-in tool, as registered as static tool." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.BuiltinToolDefinition", + "text": "BuiltinToolDefinition" + }, + " extends Omit<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", Record>, \"type\" | \"readonly\" | \"configuration\">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nbuilt-in tool types" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ".builtin" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.schema", + "type": "Uncategorized", + "tags": [], + "label": "schema", + "description": [ + "\nTool's input schema, defined as a zod schema." + ], + "signature": [ + "RunInput" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.handler", + "type": "Function", + "tags": [], + "label": "handler", + "description": [ + "\nHandler to call to execute the tool." + ], + "signature": [ + "(args: ", + "TypeOf", + ", context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerContext", + "text": "ToolHandlerContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerReturn", + "text": "ToolHandlerReturn" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">>>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.handler.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "TParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.handler.$2", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerContext", + "text": "ToolHandlerContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.BuiltinToolDefinition.availability", + "type": "Object", + "tags": [], + "label": "availability", + "description": [ + "\nOptional dynamic availability configuration.\nRefer to {@link ToolAvailabilityConfig}" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityConfig", + "text": "ToolAvailabilityConfig" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableTool", + "type": "Interface", + "tags": [], + "label": "ExecutableTool", + "description": [ + "\nAgentBuilder tool, as exposed by tool providers." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ExecutableTool", + "text": "ExecutableTool" + }, + " extends ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", TConfig>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableTool.getSchema", + "type": "Function", + "tags": [], + "label": "getSchema", + "description": [ + "\nTool's input schema, defined as a zod schema." + ], + "signature": [ + "() => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableTool.execute", + "type": "Function", + "tags": [], + "label": "execute", + "description": [ + "\nRun handler that can be used to execute the tool." + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ExecutableToolHandlerParams", + "text": "ExecutableToolHandlerParams" + }, + "<", + "TypeOf", + ">) => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableTool.execute.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableTool.getLlmDescription", + "type": "Function", + "tags": [], + "label": "getLlmDescription", + "description": [ + "\nOptional handled to add additional instructions to the LLM.\nWhen provided, will replace the description when converting to llm tool." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.LlmDescriptionHandler", + "text": "LlmDescriptionHandler" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition", + "type": "Interface", + "tags": [], + "label": "InternalToolDefinition", + "description": [ + "\nInternal generic representation for a tool definition" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.InternalToolDefinition", + "text": "InternalToolDefinition" + }, + " extends ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolDefinition", + "text": "ToolDefinition" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition.isAvailable", + "type": "Function", + "tags": [], + "label": "isAvailable", + "description": [ + "\nCheck if the tool is available for the current context." + ], + "signature": [ + "(context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityResult", + "text": "ToolAvailabilityResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition.isAvailable.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition.getSchema", + "type": "Function", + "tags": [], + "label": "getSchema", + "description": [ + "\nGenerates the schema attached to this tool." + ], + "signature": [ + "() => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition.getHandler", + "type": "Function", + "tags": [], + "label": "getHandler", + "description": [ + "\nGet the handler which can be used to execute the tool." + ], + "signature": [ + "() => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerFn", + "text": "ToolHandlerFn" + }, + "<", + "TypeOf", + ">>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolDefinition.getLlmDescription", + "type": "Function", + "tags": [], + "label": "getLlmDescription", + "description": [ + "\nOptional handled to add additional instructions to the LLM\nwhen specified, this will fully replace the description when converting to LLM tools." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.LlmDescriptionHandler", + "text": "LlmDescriptionHandler" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.LLmDescriptionHandlerParams", + "type": "Interface", + "tags": [], + "label": "LLmDescriptionHandlerParams", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.LLmDescriptionHandlerParams", + "text": "LLmDescriptionHandlerParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.LLmDescriptionHandlerParams.config", + "type": "Uncategorized", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "TConfig" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.LLmDescriptionHandlerParams.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider", + "type": "Interface", + "tags": [], + "label": "ModelProvider", + "description": [ + "\nProvider, allowing to select various models depending on the needs." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider.getDefaultModel", + "type": "Function", + "tags": [], + "label": "getDefaultModel", + "description": [ + "\nReturns the model used for LLM tasks in the current round." + ], + "signature": [ + "() => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider.getModel", + "type": "Function", + "tags": [], + "label": "getModel", + "description": [ + "\nReturns a model using the given connectorId.\n\nWill throw if connector doesn't exist, user has no access, or connector\nis not a GenAI connector." + ], + "signature": [ + "(options: { connectorId: string; }) => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedModel", + "text": "ScopedModel" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider.getModel.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider.getModel.$1.connectorId", + "type": "string", + "tags": [], + "label": "connectorId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ModelProvider.getUsageStats", + "type": "Function", + "tags": [], + "label": "getUsageStats", + "description": [ + "\nReturns the current usage stats for the model provider." + ], + "signature": [ + "() => ", + "ModelProviderStats" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams", + "type": "Interface", + "tags": [], + "label": "RunAgentParams", + "description": [ + "\nParams for {@link RunAgentFn}" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.agentId", + "type": "string", + "tags": [], + "label": "agentId", + "description": [ + "\nID of the agent to call." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.agentParams", + "type": "Object", + "tags": [], + "label": "agentParams", + "description": [ + "\nParameters to call the agent with." + ], + "signature": [ + "AgentParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.onEvent", + "type": "Function", + "tags": [], + "label": "onEvent", + "description": [ + "\nOptional event handler." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentOnEventFn", + "text": "RunAgentOnEventFn" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.abortSignal", + "type": "Object", + "tags": [], + "label": "abortSignal", + "description": [ + "\nOptional signal to abort the execution of the agent." + ], + "signature": [ + "AbortSignal | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [ + "\nThe request that initiated that run." + ], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentParams.defaultConnectorId", + "type": "string", + "tags": [], + "label": "defaultConnectorId", + "description": [ + "\nOptional genAI connector id to use as default.\nIf unspecified, will use internal logic to use the default connector" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentReturn", + "type": "Interface", + "tags": [], + "label": "RunAgentReturn", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentReturn.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [ + "return from the agent" + ], + "signature": [ + "AgentResponse" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunContext", + "type": "Interface", + "tags": [], + "label": "RunContext", + "description": [ + "\nContext bound to a run execution.\nContains metadata associated with the run's current state.\nWill be attached to errors thrown during a run." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunContext.runId", + "type": "string", + "tags": [], + "label": "runId", + "description": [ + "\nThe run identifier, which can be used for tracing" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunContext.stack", + "type": "Array", + "tags": [], + "label": "stack", + "description": [ + "\nThe current execution stack" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunContextStackEntry", + "text": "RunContextStackEntry" + }, + "[]" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner", + "type": "Interface", + "tags": [], + "label": "Runner", + "description": [ + "\nRepresents a runner, which is the entry point to execute all agentBuilder primitives,\nsuch as tools or agents.\n\nThis version is not scoped to a given request, and is the version exposed from the plugin's contract." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runTool", + "type": "Function", + "tags": [], + "label": "runTool", + "description": [ + "\nExecute a tool (based on its ID)." + ], + "signature": [ + ">(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runTool.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runInternalTool", + "type": "Function", + "tags": [], + "label": "runInternalTool", + "description": [ + "\nExecute an internal tool definition." + ], + "signature": [ + ">(params: ", + "RunInternalToolParams", + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runInternalTool.$1", + "type": "CompoundType", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Omit<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + ", \"toolId\"> & { tool: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.InternalToolDefinition", + "text": "InternalToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", any, any>; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runAgent", + "type": "Function", + "tags": [], + "label": "runAgent", + "description": [ + "\nExecute an agent;" + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentParams", + "text": "RunAgentParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentReturn", + "text": "RunAgentReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.Runner.runAgent.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentParams", + "text": "RunAgentParams" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams", + "type": "Interface", + "tags": [], + "label": "RunToolParams", + "description": [ + "\nParams for {@link RunToolFn}" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [ + "\nID of the tool to call." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.toolParams", + "type": "Uncategorized", + "tags": [], + "label": "toolParams", + "description": [ + "\nParameters to call the tool with." + ], + "signature": [ + "TParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.toolCallId", + "type": "string", + "tags": [], + "label": "toolCallId", + "description": [ + "\nOptional toolCall id associated with the tool invocation." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.onEvent", + "type": "Function", + "tags": [], + "label": "onEvent", + "description": [ + "\nOptional event handler." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [ + "\nThe request that initiated that run." + ], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolParams.defaultConnectorId", + "type": "string", + "tags": [], + "label": "defaultConnectorId", + "description": [ + "\nOptional genAI connector id to use as default.\nIf unspecified, will use internal logic to use the default connector\n(EIS if there, otherwise openAI, otherwise any GenAI)" + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolReturn", + "type": "Interface", + "tags": [], + "label": "RunToolReturn", + "description": [ + "\nReturn type for tool invocation APIs.\n\nWrapping the plain result to allow extending the shape later without\nintroducing breaking changes." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolReturn.results", + "type": "Array", + "tags": [], + "label": "results", + "description": [ + "\nThe result value as returned by the tool." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">[] | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolReturn.prompt", + "type": "Object", + "tags": [], + "label": "prompt", + "description": [ + "\nInterruption returned by the tool" + ], + "signature": [ + "ConfirmationPrompt", + " | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedModel", + "type": "Interface", + "tags": [], + "label": "ScopedModel", + "description": [ + "\nRepresents a model that can be used within the agentBuilder framework (e.g. tools).\n\nIt exposes different interfaces to models." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedModel.connector", + "type": "Object", + "tags": [], + "label": "connector", + "description": [ + "\nThe connector bound to this scoped model." + ], + "signature": [ + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.InferenceConnector", + "text": "InferenceConnector" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedModel.chatModel", + "type": "Object", + "tags": [], + "label": "chatModel", + "description": [ + "\nlangchain chat model." + ], + "signature": [ + { + "pluginId": "@kbn/inference-langchain", + "scope": "common", + "docId": "kibKbnInferenceLangchainPluginApi", + "section": "def-common.InferenceChatModel", + "text": "InferenceChatModel" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedModel.inferenceClient", + "type": "Object", + "tags": [], + "label": "inferenceClient", + "description": [ + "\nInference client." + ], + "signature": [ + { + "pluginId": "@kbn/inference-common", + "scope": "common", + "docId": "kibKbnInferenceCommonPluginApi", + "section": "def-common.BoundInferenceClient", + "text": "BoundInferenceClient" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/model_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner", + "type": "Interface", + "tags": [], + "label": "ScopedRunner", + "description": [ + "\nRepresents a runner, which is the entry point to execute all agentBuilder primitives,\nsuch as tools or agents.\n\nThis version is pre-scoped to a given request, meaning APIs don't need to be passed\ndown a request object." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runTool", + "type": "Function", + "tags": [], + "label": "runTool", + "description": [ + "\nExecute a tool (based on its ID)." + ], + "signature": [ + ">(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunnerRunToolsParams", + "text": "ScopedRunnerRunToolsParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runTool.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolId: string; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runInternalTool", + "type": "Function", + "tags": [], + "label": "runInternalTool", + "description": [ + "\nExecute an internal tool definition." + ], + "signature": [ + ">(params: ", + "ScopedRunnerRunInternalToolParams", + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runInternalTool.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; tool: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.InternalToolDefinition", + "text": "InternalToolDefinition" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolType", + "text": "ToolType" + }, + ", any, any>; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runAgent", + "type": "Function", + "tags": [], + "label": "runAgent", + "description": [ + "\nExecute an agent" + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunnerRunAgentParams", + "text": "ScopedRunnerRunAgentParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentReturn", + "text": "RunAgentReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunner.runAgent.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ abortSignal?: AbortSignal | undefined; onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentOnEventFn", + "text": "RunAgentOnEventFn" + }, + " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", + "AgentParams", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityConfig", + "type": "Interface", + "tags": [], + "label": "ToolAvailabilityConfig", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityConfig.handler", + "type": "Function", + "tags": [], + "label": "handler", + "description": [ + "\nhandler which can be defined to add conditional availability of the tool.\n\nNote: this is meant to be used for tools that are gated behind a feature flag,\n or tools which have some condition to be available.\n it *IS NOT* meant to be used as a replacement for RBAC." + ], + "signature": [ + "(context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityResult", + "text": "ToolAvailabilityResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityConfig.handler.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityConfig.cacheMode", + "type": "CompoundType", + "tags": [], + "label": "cacheMode", + "description": [ + "\nCache mode for the result\n- global: the result will be cached globally, for all spaces\n- space: the result will be cached per-space\n- none: the result shouldn't be cached (warning: this can lead to performance issues)" + ], + "signature": [ + "\"none\" | \"space\" | \"global\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityConfig.cacheTtl", + "type": "number", + "tags": [], + "label": "cacheTtl", + "description": [ + "\nOptional TTL for the cached result, *in seconds*.\nDefault to 300 seconds (5 minutes)." + ], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityContext", + "type": "Interface", + "tags": [], + "label": "ToolAvailabilityContext", + "description": [ + "\nInformation exposed to the {@link ToolAvailabilityHandler}." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityContext.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityContext.uiSettings", + "type": "Object", + "tags": [], + "label": "uiSettings", + "description": [], + "signature": [ + "IUiSettingsClient" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityContext.spaceId", + "type": "string", + "tags": [], + "label": "spaceId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityResult", + "type": "Interface", + "tags": [], + "label": "ToolAvailabilityResult", + "description": [ + "\nInformation exposed to the {@link ToolAvailabilityHandler}." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityResult.status", + "type": "CompoundType", + "tags": [], + "label": "status", + "description": [ + "\nWhether the tool is available or not." + ], + "signature": [ + "\"unavailable\" | \"available\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityResult.reason", + "type": "string", + "tags": [], + "label": "reason", + "description": [ + "\nOptional reason for why the tool is unavailable." + ], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolEventEmitter", + "type": "Interface", + "tags": [], + "label": "ToolEventEmitter", + "description": [ + "\nTool event emitter, exposed to tool handlers" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolEventEmitter.reportProgress", + "type": "Function", + "tags": [], + "label": "reportProgress", + "description": [ + "\nEmit a tool progress event based on the provided progress text." + ], + "signature": [ + "(progressMessage: string) => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolEventEmitter.reportProgress.$1", + "type": "string", + "tags": [], + "label": "progressMessage", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext", + "type": "Interface", + "tags": [], + "label": "ToolHandlerContext", + "description": [ + "\nScoped context which can be used during tool execution to access\na panel of built-in services, such as a pre-scoped elasticsearch client." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [ + "\nThe request that was provided when initiating that tool execution.\nCan be used to create scoped services not directly exposed by this context." + ], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.spaceId", + "type": "string", + "tags": [], + "label": "spaceId", + "description": [ + "\nId of the space associated with the request" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.esClient", + "type": "Object", + "tags": [], + "label": "esClient", + "description": [ + "\nA cluster client scoped to the current user.\nCan be used to access ES on behalf of either the current user or the system user." + ], + "signature": [ + "IScopedClusterClient" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.modelProvider", + "type": "Object", + "tags": [], + "label": "modelProvider", + "description": [ + "\nInference model provider scoped to the current user.\nCan be used to access the inference APIs or chatModel." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ModelProvider", + "text": "ModelProvider" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.toolProvider", + "type": "Object", + "tags": [], + "label": "toolProvider", + "description": [ + "\nTool provider that can be used to list or execute tools." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProvider", + "text": "ToolProvider" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.runner", + "type": "Object", + "tags": [], + "label": "runner", + "description": [ + "\nAgentBuilder runner scoped to the current execution." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunner", + "text": "ScopedRunner" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.resultStore", + "type": "Object", + "tags": [], + "label": "resultStore", + "description": [ + "\nResult store to access tool results during execution." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolResultStore", + "text": "ToolResultStore" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.events", + "type": "Object", + "tags": [], + "label": "events", + "description": [ + "\nEvent emitter that can be used to emits custom events" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventEmitter", + "text": "ToolEventEmitter" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [ + "\nLogger scoped to this execution" + ], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.prompts", + "type": "Object", + "tags": [], + "label": "prompts", + "description": [ + "\nService used to send and read interruptions." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolPromptManager", + "text": "ToolPromptManager" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerContext.stateManager", + "type": "Object", + "tags": [], + "label": "stateManager", + "description": [ + "\nManager to store/load tool state during interrupted executions." + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolStateManager", + "text": "ToolStateManager" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolPromptManager", + "type": "Interface", + "tags": [], + "label": "ToolPromptManager", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/prompt_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolPromptManager.checkConfirmationStatus", + "type": "Function", + "tags": [], + "label": "checkConfirmationStatus", + "description": [ + "\nGet the status for the given confirmation prompt" + ], + "signature": [ + "(promptId: string) => ConfirmationInfo" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/prompt_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolPromptManager.checkConfirmationStatus.$1", + "type": "string", + "tags": [], + "label": "promptId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/prompt_manager.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolPromptManager.askForConfirmation", + "type": "Function", + "tags": [], + "label": "askForConfirmation", + "description": [ + "\nCreates a confirmation prompt which can be returned by the tool handler" + ], + "signature": [ + "(opts: ", + "ConfirmPromptDefinition", + ") => ", + "ToolHandlerPromptReturn" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/prompt_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolPromptManager.askForConfirmation.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "ConfirmPromptDefinition" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/prompt_manager.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider", + "type": "Interface", + "tags": [], + "label": "ToolProvider", + "description": [ + "\nCommon interface shared across all tool providers." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.has", + "type": "Function", + "tags": [], + "label": "has", + "description": [ + "\nCheck if a tool is available in the provider" + ], + "signature": [ + "(options: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderHasOptions", + "text": "ToolProviderHasOptions" + }, + ") => Promise" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.has.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderHasOptions", + "text": "ToolProviderHasOptions" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nRetrieve a tool based on its identifier.\nIf not found, will throw a toolNotFound error." + ], + "signature": [ + "(options: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderGetOptions", + "text": "ToolProviderGetOptions" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ExecutableTool", + "text": "ExecutableTool" + }, + "<{}, ", + "ZodObject", + ">>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.get.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderGetOptions", + "text": "ToolProviderGetOptions" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.list", + "type": "Function", + "tags": [], + "label": "list", + "description": [ + "\nList all tools based on the provided filters" + ], + "signature": [ + "(options: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderListOptions", + "text": "ToolProviderListOptions" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ExecutableTool", + "text": "ExecutableTool" + }, + "<{}, ", + "ZodObject", + ">[]>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProvider.list.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolProviderListOptions", + "text": "ToolProviderListOptions" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderGetOptions", + "type": "Interface", + "tags": [], + "label": "ToolProviderGetOptions", + "description": [ + "\nOptions for {@link ToolProvider.get}" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderGetOptions.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderGetOptions.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderHasOptions", + "type": "Interface", + "tags": [], + "label": "ToolProviderHasOptions", + "description": [ + "\nOptions for {@link ToolProvider.has}" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderHasOptions.toolId", + "type": "string", + "tags": [], + "label": "toolId", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderHasOptions.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderListOptions", + "type": "Interface", + "tags": [], + "label": "ToolProviderListOptions", + "description": [ + "\nOptions for {@link ToolProvider.list}" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProviderListOptions.request", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolResultStore", + "type": "Interface", + "tags": [], + "label": "ToolResultStore", + "description": [ + "\nStore to access tool results during execution" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolResultStore.has", + "type": "Function", + "tags": [], + "label": "has", + "description": [], + "signature": [ + "(resultId: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolResultStore.has.$1", + "type": "string", + "tags": [], + "label": "resultId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolResultStore.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [], + "signature": [ + "(resultId: string) => ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolResultStore.get.$1", + "type": "string", + "tags": [], + "label": "resultId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolStateManager", + "type": "Interface", + "tags": [], + "label": "ToolStateManager", + "description": [ + "\nTool state manager - Which can be used to persist state between executions of the tool.\n\nNote: state is bound to a tool call, and not shared between multiple calls to the same tool." + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/state_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolStateManager.getState", + "type": "Function", + "tags": [], + "label": "getState", + "description": [ + "\nRetrieve the state which was stored during the previous execution of the tool.\nThis is only useful when interrupting the tool to prompt the user,\nto retrieve the state when the execution is resumed." + ], + "signature": [ + "() => T | undefined" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/state_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolStateManager.setState", + "type": "Function", + "tags": [], + "label": "setState", + "description": [ + "\nPersist the internal state of the tool execution, to be retrieved when execution is resumed.\nThis is only useful when interrupting the tool to prompt the user." + ], + "signature": [ + "(state: T) => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/state_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolStateManager.setState.$1", + "type": "Uncategorized", + "tags": [], + "label": "state", + "description": [], + "signature": [ + "T" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/state_manager.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore", + "type": "Interface", + "tags": [], + "label": "WritableToolResultStore", + "description": [ + "\nWritable version of ToolResultStore, used internally by the runner/agent" + ], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.WritableToolResultStore", + "text": "WritableToolResultStore" + }, + " extends ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolResultStore", + "text": "ToolResultStore" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore.add", + "type": "Function", + "tags": [], + "label": "add", + "description": [], + "signature": [ + "(result: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">) => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore.add.$1", + "type": "CompoundType", + "tags": [], + "label": "result", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore.delete", + "type": "Function", + "tags": [], + "label": "delete", + "description": [], + "signature": [ + "(resultId: string) => boolean" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore.delete.$1", + "type": "string", + "tags": [], + "label": "resultId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.WritableToolResultStore.asReadonly", + "type": "Function", + "tags": [], + "label": "asReadonly", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolResultStore", + "text": "ToolResultStore" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/result_store.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentBuilderToolEvent", + "type": "Type", + "tags": [], + "label": "AgentBuilderToolEvent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".toolProgress, ", + "InternalToolProgressEventData", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentEventEmitterFn", + "type": "Type", + "tags": [], + "label": "AgentEventEmitterFn", + "description": [ + "\nEvent handler function to listen to run events during execution of tools, agents or other agentBuilder primitives." + ], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatAgentEvent", + "text": "ChatAgentEvent" + }, + ") => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentEventEmitterFn.$1", + "type": "CompoundType", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEvent", + "text": "ToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEvent", + "text": "BrowserToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEvent", + "text": "ToolProgressEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEvent", + "text": "ToolResultEvent" + }, + " | ", + "PromptRequestEvent", + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEvent", + "text": "ReasoningEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEvent", + "text": "MessageChunkEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEvent", + "text": "MessageCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEvent", + "text": "ThinkingCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEvent", + "text": "RoundCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerFn", + "type": "Type", + "tags": [], + "label": "AgentHandlerFn", + "description": [], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentHandlerParams", + "text": "AgentHandlerParams" + }, + ", context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentHandlerContext", + "text": "AgentHandlerContext" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentHandlerReturn", + "text": "AgentHandlerReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentHandlerParams", + "text": "AgentHandlerParams" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.AgentHandlerFn.$2", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.AgentHandlerContext", + "text": "AgentHandlerContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.chatSystemIndexPrefix", + "type": "string", + "tags": [], + "label": "chatSystemIndexPrefix", + "description": [ + "\nPrefix of the chat system indices.\n\nThe Kibana system user has the same permission on those indices than it has on Kibana system indices." + ], + "signature": [ + "\".chat-\"" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/indices.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableToolHandlerFn", + "type": "Type", + "tags": [], + "label": "ExecutableToolHandlerFn", + "description": [ + "\nExecution handler for {@link ExecutableTool}" + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ExecutableToolHandlerParams", + "text": "ExecutableToolHandlerParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableToolHandlerFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ExecutableToolHandlerParams", + "type": "Type", + "tags": [], + "label": "ExecutableToolHandlerParams", + "description": [ + "\nParam type for {@link ExecutableToolHandlerFn}" + ], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolAvailabilityHandler", + "type": "Type", + "tags": [], + "label": "InternalToolAvailabilityHandler", + "description": [], + "signature": [ + "(context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityResult", + "text": "ToolAvailabilityResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.InternalToolAvailabilityHandler.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/internal.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.LlmDescriptionHandler", + "type": "Type", + "tags": [], + "label": "LlmDescriptionHandler", + "description": [], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.LLmDescriptionHandlerParams", + "text": "LLmDescriptionHandlerParams" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.LlmDescriptionHandler.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.LLmDescriptionHandlerParams", + "text": "LLmDescriptionHandlerParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/tool_provider.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentFn", + "type": "Type", + "tags": [], + "label": "RunAgentFn", + "description": [ + "\nPublic agentBuilder API to execute an agent." + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentParams", + "text": "RunAgentParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentReturn", + "text": "RunAgentReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentParams", + "text": "RunAgentParams" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentOnEventFn", + "type": "Type", + "tags": [], + "label": "RunAgentOnEventFn", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatAgentEvent", + "text": "ChatAgentEvent" + }, + ") => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunAgentOnEventFn.$1", + "type": "CompoundType", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolCallEvent", + "text": "ToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.BrowserToolCallEvent", + "text": "BrowserToolCallEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolProgressEvent", + "text": "ToolProgressEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResultEvent", + "text": "ToolResultEvent" + }, + " | ", + "PromptRequestEvent", + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ReasoningEvent", + "text": "ReasoningEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageChunkEvent", + "text": "MessageChunkEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.MessageCompleteEvent", + "text": "MessageCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ThinkingCompleteEvent", + "text": "ThinkingCompleteEvent" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.RoundCompleteEvent", + "text": "RoundCompleteEvent" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunContextStackEntry", + "type": "Type", + "tags": [], + "label": "RunContextStackEntry", + "description": [ + "\nRepresents an element in the run context's stack.\nUsed to follow nested / chained execution." + ], + "signature": [ + "{ type: \"tool\"; toolId: string; } | { type: \"agent\"; agentId: string; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolFn", + "type": "Type", + "tags": [], + "label": "RunToolFn", + "description": [ + "\nPublic agentBuilder API to execute a tools." + ], + "signature": [ + ">(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.RunToolFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolParams", + "text": "RunToolParams" + }, + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunAgentFn", + "type": "Type", + "tags": [], + "label": "ScopedRunAgentFn", + "description": [ + "\nPublic agentBuilder API to execute an agent." + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunnerRunAgentParams", + "text": "ScopedRunnerRunAgentParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentReturn", + "text": "RunAgentReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunAgentFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ abortSignal?: AbortSignal | undefined; onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentOnEventFn", + "text": "RunAgentOnEventFn" + }, + " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", + "AgentParams", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunnerRunAgentParams", + "type": "Type", + "tags": [], + "label": "ScopedRunnerRunAgentParams", + "description": [ + "\nParams for {@link ScopedRunner.runTool}" + ], + "signature": [ + "{ abortSignal?: AbortSignal | undefined; onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunAgentOnEventFn", + "text": "RunAgentOnEventFn" + }, + " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", + "AgentParams", + "; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/runner.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunnerRunToolsParams", + "type": "Type", + "tags": [], + "label": "ScopedRunnerRunToolsParams", + "description": [ + "\nParams for {@link ScopedRunner.runTool}" + ], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolId: string; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunToolFn", + "type": "Type", + "tags": [], + "label": "ScopedRunToolFn", + "description": [ + "\nPublic agentBuilder API to execute a tools." + ], + "signature": [ + ">(params: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ScopedRunnerRunToolsParams", + "text": "ScopedRunnerRunToolsParams" + }, + ") => Promise<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.RunToolReturn", + "text": "RunToolReturn" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ScopedRunToolFn.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ onEvent?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolEventHandlerFn", + "text": "ToolEventHandlerFn" + }, + " | undefined; toolId: string; toolParams: TParams; toolCallId?: string | undefined; defaultConnectorId?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/runner.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.StaticEsqlTool", + "type": "Type", + "tags": [], + "label": "StaticEsqlTool", + "description": [], + "signature": [ + "Omit<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.EsqlToolDefinition", + "text": "EsqlToolDefinition" + }, + ", \"readonly\"> & { availability?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityConfig", + "text": "ToolAvailabilityConfig" + }, + " | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.StaticIndexSearchTool", + "type": "Type", + "tags": [], + "label": "StaticIndexSearchTool", + "description": [], + "signature": [ + "Omit<", + "IndexSearchToolDefinition", + ", \"readonly\"> & { availability?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityConfig", + "text": "ToolAvailabilityConfig" + }, + " | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.StaticToolRegistration", + "type": "Type", + "tags": [], + "label": "StaticToolRegistration", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.BuiltinToolDefinition", + "text": "BuiltinToolDefinition" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticEsqlTool", + "text": "StaticEsqlTool" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticIndexSearchTool", + "text": "StaticIndexSearchTool" + }, + " | ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.StaticWorkflowTool", + "text": "StaticWorkflowTool" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.StaticWorkflowTool", + "type": "Type", + "tags": [], + "label": "StaticWorkflowTool", + "description": [], + "signature": [ + "Omit<", + "WorkflowToolDefinition", + ", \"readonly\"> & { availability?: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityConfig", + "text": "ToolAvailabilityConfig" + }, + " | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityHandler", + "type": "Type", + "tags": [], + "label": "ToolAvailabilityHandler", + "description": [ + "\nAvailability handler for a tool." + ], + "signature": [ + "(context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityResult", + "text": "ToolAvailabilityResult" + }, + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolAvailabilityHandler.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolAvailabilityContext", + "text": "ToolAvailabilityContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/builtin.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolEventHandlerFn", + "type": "Type", + "tags": [], + "label": "ToolEventHandlerFn", + "description": [ + "\nEvent handler function to listen to run events during execution of tools, agents or other agentBuilder primitives." + ], + "signature": [ + "(event: ", + "InternalToolProgressEvent", + ") => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolEventHandlerFn.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.AgentBuilderEvent", + "text": "AgentBuilderEvent" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ChatEventType", + "text": "ChatEventType" + }, + ".toolProgress, ", + "InternalToolProgressEventData", + ">" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerFn", + "type": "Type", + "tags": [], + "label": "ToolHandlerFn", + "description": [ + "\nTool handler function for {@link BuiltinToolDefinition} handlers." + ], + "signature": [ + "(args: TParams, context: ", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerContext", + "text": "ToolHandlerContext" + }, + ") => ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.MaybePromise", + "text": "MaybePromise" + }, + "<", + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerReturn", + "text": "ToolHandlerReturn" + }, + "<", + { + "pluginId": "@kbn/agent-builder-common", + "scope": "common", + "docId": "kibKbnAgentBuilderCommonPluginApi", + "section": "def-common.ToolResult", + "text": "ToolResult" + }, + ">>>" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerFn.$1", + "type": "Uncategorized", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "TParams" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerFn.$2", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/agent-builder-server", + "scope": "common", + "docId": "kibKbnAgentBuilderServerPluginApi", + "section": "def-common.ToolHandlerContext", + "text": "ToolHandlerContext" + } + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerResult", + "type": "Type", + "tags": [], + "label": "ToolHandlerResult", + "description": [ + "\nTool result as returned by the tool handler." + ], + "signature": [ + "Omit & { tool_result_id?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolHandlerReturn", + "type": "Type", + "tags": [], + "label": "ToolHandlerReturn", + "description": [ + "\nReturn value for {@link ToolHandlerFn} / {@link BuiltinToolDefinition}" + ], + "signature": [ + "ToolHandlerPromptReturn", + " | ", + "ToolHandlerStandardReturn", + "" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/tools/handler.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProgressEmitterFn", + "type": "Type", + "tags": [], + "label": "ToolProgressEmitterFn", + "description": [ + "\nProgress event reporter, sending a tool progress event based on the provided progress info" + ], + "signature": [ + "(progressMessage: string) => void" + ], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/agent-builder-server", + "id": "def-common.ToolProgressEmitterFn.$1", + "type": "string", + "tags": [], + "label": "progressMessage", + "description": [], + "path": "x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/events.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_agent_builder_server.mdx b/api_docs/kbn_agent_builder_server.mdx new file mode 100644 index 0000000000000..cd3f9e6a55343 --- /dev/null +++ b/api_docs/kbn_agent_builder_server.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnAgentBuilderServerPluginApi +slug: /kibana-dev-docs/api/kbn-agent-builder-server +title: "@kbn/agent-builder-server" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/agent-builder-server plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/agent-builder-server'] +--- +import kbnAgentBuilderServerObj from './kbn_agent_builder_server.devdocs.json'; + + + +Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 201 | 0 | 78 | 13 | + +## Common + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_ai_agent_confirmation_modal.mdx b/api_docs/kbn_ai_agent_confirmation_modal.mdx index d63870a0ab54b..e0d0246543c79 100644 --- a/api_docs/kbn_ai_agent_confirmation_modal.mdx +++ b/api_docs/kbn_ai_agent_confirmation_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-agent-confirmation-modal title: "@kbn/ai-agent-confirmation-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-agent-confirmation-modal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-agent-confirmation-modal'] --- import kbnAiAgentConfirmationModalObj from './kbn_ai_agent_confirmation_modal.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index a3370cc8efa93..819aa1643e3eb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant'] --- import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_common.devdocs.json b/api_docs/kbn_ai_assistant_common.devdocs.json index 62ec4ebf74dd9..8b74ae9d540d2 100644 --- a/api_docs/kbn_ai_assistant_common.devdocs.json +++ b/api_docs/kbn_ai_assistant_common.devdocs.json @@ -165,7 +165,7 @@ "label": "AssistantScope", "description": [], "signature": [ - "\"search\" | \"observability\" | \"all\"" + "\"search\" | \"all\" | \"observability\"" ], "path": "x-pack/platform/packages/shared/ai-assistant/common/src/types/index.ts", "deprecated": false, diff --git a/api_docs/kbn_ai_assistant_common.mdx b/api_docs/kbn_ai_assistant_common.mdx index 6c5ba63d47744..3cf81a0e7de00 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: 2025-12-19 +date: 2026-01-07 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_connector_selector_action.devdocs.json b/api_docs/kbn_ai_assistant_connector_selector_action.devdocs.json index 6a6ba55a3fa71..09bcba26683e1 100644 --- a/api_docs/kbn_ai_assistant_connector_selector_action.devdocs.json +++ b/api_docs/kbn_ai_assistant_connector_selector_action.devdocs.json @@ -182,11 +182,11 @@ "signature": [ "(", "CommonProps", - " & { label: string; searchableLabel?: string | undefined; key?: string | undefined; checked?: \"on\" | \"off\" | \"mixed\" | undefined; disabled?: boolean | undefined; isGroupLabel?: false | undefined; prepend?: React.ReactNode; append?: React.ReactNode; ref?: ((optionIndex: number) => void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial> | undefined; toolTipContent?: React.ReactNode; toolTipProps?: Partial> | undefined; } & React.HTMLAttributes & T & { key?: undefined; checked?: undefined; })[]" + ", \"children\" | \"content\">> | undefined; } & React.HTMLAttributes & T & { key?: undefined; checked?: undefined; })[]" ], "path": "x-pack/platform/packages/shared/ai-assistant/ai-assistant-connector-selector-action/connector_selectable_component.tsx", "deprecated": false, @@ -204,11 +204,11 @@ "signature": [ "(", "CommonProps", - " & { label: string; searchableLabel?: string | undefined; key?: string | undefined; checked?: \"on\" | \"off\" | \"mixed\" | undefined; disabled?: boolean | undefined; isGroupLabel?: false | undefined; prepend?: React.ReactNode; append?: React.ReactNode; ref?: ((optionIndex: number) => void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial> | undefined; toolTipContent?: React.ReactNode; toolTipProps?: Partial> | undefined; } & React.HTMLAttributes & T & { key?: undefined; checked?: undefined; })[]" + ", \"children\" | \"content\">> | undefined; } & React.HTMLAttributes & T & { key?: undefined; checked?: undefined; })[]" ], "path": "x-pack/platform/packages/shared/ai-assistant/ai-assistant-connector-selector-action/connector_selectable_component.tsx", "deprecated": false, @@ -372,11 +372,11 @@ "EuiSelectableLIOption", "<{}>> & ", "CommonProps", - " & { label: string; searchableLabel?: string | undefined; key?: string | undefined; checked?: \"on\" | \"off\" | \"mixed\" | undefined; disabled?: boolean | undefined; isGroupLabel?: false | undefined; prepend?: React.ReactNode; append?: React.ReactNode; ref?: ((optionIndex: number) => void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial> | undefined; toolTipContent?: React.ReactNode; toolTipProps?: Partial> | undefined; } & React.HTMLAttributes) | (", + ", \"children\" | \"content\">> | undefined; } & React.HTMLAttributes) | (", "DisambiguateSet", "<", "EuiSelectableLIOption", @@ -462,7 +462,7 @@ "section": "def-public.ConnectorSelectableComponentProps", "text": "ConnectorSelectableComponentProps" }, - "<{ value: string; }>, \"value\" | \"data-test-subj\" | \"renderOption\" | \"onValueChange\" | \"customConnectors\" | \"preConfiguredConnectors\" | \"defaultConnectorId\"> & Pick<", + "<{ value: string; }>, \"value\" | \"data-test-subj\" | \"renderOption\" | \"defaultConnectorId\" | \"onValueChange\" | \"customConnectors\" | \"preConfiguredConnectors\"> & Pick<", { "pluginId": "@kbn/ai-assistant-connector-selector-action", "scope": "public", diff --git a/api_docs/kbn_ai_assistant_connector_selector_action.mdx b/api_docs/kbn_ai_assistant_connector_selector_action.mdx index 12586fa4944e5..aafc346dd24a4 100644 --- a/api_docs/kbn_ai_assistant_connector_selector_action.mdx +++ b/api_docs/kbn_ai_assistant_connector_selector_action.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-connector-selector-action title: "@kbn/ai-assistant-connector-selector-action" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-connector-selector-action plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-connector-selector-action'] --- import kbnAiAssistantConnectorSelectorActionObj from './kbn_ai_assistant_connector_selector_action.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_cta.mdx b/api_docs/kbn_ai_assistant_cta.mdx index 1ca86fddf125f..7fc8e4d8af18f 100644 --- a/api_docs/kbn_ai_assistant_cta.mdx +++ b/api_docs/kbn_ai_assistant_cta.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-cta title: "@kbn/ai-assistant-cta" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-cta plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-cta'] --- import kbnAiAssistantCtaObj from './kbn_ai_assistant_cta.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_icon.devdocs.json b/api_docs/kbn_ai_assistant_icon.devdocs.json index c72f7c7361dc6..cd6b1cfa66b32 100644 --- a/api_docs/kbn_ai_assistant_icon.devdocs.json +++ b/api_docs/kbn_ai_assistant_icon.devdocs.json @@ -331,11 +331,11 @@ "\nAvatar component for the AI Assistant." ], "signature": [ - "{ id?: string | undefined; prefix?: string | undefined; type?: \"space\" | \"user\" | undefined; onError?: React.ReactEventHandler | undefined; name: string; security?: string | undefined; defaultValue?: string | number | readonly string[] | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; 'data-test-subj'?: string | undefined; css?: ", + "{ id?: string | undefined; prefix?: string | undefined; type?: \"space\" | \"user\" | undefined; onError?: React.ReactEventHandler | undefined; name: string; security?: string | undefined; defaultValue?: string | number | readonly string[] | undefined; color?: string | null | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | undefined; suppressHydrationWarning?: boolean | undefined; className?: string | undefined; lang?: string | undefined; style?: React.CSSProperties | undefined; role?: React.AriaRole | undefined; tabIndex?: number | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"true\" | \"false\" | \"step\" | \"location\" | \"time\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | \"false\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-label\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 'data-test-subj'?: string | undefined; css?: ", "Interpolation", "<", "Theme", - ">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | null | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"false\" | \"true\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"false\" | \"true\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | undefined; iconColor?: string | null | undefined; isDisabled?: boolean | undefined; iconSize?: \"m\" | \"s\" | \"l\" | \"original\" | \"xl\" | \"xxl\" | undefined; casing?: \"none\" | \"lowercase\" | \"capitalize\" | \"uppercase\" | undefined; }" + ">; title?: string | undefined; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: \"inherit\" | Booleanish | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; translate?: \"no\" | \"yes\" | undefined; radioGroup?: string | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"off\" | \"on\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; iconColor?: string | null | undefined; isDisabled?: boolean | undefined; iconSize?: \"m\" | \"original\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined; casing?: \"none\" | \"lowercase\" | \"capitalize\" | \"uppercase\" | undefined; }" ], "path": "x-pack/platform/packages/shared/ai-assistant/icon/avatar.tsx", "deprecated": false, @@ -352,11 +352,11 @@ "\nProps for the AI Assistant icon." ], "signature": [ - "{ string?: string | number | undefined; id?: string | undefined; onError?: React.ReactEventHandler | undefined; name?: string | undefined; transform?: string | undefined; min?: string | number | undefined; end?: string | number | undefined; filter?: string | undefined; max?: string | number | undefined; in?: string | undefined; mode?: string | number | undefined; order?: string | number | undefined; version?: string | undefined; format?: string | number | undefined; fill?: string | undefined; values?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; 'data-test-subj'?: string | undefined; css?: ", + "{ string?: string | number | undefined; id?: string | undefined; onError?: React.ReactEventHandler | undefined; name?: string | undefined; transform?: string | undefined; min?: string | number | undefined; end?: string | number | undefined; filter?: string | undefined; max?: string | number | undefined; in?: string | undefined; mode?: string | number | undefined; order?: string | number | undefined; version?: string | undefined; format?: string | number | undefined; fill?: string | undefined; values?: string | undefined; color?: string | undefined; size?: \"m\" | \"original\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined; suppressHydrationWarning?: boolean | undefined; className?: string | undefined; height?: string | number | undefined; lang?: string | undefined; media?: string | undefined; method?: string | undefined; style?: React.CSSProperties | undefined; target?: string | undefined; width?: string | number | undefined; role?: React.AriaRole | undefined; tabIndex?: number | undefined; crossOrigin?: CrossOrigin; accentHeight?: string | number | undefined; accumulate?: \"sum\" | \"none\" | undefined; additive?: \"sum\" | \"replace\" | undefined; alignmentBaseline?: \"alphabetic\" | \"hanging\" | \"ideographic\" | \"mathematical\" | \"inherit\" | \"auto\" | \"baseline\" | \"before-edge\" | \"text-before-edge\" | \"middle\" | \"central\" | \"after-edge\" | \"text-after-edge\" | undefined; allowReorder?: \"no\" | \"yes\" | undefined; alphabetic?: string | number | undefined; amplitude?: string | number | undefined; arabicForm?: \"initial\" | \"medial\" | \"terminal\" | \"isolated\" | undefined; ascent?: string | number | undefined; attributeName?: string | undefined; attributeType?: string | undefined; autoReverse?: Booleanish | undefined; azimuth?: string | number | undefined; baseFrequency?: string | number | undefined; baselineShift?: string | number | undefined; baseProfile?: string | number | undefined; bbox?: string | number | undefined; begin?: string | number | undefined; bias?: string | number | undefined; by?: string | number | undefined; calcMode?: string | number | undefined; capHeight?: string | number | undefined; clip?: string | number | undefined; clipPath?: string | undefined; clipPathUnits?: string | number | undefined; clipRule?: string | number | undefined; colorInterpolation?: string | number | undefined; colorInterpolationFilters?: \"inherit\" | \"auto\" | \"sRGB\" | \"linearRGB\" | undefined; colorProfile?: string | number | undefined; colorRendering?: string | number | undefined; contentScriptType?: string | number | undefined; contentStyleType?: string | number | undefined; cursor?: string | number | undefined; cx?: string | number | undefined; cy?: string | number | undefined; d?: string | undefined; decelerate?: string | number | undefined; descent?: string | number | undefined; diffuseConstant?: string | number | undefined; direction?: string | number | undefined; display?: string | number | undefined; divisor?: string | number | undefined; dominantBaseline?: string | number | undefined; dur?: string | number | undefined; dx?: string | number | undefined; dy?: string | number | undefined; edgeMode?: string | number | undefined; elevation?: string | number | undefined; enableBackground?: string | number | undefined; exponent?: string | number | undefined; externalResourcesRequired?: Booleanish | undefined; fillOpacity?: string | number | undefined; fillRule?: \"inherit\" | \"nonzero\" | \"evenodd\" | undefined; filterRes?: string | number | undefined; filterUnits?: string | number | undefined; floodColor?: string | number | undefined; floodOpacity?: string | number | undefined; focusable?: \"auto\" | Booleanish | undefined; fontFamily?: string | undefined; fontSize?: string | number | undefined; fontSizeAdjust?: string | number | undefined; fontStretch?: string | number | undefined; fontStyle?: string | number | undefined; fontVariant?: string | number | undefined; fontWeight?: string | number | undefined; fr?: string | number | undefined; from?: string | number | undefined; fx?: string | number | undefined; fy?: string | number | undefined; g1?: string | number | undefined; g2?: string | number | undefined; glyphName?: string | number | undefined; glyphOrientationHorizontal?: string | number | undefined; glyphOrientationVertical?: string | number | undefined; glyphRef?: string | number | undefined; gradientTransform?: string | undefined; gradientUnits?: string | undefined; hanging?: string | number | undefined; horizAdvX?: string | number | undefined; horizOriginX?: string | number | undefined; href?: string | undefined; ideographic?: string | number | undefined; imageRendering?: string | number | undefined; in2?: string | number | undefined; intercept?: string | number | undefined; k1?: string | number | undefined; k2?: string | number | undefined; k3?: string | number | undefined; k4?: string | number | undefined; k?: string | number | undefined; kernelMatrix?: string | number | undefined; kernelUnitLength?: string | number | undefined; kerning?: string | number | undefined; keyPoints?: string | number | undefined; keySplines?: string | number | undefined; keyTimes?: string | number | undefined; lengthAdjust?: string | number | undefined; letterSpacing?: string | number | undefined; lightingColor?: string | number | undefined; limitingConeAngle?: string | number | undefined; local?: string | number | undefined; markerEnd?: string | undefined; markerHeight?: string | number | undefined; markerMid?: string | undefined; markerStart?: string | undefined; markerUnits?: string | number | undefined; markerWidth?: string | number | undefined; mask?: string | undefined; maskContentUnits?: string | number | undefined; maskUnits?: string | number | undefined; mathematical?: string | number | undefined; numOctaves?: string | number | undefined; offset?: string | number | undefined; opacity?: string | number | undefined; operator?: string | number | undefined; orient?: string | number | undefined; orientation?: string | number | undefined; origin?: string | number | undefined; overflow?: string | number | undefined; overlinePosition?: string | number | undefined; overlineThickness?: string | number | undefined; paintOrder?: string | number | undefined; panose1?: string | number | undefined; path?: string | undefined; pathLength?: string | number | undefined; patternContentUnits?: string | undefined; patternTransform?: string | number | undefined; patternUnits?: string | undefined; pointerEvents?: string | number | undefined; points?: string | undefined; pointsAtX?: string | number | undefined; pointsAtY?: string | number | undefined; pointsAtZ?: string | number | undefined; preserveAlpha?: Booleanish | undefined; preserveAspectRatio?: string | undefined; primitiveUnits?: string | number | undefined; r?: string | number | undefined; radius?: string | number | undefined; refX?: string | number | undefined; refY?: string | number | undefined; renderingIntent?: string | number | undefined; repeatCount?: string | number | undefined; repeatDur?: string | number | undefined; requiredExtensions?: string | number | undefined; requiredFeatures?: string | number | undefined; restart?: string | number | undefined; result?: string | undefined; rotate?: string | number | undefined; rx?: string | number | undefined; ry?: string | number | undefined; scale?: string | number | undefined; seed?: string | number | undefined; shapeRendering?: string | number | undefined; slope?: string | number | undefined; spacing?: string | number | undefined; specularConstant?: string | number | undefined; specularExponent?: string | number | undefined; speed?: string | number | undefined; spreadMethod?: string | undefined; startOffset?: string | number | undefined; stdDeviation?: string | number | undefined; stemh?: string | number | undefined; stemv?: string | number | undefined; stitchTiles?: string | number | undefined; stopColor?: string | undefined; stopOpacity?: string | number | undefined; strikethroughPosition?: string | number | undefined; strikethroughThickness?: string | number | undefined; stroke?: string | undefined; strokeDasharray?: string | number | undefined; strokeDashoffset?: string | number | undefined; strokeLinecap?: \"inherit\" | \"butt\" | \"round\" | \"square\" | undefined; strokeLinejoin?: \"inherit\" | \"round\" | \"miter\" | \"bevel\" | undefined; strokeMiterlimit?: string | number | undefined; strokeOpacity?: string | number | undefined; strokeWidth?: string | number | undefined; surfaceScale?: string | number | undefined; systemLanguage?: string | number | undefined; tableValues?: string | number | undefined; targetX?: string | number | undefined; targetY?: string | number | undefined; textAnchor?: string | undefined; textDecoration?: string | number | undefined; textLength?: string | number | undefined; textRendering?: string | number | undefined; to?: string | number | undefined; u1?: string | number | undefined; u2?: string | number | undefined; underlinePosition?: string | number | undefined; underlineThickness?: string | number | undefined; unicode?: string | number | undefined; unicodeBidi?: string | number | undefined; unicodeRange?: string | number | undefined; unitsPerEm?: string | number | undefined; vAlphabetic?: string | number | undefined; vectorEffect?: string | number | undefined; vertAdvY?: string | number | undefined; vertOriginX?: string | number | undefined; vertOriginY?: string | number | undefined; vHanging?: string | number | undefined; vIdeographic?: string | number | undefined; viewBox?: string | undefined; viewTarget?: string | number | undefined; visibility?: string | number | undefined; vMathematical?: string | number | undefined; widths?: string | number | undefined; wordSpacing?: string | number | undefined; writingMode?: string | number | undefined; x1?: string | number | undefined; x2?: string | number | undefined; x?: string | number | undefined; xChannelSelector?: string | undefined; xHeight?: string | number | undefined; xlinkActuate?: string | undefined; xlinkArcrole?: string | undefined; xlinkHref?: string | undefined; xlinkRole?: string | undefined; xlinkShow?: string | undefined; xlinkTitle?: string | undefined; xlinkType?: string | undefined; xmlBase?: string | undefined; xmlLang?: string | undefined; xmlns?: string | undefined; xmlnsXlink?: string | undefined; xmlSpace?: string | undefined; y1?: string | number | undefined; y2?: string | number | undefined; y?: string | number | undefined; yChannelSelector?: string | undefined; z?: string | number | undefined; zoomAndPan?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"true\" | \"false\" | \"step\" | \"location\" | \"time\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | \"false\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-label\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 'data-test-subj'?: string | undefined; css?: ", "Interpolation", "<", "Theme", - ">; suppressHydrationWarning?: boolean | undefined; lang?: string | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; role?: React.AriaRole | undefined; color?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"false\" | \"true\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"false\" | \"true\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; size?: \"m\" | \"s\" | \"l\" | \"original\" | \"xl\" | \"xxl\" | undefined; path?: string | undefined; cursor?: string | number | undefined; from?: string | number | undefined; to?: string | number | undefined; clipPath?: string | undefined; mask?: string | undefined; offset?: string | number | undefined; href?: string | undefined; media?: string | undefined; target?: string | undefined; direction?: string | number | undefined; width?: string | number | undefined; textDecoration?: string | number | undefined; result?: string | undefined; by?: string | number | undefined; scale?: string | number | undefined; y?: string | number | undefined; d?: string | undefined; x?: string | number | undefined; stdDeviation?: string | number | undefined; operator?: string | number | undefined; display?: string | number | undefined; method?: string | undefined; height?: string | number | undefined; crossOrigin?: CrossOrigin; accentHeight?: string | number | undefined; accumulate?: \"sum\" | \"none\" | undefined; additive?: \"sum\" | \"replace\" | undefined; alignmentBaseline?: \"inherit\" | \"auto\" | \"alphabetic\" | \"hanging\" | \"ideographic\" | \"mathematical\" | \"baseline\" | \"before-edge\" | \"text-before-edge\" | \"middle\" | \"central\" | \"after-edge\" | \"text-after-edge\" | undefined; allowReorder?: \"yes\" | \"no\" | undefined; alphabetic?: string | number | undefined; amplitude?: string | number | undefined; arabicForm?: \"initial\" | \"medial\" | \"terminal\" | \"isolated\" | undefined; ascent?: string | number | undefined; attributeName?: string | undefined; attributeType?: string | undefined; autoReverse?: Booleanish | undefined; azimuth?: string | number | undefined; baseFrequency?: string | number | undefined; baselineShift?: string | number | undefined; baseProfile?: string | number | undefined; bbox?: string | number | undefined; begin?: string | number | undefined; bias?: string | number | undefined; calcMode?: string | number | undefined; capHeight?: string | number | undefined; clip?: string | number | undefined; clipPathUnits?: string | number | undefined; clipRule?: string | number | undefined; colorInterpolation?: string | number | undefined; colorInterpolationFilters?: \"inherit\" | \"auto\" | \"sRGB\" | \"linearRGB\" | undefined; colorProfile?: string | number | undefined; colorRendering?: string | number | undefined; contentScriptType?: string | number | undefined; contentStyleType?: string | number | undefined; cx?: string | number | undefined; cy?: string | number | undefined; decelerate?: string | number | undefined; descent?: string | number | undefined; diffuseConstant?: string | number | undefined; divisor?: string | number | undefined; dominantBaseline?: string | number | undefined; dur?: string | number | undefined; dx?: string | number | undefined; dy?: string | number | undefined; edgeMode?: string | number | undefined; elevation?: string | number | undefined; enableBackground?: string | number | undefined; exponent?: string | number | undefined; externalResourcesRequired?: Booleanish | undefined; fillOpacity?: string | number | undefined; fillRule?: \"inherit\" | \"nonzero\" | \"evenodd\" | undefined; filterRes?: string | number | undefined; filterUnits?: string | number | undefined; floodColor?: string | number | undefined; floodOpacity?: string | number | undefined; focusable?: Booleanish | \"auto\" | undefined; fontFamily?: string | undefined; fontSize?: string | number | undefined; fontSizeAdjust?: string | number | undefined; fontStretch?: string | number | undefined; fontStyle?: string | number | undefined; fontVariant?: string | number | undefined; fontWeight?: string | number | undefined; fr?: string | number | undefined; fx?: string | number | undefined; fy?: string | number | undefined; g1?: string | number | undefined; g2?: string | number | undefined; glyphName?: string | number | undefined; glyphOrientationHorizontal?: string | number | undefined; glyphOrientationVertical?: string | number | undefined; glyphRef?: string | number | undefined; gradientTransform?: string | undefined; gradientUnits?: string | undefined; hanging?: string | number | undefined; horizAdvX?: string | number | undefined; horizOriginX?: string | number | undefined; ideographic?: string | number | undefined; imageRendering?: string | number | undefined; in2?: string | number | undefined; intercept?: string | number | undefined; k1?: string | number | undefined; k2?: string | number | undefined; k3?: string | number | undefined; k4?: string | number | undefined; k?: string | number | undefined; kernelMatrix?: string | number | undefined; kernelUnitLength?: string | number | undefined; kerning?: string | number | undefined; keyPoints?: string | number | undefined; keySplines?: string | number | undefined; keyTimes?: string | number | undefined; lengthAdjust?: string | number | undefined; letterSpacing?: string | number | undefined; lightingColor?: string | number | undefined; limitingConeAngle?: string | number | undefined; local?: string | number | undefined; markerEnd?: string | undefined; markerHeight?: string | number | undefined; markerMid?: string | undefined; markerStart?: string | undefined; markerUnits?: string | number | undefined; markerWidth?: string | number | undefined; maskContentUnits?: string | number | undefined; maskUnits?: string | number | undefined; mathematical?: string | number | undefined; numOctaves?: string | number | undefined; opacity?: string | number | undefined; orient?: string | number | undefined; orientation?: string | number | undefined; origin?: string | number | undefined; overflow?: string | number | undefined; overlinePosition?: string | number | undefined; overlineThickness?: string | number | undefined; paintOrder?: string | number | undefined; panose1?: string | number | undefined; pathLength?: string | number | undefined; patternContentUnits?: string | undefined; patternTransform?: string | number | undefined; patternUnits?: string | undefined; pointerEvents?: string | number | undefined; points?: string | undefined; pointsAtX?: string | number | undefined; pointsAtY?: string | number | undefined; pointsAtZ?: string | number | undefined; preserveAlpha?: Booleanish | undefined; preserveAspectRatio?: string | undefined; primitiveUnits?: string | number | undefined; r?: string | number | undefined; radius?: string | number | undefined; refX?: string | number | undefined; refY?: string | number | undefined; renderingIntent?: string | number | undefined; repeatCount?: string | number | undefined; repeatDur?: string | number | undefined; requiredExtensions?: string | number | undefined; requiredFeatures?: string | number | undefined; restart?: string | number | undefined; rotate?: string | number | undefined; rx?: string | number | undefined; ry?: string | number | undefined; seed?: string | number | undefined; shapeRendering?: string | number | undefined; slope?: string | number | undefined; spacing?: string | number | undefined; specularConstant?: string | number | undefined; specularExponent?: string | number | undefined; speed?: string | number | undefined; spreadMethod?: string | undefined; startOffset?: string | number | undefined; stemh?: string | number | undefined; stemv?: string | number | undefined; stitchTiles?: string | number | undefined; stopColor?: string | undefined; stopOpacity?: string | number | undefined; strikethroughPosition?: string | number | undefined; strikethroughThickness?: string | number | undefined; stroke?: string | undefined; strokeDasharray?: string | number | undefined; strokeDashoffset?: string | number | undefined; strokeLinecap?: \"inherit\" | \"butt\" | \"round\" | \"square\" | undefined; strokeLinejoin?: \"inherit\" | \"round\" | \"miter\" | \"bevel\" | undefined; strokeMiterlimit?: string | number | undefined; strokeOpacity?: string | number | undefined; strokeWidth?: string | number | undefined; surfaceScale?: string | number | undefined; systemLanguage?: string | number | undefined; tableValues?: string | number | undefined; targetX?: string | number | undefined; targetY?: string | number | undefined; textAnchor?: string | undefined; textLength?: string | number | undefined; textRendering?: string | number | undefined; u1?: string | number | undefined; u2?: string | number | undefined; underlinePosition?: string | number | undefined; underlineThickness?: string | number | undefined; unicode?: string | number | undefined; unicodeBidi?: string | number | undefined; unicodeRange?: string | number | undefined; unitsPerEm?: string | number | undefined; vAlphabetic?: string | number | undefined; vectorEffect?: string | number | undefined; vertAdvY?: string | number | undefined; vertOriginX?: string | number | undefined; vertOriginY?: string | number | undefined; vHanging?: string | number | undefined; vIdeographic?: string | number | undefined; viewBox?: string | undefined; viewTarget?: string | number | undefined; visibility?: string | number | undefined; vMathematical?: string | number | undefined; widths?: string | number | undefined; wordSpacing?: string | number | undefined; writingMode?: string | number | undefined; x1?: string | number | undefined; x2?: string | number | undefined; xChannelSelector?: string | undefined; xHeight?: string | number | undefined; xlinkActuate?: string | undefined; xlinkArcrole?: string | undefined; xlinkHref?: string | undefined; xlinkRole?: string | undefined; xlinkShow?: string | undefined; xlinkTitle?: string | undefined; xlinkType?: string | undefined; xmlBase?: string | undefined; xmlLang?: string | undefined; xmlns?: string | undefined; xmlnsXlink?: string | undefined; xmlSpace?: string | undefined; y1?: string | number | undefined; y2?: string | number | undefined; yChannelSelector?: string | undefined; z?: string | number | undefined; zoomAndPan?: string | undefined; titleId?: string | undefined; onIconLoad?: (() => void) | undefined; }" + ">; title?: string | undefined; titleId?: string | undefined; onIconLoad?: (() => void) | undefined; }" ], "path": "x-pack/platform/packages/shared/ai-assistant/icon/icon.tsx", "deprecated": false, diff --git a/api_docs/kbn_ai_assistant_icon.mdx b/api_docs/kbn_ai_assistant_icon.mdx index 7ca6d95eb86d9..00e9f440986cc 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-icon'] --- import kbnAiAssistantIconObj from './kbn_ai_assistant_icon.devdocs.json'; diff --git a/api_docs/kbn_ai_security_labs_content.mdx b/api_docs/kbn_ai_security_labs_content.mdx index 8fa501bac2103..36201512a7e7e 100644 --- a/api_docs/kbn_ai_security_labs_content.mdx +++ b/api_docs/kbn_ai_security_labs_content.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-security-labs-content title: "@kbn/ai-security-labs-content" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-security-labs-content plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-security-labs-content'] --- import kbnAiSecurityLabsContentObj from './kbn_ai_security_labs_content.devdocs.json'; diff --git a/api_docs/kbn_ai_tools.mdx b/api_docs/kbn_ai_tools.mdx index a95c21436478a..2285a5116015a 100644 --- a/api_docs/kbn_ai_tools.mdx +++ b/api_docs/kbn_ai_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-tools title: "@kbn/ai-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-tools plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-tools'] --- import kbnAiToolsObj from './kbn_ai_tools.devdocs.json'; diff --git a/api_docs/kbn_ai_tools_cli.mdx b/api_docs/kbn_ai_tools_cli.mdx index ea7684175dc5c..b70ce37dfb65b 100644 --- a/api_docs/kbn_ai_tools_cli.mdx +++ b/api_docs/kbn_ai_tools_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-tools-cli title: "@kbn/ai-tools-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-tools-cli plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-tools-cli'] --- import kbnAiToolsCliObj from './kbn_ai_tools_cli.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 2af7ade3d8b15..546f1835bcbb7 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json index cd69797121188..308048317c0e0 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json +++ b/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json @@ -32,7 +32,7 @@ "\nSchema for categorization API request body." ], "signature": [ - "{ readonly query?: any; readonly intervalMs?: number | undefined; readonly index: string; readonly field: string; readonly from: number; readonly to: number; readonly timeField: string; }" + "{ readonly query?: any; readonly intervalMs?: number | undefined; readonly index: string; readonly from: number; readonly to: number; readonly field: string; readonly timeField: string; }" ], "path": "x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/schema.ts", "deprecated": false, diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index 4356afabaf738..89c9005e25282 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: 2025-12-19 +date: 2026-01-07 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 75e5b5c98c691..65962235c553c 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: 2025-12-19 +date: 2026-01-07 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_aiops_utils.mdx b/api_docs/kbn_aiops_utils.mdx index 088c9b8e72753..a9290296b3625 100644 --- a/api_docs/kbn_aiops_utils.mdx +++ b/api_docs/kbn_aiops_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils title: "@kbn/aiops-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils'] --- import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index 9d83c8e98411d..9c162975354aa 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: 2025-12-19 +date: 2026-01-07 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 4c229d116aca7..603f4f8ffccf4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; diff --git a/api_docs/kbn_alerting_rule_utils.mdx b/api_docs/kbn_alerting_rule_utils.mdx index 3a899ebe9394c..026007fd90887 100644 --- a/api_docs/kbn_alerting_rule_utils.mdx +++ b/api_docs/kbn_alerting_rule_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-rule-utils title: "@kbn/alerting-rule-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-rule-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-rule-utils'] --- import kbnAlertingRuleUtilsObj from './kbn_alerting_rule_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index b9c284de9cbe9..03ff1c4174c53 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: 2025-12-19 +date: 2026-01-07 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 8157fdcaee4f0..7c25c32f21a38 100644 --- a/api_docs/kbn_alerting_types.devdocs.json +++ b/api_docs/kbn_alerting_types.devdocs.json @@ -2244,7 +2244,7 @@ "label": "status", "description": [], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"pending\" | \"active\"" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -4882,7 +4882,7 @@ "label": "RuleExecutionStatuses", "description": [], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"pending\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"pending\" | \"active\"" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -5170,7 +5170,7 @@ "label": "SummaryActionContextVariablesFlatten", "description": [], "signature": [ - "\"params\" | \"spaceId\" | \"date\" | \"tags\" | \"alertId\" | \"alertInstanceId\" | \"rule.id\" | \"rule.name\" | \"alert.uuid\" | \"alert.flapping\" | \"rule.tags\" | \"rule.type\" | \"alertName\" | \"alertActionGroup\" | \"alertActionGroupName\" | \"kibanaBaseUrl\" | \"rule.spaceId\" | \"rule.url\" | `rule.params.${string}` | \"alert.id\" | \"alert.actionGroup\" | \"alert.actionGroupName\" | \"alert.consecutiveMatches\" | \"rule.params\" | \"alerts.new.count\" | \"alerts.new.data\" | \"alerts.recovered.count\" | \"alerts.recovered.data\" | \"alerts.all.count\" | \"alerts.all.data\" | \"alerts.ongoing.count\" | \"alerts.ongoing.data\"" + "\"params\" | \"spaceId\" | \"date\" | \"tags\" | \"alertId\" | \"alertInstanceId\" | \"rule.id\" | \"rule.name\" | \"alert.uuid\" | \"alert.flapping\" | \"rule.tags\" | \"rule.type\" | \"alertName\" | \"alertActionGroup\" | \"alertActionGroupName\" | \"kibanaBaseUrl\" | \"rule.spaceId\" | \"rule.url\" | `rule.params.${string}` | \"alert.id\" | \"alert.actionGroup\" | \"alert.actionGroupName\" | \"alert.consecutiveMatches\" | \"rule.params\" | \"alerts.all.count\" | \"alerts.all.data\" | \"alerts.new.count\" | \"alerts.new.data\" | \"alerts.recovered.count\" | \"alerts.recovered.data\" | \"alerts.ongoing.count\" | \"alerts.ongoing.data\"" ], "path": "src/platform/packages/shared/kbn-alerting-types/action_variable.ts", "deprecated": false, diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index a087cf781864e..2e568ace21f99 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: 2025-12-19 +date: 2026-01-07 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 02a72cf240cd3..fa769875cd2e1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils'] --- import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index 54e56297903da..52f0e14fed605 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: 2025-12-19 +date: 2026-01-07 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 0fe73c08bb2fc..949022251b7d4 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -3404,32 +3404,6 @@ "tags": [], "label": "FilterGroupProps", "description": [], - "signature": [ - { - "pluginId": "@kbn/alerts-ui-shared", - "scope": "public", - "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-public.FilterGroupProps", - "text": "FilterGroupProps" - }, - " extends Pick<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", - "text": "ControlGroupRuntimeState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">, \"chainingSystem\">" - ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, "trackAdoption": false, @@ -3693,9 +3667,9 @@ "signature": [ "((controlGroupHandler: ", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, @@ -3714,9 +3688,9 @@ "description": [], "signature": [ { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, @@ -3746,60 +3720,15 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-public.FilterGroupProps.ControlGroupRenderer", - "type": "Function", - "tags": [], - "label": "ControlGroupRenderer", - "description": [ - "\nThe control embeddable renderer" - ], - "signature": [ - "(props: ", - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererProps", - "text": "ControlGroupRendererProps" - }, - ") => React.JSX.Element" - ], - "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-public.FilterGroupProps.ControlGroupRenderer.$1", - "type": "Object", - "tags": [], - "label": "props", - "description": [], - "signature": [ - { - "pluginId": "controls", - "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlGroupRendererProps", - "text": "ControlGroupRendererProps" - } - ], - "path": "src/platform/plugins/shared/controls/public/control_group/control_group_renderer/control_group_renderer_lazy.tsx", - "deprecated": false, - "trackAdoption": false - } - ] - }, { "parentPluginId": "@kbn/alerts-ui-shared", "id": "def-public.FilterGroupProps.Storage", "type": "Object", "tags": [], "label": "Storage", - "description": [], + "description": [ + "\nThe control embeddable renderer" + ], "signature": [ "typeof ", { @@ -5787,9 +5716,7 @@ "label": "FilterControlConfig", "description": [], "signature": [ - "Omit<", - "OptionsListDSLControlState", - ", \"dataViewId\"> & { persist?: boolean | undefined; }" + "Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"dataViewId\"> & { persist?: boolean | undefined; }" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, @@ -5804,6 +5731,7 @@ "label": "FilterGroupHandler", "description": [], "signature": [ + "Pick<", { "pluginId": "@kbn/presentation-containers", "scope": "public", @@ -5811,37 +5739,21 @@ "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, - " & ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.DefaultEmbeddableApi", - "text": "DefaultEmbeddableApi" - }, - " | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }>> & ", + ", \"children$\" | \"addNewPanel\" | \"replacePanel\"> & Partial<", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesFilters", - "text": "PublishesFilters" + "section": "def-public.PublishesUnifiedSearch", + "text": "PublishesUnifiedSearch" }, - " & ", + "> & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesDataViews", - "text": "PublishesDataViews" - }, - " & ", - { - "pluginId": "@kbn/esql-types", - "scope": "common", - "docId": "kibKbnEsqlTypesPluginApi", - "section": "def-common.PublishesESQLVariables", - "text": "PublishesESQLVariables" + "section": "def-public.PublishesViewMode", + "text": "PublishesViewMode" }, " & ", { @@ -5851,47 +5763,7 @@ "section": "def-public.HasSerializedChildState", "text": "HasSerializedChildState" }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlPanelState", - "text": "ControlPanelState" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">> & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasEditCapabilities", - "text": "HasEditCapabilities" - }, - " & ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasLastSavedChildState", - "text": "HasLastSavedChildState" - }, - " & ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesTimeslice", - "text": "PublishesTimeslice" - }, - " & ", + " & Partial<", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -5899,149 +5771,77 @@ "section": "def-public.PublishesDisabledActionIds", "text": "PublishesDisabledActionIds" }, - " & ", + "> & { registerChildApi: (api: ", { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - " & Partial<", - { - "pluginId": "@kbn/presentation-publishing", + "pluginId": "embeddable", "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasParentApi", - "text": "HasParentApi" + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" }, + ") => void; layout$: ", + "BehaviorSubject", "<", + "ControlsLayout", + ">; isCompressed?: (() => boolean) | undefined; } & HasEditorConfig & Pick<", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnifiedSearch", - "text": "PublishesUnifiedSearch" + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" }, - "> & ", + ", \"appliedFilters$\"> & ", { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesReload", - "text": "PublishesReload" - }, - "> & { allowExpensiveQueries$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; autoApplySelections$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" - }, - "; ignoreParentSettings$: ", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.PublishesESQLVariables", + "text": "PublishesESQLVariables" }, - " | undefined>; labelPosition: ", + " & ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishingSubject", - "text": "PublishingSubject" + "section": "def-public.AppliesTimeslice", + "text": "AppliesTimeslice" }, - "<\"oneLine\" | \"twoLine\">; controlFetch$: (controlUuid: string, onReload?: (() => void) | undefined) => ", - "Observable", - "<", - "ControlFetchContext", - ">; openAddDataControlFlyout: (options?: { controlStateTransform?: ", + " & { reload: () => void; updateInput: (input: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", - "section": "def-public.ControlStateTransform", - "text": "ControlStateTransform" - }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - "> | undefined; onSave?: (() => void) | undefined; } | undefined) => void; untilInitialized: () => Promise; untilFiltersPublished: () => Promise; getEditorConfig: () => ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupEditorConfig", - "text": "ControlGroupEditorConfig" - }, - " | undefined; setChainingSystem: (chainingSystem: \"HIERARCHICAL\" | \"NONE\") => void; } & { reload: () => void; updateInput: (input: Partial<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", "text": "ControlGroupRuntimeState" }, - "<", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>) => void; getInput$: () => ", + "<{}>>) => void; getInput$: () => ", "Observable", "<", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", "text": "ControlGroupRuntimeState" }, - "<", + "<{}>>; getInput: () => ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" - }, - ">>; getInput: () => ", - { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.ControlGroupRuntimeState", + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", "text": "ControlGroupRuntimeState" }, - "<", + "<{}>; openAddDataControlFlyout: (options?: { controlStateTransform?: ", { - "pluginId": "controls", - "scope": "common", - "docId": "kibControlsPluginApi", - "section": "def-common.DefaultControlState", - "text": "DefaultControlState" + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlStateTransform", + "text": "ControlStateTransform" }, - ">; }" + "> | undefined; } | undefined) => void; }" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, @@ -6056,9 +5856,7 @@ "label": "FilterUrlFormat", "description": [], "signature": [ - "{ [x: string]: Pick<", - "OptionsListDSLControlState", - ", \"title\" | \"fieldName\" | \"exclude\" | \"selectedOptions\" | \"existsSelected\">; }" + "{ [x: string]: Pick | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"title\" | \"fieldName\" | \"existsSelected\" | \"exclude\" | \"selectedOptions\">; }" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_filter_controls/types.ts", "deprecated": false, @@ -6835,7 +6633,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.new.count\": Omit<", + ", \"name\">; \"alerts.all.count\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -6843,7 +6641,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.new.data\": Omit<", + ", \"name\">; \"alerts.all.data\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -6851,7 +6649,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.recovered.count\": Omit<", + ", \"name\">; \"alerts.new.count\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -6859,7 +6657,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.recovered.data\": Omit<", + ", \"name\">; \"alerts.new.data\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -6867,7 +6665,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.all.count\": Omit<", + ", \"name\">; \"alerts.recovered.count\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -6875,7 +6673,7 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - ", \"name\">; \"alerts.all.data\": Omit<", + ", \"name\">; \"alerts.recovered.data\": Omit<", { "pluginId": "@kbn/alerting-types", "scope": "common", diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 2d90f05afc81f..cb74f10c74844 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 329 | 0 | 310 | 8 | +| 327 | 0 | 308 | 8 | ## Client diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index 9ccb234d00e4f..2f040f970caed 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index 9fbf553f982fa..c8b364ce6088f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index 20860aa85260b..498d1e6a53ecb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index ad2985a945919..90c3254ca7603 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: 2025-12-19 +date: 2026-01-07 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_types.mdx b/api_docs/kbn_apm_types.mdx index cc10e4d927dc5..0bcdf0f18036f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; diff --git a/api_docs/kbn_apm_types_shared.mdx b/api_docs/kbn_apm_types_shared.mdx index 045fcbcb7f5bd..ba9692f54d134 100644 --- a/api_docs/kbn_apm_types_shared.mdx +++ b/api_docs/kbn_apm_types_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types-shared title: "@kbn/apm-types-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types-shared plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types-shared'] --- import kbnApmTypesSharedObj from './kbn_apm_types_shared.devdocs.json'; diff --git a/api_docs/kbn_apm_ui_shared.mdx b/api_docs/kbn_apm_ui_shared.mdx index e04b77686f9b0..35c14a7eaf313 100644 --- a/api_docs/kbn_apm_ui_shared.mdx +++ b/api_docs/kbn_apm_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-ui-shared title: "@kbn/apm-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-ui-shared plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-ui-shared'] --- import kbnApmUiSharedObj from './kbn_apm_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 5620ab0ce3856..bd269cd01fb23 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_autoops_promotion_callout.devdocs.json b/api_docs/kbn_autoops_promotion_callout.devdocs.json index 5bf474c334d57..10a8b2896f406 100644 --- a/api_docs/kbn_autoops_promotion_callout.devdocs.json +++ b/api_docs/kbn_autoops_promotion_callout.devdocs.json @@ -160,7 +160,7 @@ "signature": [ "Partial> | undefined" + ", \"children\" | \"title\" | \"onDismiss\">> | undefined" ], "path": "src/platform/packages/shared/kbn-management/autoops_promotion_callout/src/callout.tsx", "deprecated": false, diff --git a/api_docs/kbn_autoops_promotion_callout.mdx b/api_docs/kbn_autoops_promotion_callout.mdx index 28a441e8c5d70..b6dcec8f675ae 100644 --- a/api_docs/kbn_autoops_promotion_callout.mdx +++ b/api_docs/kbn_autoops_promotion_callout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-autoops-promotion-callout title: "@kbn/autoops-promotion-callout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/autoops-promotion-callout plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/autoops-promotion-callout'] --- import kbnAutoopsPromotionCalloutObj from './kbn_autoops_promotion_callout.devdocs.json'; diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index 05864b901d570..df4724501343a 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: 2025-12-19 +date: 2026-01-07 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 f4e6d30ed29e2..096533b455cc6 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_background_search.mdx b/api_docs/kbn_background_search.mdx index b05ad4b38b49a..4ec2713f6b2f3 100644 --- a/api_docs/kbn_background_search.mdx +++ b/api_docs/kbn_background_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-background-search title: "@kbn/background-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/background-search plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/background-search'] --- import kbnBackgroundSearchObj from './kbn_background_search.devdocs.json'; diff --git a/api_docs/kbn_bench.mdx b/api_docs/kbn_bench.mdx index 8c6fc893afb92..e3c46ac8b52a6 100644 --- a/api_docs/kbn_bench.mdx +++ b/api_docs/kbn_bench.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bench title: "@kbn/bench" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bench plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bench'] --- import kbnBenchObj from './kbn_bench.devdocs.json'; diff --git a/api_docs/kbn_cache_cli.mdx b/api_docs/kbn_cache_cli.mdx index 0c9ae002ee981..943bc3385a1bd 100644 --- a/api_docs/kbn_cache_cli.mdx +++ b/api_docs/kbn_cache_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cache-cli title: "@kbn/cache-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cache-cli plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cache-cli'] --- import kbnCacheCliObj from './kbn_cache_cli.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 99064779c153d..bd67b7ad3075e 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: 2025-12-19 +date: 2026-01-07 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 66986c23eb83e..f51d97588fed2 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: 2025-12-19 +date: 2026-01-07 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 36e0dae6b03e0..9ab10859815a1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx index 9a836fa38c5b3..6ddb88c352e09 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- import kbnCborObj from './kbn_cbor.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.devdocs.json b/api_docs/kbn_cell_actions.devdocs.json index d9e2833ef81a1..3c9393d0789f6 100644 --- a/api_docs/kbn_cell_actions.devdocs.json +++ b/api_docs/kbn_cell_actions.devdocs.json @@ -187,7 +187,7 @@ "section": "def-public.Action", "text": "Action" }, - ", \"isCompatible\">" + ", \"isCompatible\">" ], "path": "src/platform/packages/shared/kbn-cell-actions/src/types.ts", "deprecated": false, @@ -881,7 +881,7 @@ "CellActionsMode", "; showActionTooltips?: boolean | undefined; visibleCellActions?: number | undefined; disabledActionTypes?: string[] | undefined; metadata?: Metadata | undefined; className?: string | undefined; extraActionsIconType?: ", "IconType", - " | undefined; extraActionsColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; } & { children?: React.ReactNode; }" + " | undefined; extraActionsColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; } & { children?: React.ReactNode; }" ], "path": "src/platform/packages/shared/kbn-cell-actions/src/types.ts", "deprecated": false, @@ -904,7 +904,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; } & { children?: React.ReactNode; }" + "[]>; } & { children?: React.ReactNode; }" ], "path": "src/platform/packages/shared/kbn-cell-actions/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 997ff11bc4a28..8419bc36f3581 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: 2025-12-19 +date: 2026-01-07 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 b5cd39c2c5add..02c4c8130ee1c 100644 --- a/api_docs/kbn_chart_expressions_common.devdocs.json +++ b/api_docs/kbn_chart_expressions_common.devdocs.json @@ -1896,7 +1896,7 @@ "\nThis is a shared type between XY Expression and Annotation plugins.\nWe've put it here to avoid a circular dependency between the two plugins." ], "signature": [ - "\"count\" | \"min\" | \"max\" | \"median\" | \"total\" | \"range\" | \"currentAndLastValue\" | \"lastValue\" | \"lastNonNullValue\" | \"average\" | \"firstValue\" | \"firstNonNullValue\" | \"distinctCount\" | \"variance\" | \"stdDeviation\" | \"difference\" | \"differencePercent\"" + "\"count\" | \"min\" | \"max\" | \"median\" | \"stdDeviation\" | \"total\" | \"range\" | \"currentAndLastValue\" | \"lastValue\" | \"lastNonNullValue\" | \"average\" | \"firstValue\" | \"firstNonNullValue\" | \"distinctCount\" | \"variance\" | \"difference\" | \"differencePercent\"" ], "path": "src/platform/packages/shared/chart-expressions-common/legend.ts", "deprecated": false, diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 478e5861869e7..cb0082a7ef517 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: 2025-12-19 +date: 2026-01-07 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 6e282b8f509e8..3094480cd7cf2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_chart_test_jest_helpers.mdx b/api_docs/kbn_chart_test_jest_helpers.mdx index 196264d44f47a..1bd5ed7f258c0 100644 --- a/api_docs/kbn_chart_test_jest_helpers.mdx +++ b/api_docs/kbn_chart_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-test-jest-helpers title: "@kbn/chart-test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-test-jest-helpers plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-test-jest-helpers'] --- import kbnChartTestJestHelpersObj from './kbn_chart_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_charts_theme.mdx b/api_docs/kbn_charts_theme.mdx index 0f46124a68b5b..298e6c15e5d07 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/charts-theme'] --- import kbnChartsThemeObj from './kbn_charts_theme.devdocs.json'; diff --git a/api_docs/kbn_check_saved_objects_cli.mdx b/api_docs/kbn_check_saved_objects_cli.mdx index 0e639de300f99..1db38dcf3128e 100644 --- a/api_docs/kbn_check_saved_objects_cli.mdx +++ b/api_docs/kbn_check_saved_objects_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-check-saved-objects-cli title: "@kbn/check-saved-objects-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/check-saved-objects-cli plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/check-saved-objects-cli'] --- import kbnCheckSavedObjectsCliObj from './kbn_check_saved_objects_cli.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index daa37796c66d9..5451f68b7c265 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: 2025-12-19 +date: 2026-01-07 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 dc8a324c320b8..0c34f29acbd52 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: 2025-12-19 +date: 2026-01-07 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 2663e8c172f94..90ad7ae37b929 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_classic_stream_flyout.devdocs.json b/api_docs/kbn_classic_stream_flyout.devdocs.json index 7742691891b6e..e61f50fb12874 100644 --- a/api_docs/kbn_classic_stream_flyout.devdocs.json +++ b/api_docs/kbn_classic_stream_flyout.devdocs.json @@ -27,7 +27,7 @@ "label": "CreateClassicStreamFlyout", "description": [], "signature": [ - "({ onClose, onCreate, onCreateTemplate, templates, isLoadingTemplates, hasErrorLoadingTemplates, onRetryLoadTemplates, onValidate, getIlmPolicy, showDataRetention, }: CreateClassicStreamFlyoutProps) => React.JSX.Element" + "({ onClose, onCreate, onCreateTemplate, templates, isLoadingTemplates, hasErrorLoadingTemplates, onRetryLoadTemplates, onValidate, getIlmPolicy, getSimulatedTemplate, }: CreateClassicStreamFlyoutProps) => React.JSX.Element" ], "path": "x-pack/platform/packages/shared/kbn-classic-stream-flyout/src/components/create_classic_stream_flyout/create_classic_stream_flyout.tsx", "deprecated": false, @@ -38,7 +38,7 @@ "id": "def-common.CreateClassicStreamFlyout.$1", "type": "Object", "tags": [], - "label": "{\n onClose,\n onCreate,\n onCreateTemplate,\n templates,\n isLoadingTemplates = false,\n hasErrorLoadingTemplates = false,\n onRetryLoadTemplates,\n onValidate,\n getIlmPolicy,\n showDataRetention = true,\n}", + "label": "{\n onClose,\n onCreate,\n onCreateTemplate,\n templates,\n isLoadingTemplates = false,\n hasErrorLoadingTemplates = false,\n onRetryLoadTemplates,\n onValidate,\n getIlmPolicy,\n getSimulatedTemplate,\n}", "description": [], "signature": [ "CreateClassicStreamFlyoutProps" diff --git a/api_docs/kbn_classic_stream_flyout.mdx b/api_docs/kbn_classic_stream_flyout.mdx index b567379a16e93..777b5a5200581 100644 --- a/api_docs/kbn_classic_stream_flyout.mdx +++ b/api_docs/kbn_classic_stream_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-classic-stream-flyout title: "@kbn/classic-stream-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/classic-stream-flyout plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/classic-stream-flyout'] --- import kbnClassicStreamFlyoutObj from './kbn_classic_stream_flyout.devdocs.json'; diff --git a/api_docs/kbn_cleanup_before_exit.mdx b/api_docs/kbn_cleanup_before_exit.mdx index 45372adf156d4..f42e0d1d10a4f 100644 --- a/api_docs/kbn_cleanup_before_exit.mdx +++ b/api_docs/kbn_cleanup_before_exit.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cleanup-before-exit title: "@kbn/cleanup-before-exit" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cleanup-before-exit plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cleanup-before-exit'] --- import kbnCleanupBeforeExitObj from './kbn_cleanup_before_exit.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 304765c4d0bce..c3fda5e0c9b81 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: 2025-12-19 +date: 2026-01-07 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 9b7994a523930..8881fe91293d0 100644 --- a/api_docs/kbn_cloud_security_posture.devdocs.json +++ b/api_docs/kbn_cloud_security_posture.devdocs.json @@ -1569,7 +1569,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -1577,7 +1577,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1585,7 +1585,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -1593,7 +1593,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1601,7 +1601,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1609,7 +1609,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1617,7 +1617,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1625,7 +1625,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1657,7 +1657,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx index fe397a7246068..84626b5692212 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_cloud_security_posture_common.devdocs.json index d28c282675431..41fdb970ad18b 100644 --- a/api_docs/kbn_cloud_security_posture_common.devdocs.json +++ b/api_docs/kbn_cloud_security_posture_common.devdocs.json @@ -2164,6 +2164,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/cloud-security-posture-common", + "id": "def-common.CLOUD_CONNECTOR_NAME_INPUT_TEST_SUBJ", + "type": "string", + "tags": [], + "label": "CLOUD_CONNECTOR_NAME_INPUT_TEST_SUBJ", + "description": [], + "signature": [ + "\"cloudConnectorNameInput\"" + ], + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/common/test_subjects.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/cloud-security-posture-common", "id": "def-common.CLOUD_SECURITY_PLUGIN_VERSION", diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index 59da735b11367..8df770f641489 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/contextual-security-apps](https://github.com/orgs/elastic/team | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 232 | 0 | 228 | 3 | +| 233 | 0 | 229 | 3 | ## Common diff --git a/api_docs/kbn_cloud_security_posture_graph.devdocs.json b/api_docs/kbn_cloud_security_posture_graph.devdocs.json index 0778bfd764d7b..c8f8ff20d43c1 100644 --- a/api_docs/kbn_cloud_security_posture_graph.devdocs.json +++ b/api_docs/kbn_cloud_security_posture_graph.devdocs.json @@ -901,7 +901,7 @@ "section": "def-public.EdgeViewModel", "text": "EdgeViewModel" }, - " extends Record,Readonly<{ type?: \"dashed\" | \"solid\" | undefined; } & { source: string; id: string; color: \"warning\" | \"subdued\" | \"primary\" | \"danger\"; target: string; }>" + " extends Record,Readonly<{ type?: \"dashed\" | \"solid\" | undefined; } & { source: string; id: string; color: \"primary\" | \"warning\" | \"danger\" | \"subdued\"; target: string; }>" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, @@ -924,7 +924,7 @@ "section": "def-public.EntityNodeViewModel", "text": "EntityNodeViewModel" }, - " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; tag?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; availableInEntityStore?: boolean | undefined; ecsParentField?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; } & { id: string; shape: \"ellipse\" | \"rectangle\" | \"hexagon\" | \"pentagon\" | \"diamond\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" + " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; tag?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; availableInEntityStore?: boolean | undefined; ecsParentField?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; } & { id: string; shape: \"ellipse\" | \"rectangle\" | \"hexagon\" | \"pentagon\" | \"diamond\"; color: \"primary\" | \"warning\" | \"danger\"; }>,BaseNodeDataViewModel" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, @@ -1313,7 +1313,7 @@ "section": "def-public.LabelNodeViewModel", "text": "LabelNodeViewModel" }, - " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; availableInEntityStore?: boolean | undefined; ecsParentField?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; parentId?: string | undefined; uniqueEventsCount?: number | undefined; uniqueAlertsCount?: number | undefined; } & { id: string; shape: \"label\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" + " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; availableInEntityStore?: boolean | undefined; ecsParentField?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; parentId?: string | undefined; uniqueEventsCount?: number | undefined; uniqueAlertsCount?: number | undefined; } & { id: string; shape: \"label\"; color: \"primary\" | \"warning\" | \"danger\"; }>,BaseNodeDataViewModel" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, @@ -1484,7 +1484,7 @@ "section": "def-public.NodeViewModel", "text": "NodeViewModel" }, - ", string | undefined>, \"id\" | \"data\" | \"width\" | \"height\" | \"parentId\" | \"sourcePosition\" | \"targetPosition\" | \"dragHandle\"> & Required, \"id\" | \"height\" | \"width\" | \"data\" | \"parentId\" | \"sourcePosition\" | \"targetPosition\" | \"dragHandle\"> & Required) => ({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: T[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.createMockFindItems.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockFindItemsConfig", + "text": "MockFindItemsConfig" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.createSimpleMockFindItems", + "type": "Function", + "tags": [], + "label": "createSimpleMockFindItems", + "description": [ + "\nCreate mock findItems function for dashboard stories.\nSimplified API for examples - just pass optional delay.\n\nThis function uses inline mock data with pre-assigned status values.\n" + ], + "signature": [ + "(delay?: number) => ({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; users?: string[] | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.ItemWithStatus", + "text": "ItemWithStatus" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.createSimpleMockFindItems.$1", + "type": "number", + "tags": [], + "label": "delay", + "description": [ + "- Optional delay in milliseconds to simulate network latency" + ], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindDashboards", + "type": "Function", + "tags": [], + "label": "mockFindDashboards", + "description": [ + "\nPre-configured mock findItems for dashboards" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindDashboards.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindFiles", + "type": "Function", + "tags": [], + "label": "mockFindFiles", + "description": [ + "\nPre-configured mock findItems for files" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindFiles.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindMaps", + "type": "Function", + "tags": [], + "label": "mockFindMaps", + "description": [ + "\nPre-configured mock findItems for maps" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindMaps.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindVisualizations", + "type": "Function", + "tags": [], + "label": "mockFindVisualizations", + "description": [ + "\nPre-configured mock findItems for visualizations" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFindVisualizations.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DashboardMockItem", + "type": "Interface", + "tags": [], + "label": "DashboardMockItem", + "description": [ + "\nMock dashboard item matching the real DashboardSavedObjectUserContent type from\n`src/platform/plugins/shared/dashboard/public/dashboard_listing/types.ts`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DashboardMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"dashboard\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DashboardMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; timeRestore: boolean; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DashboardMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DashboardMockItem.canFavorite", + "type": "boolean", + "tags": [], + "label": "canFavorite", + "description": [ + "Dashboards can be favorited" + ], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.FileMockItem", + "type": "Interface", + "tags": [], + "label": "FileMockItem", + "description": [ + "\nMock file item for testing custom content types.\nFiles don't have an existing TableListView implementation in Kibana,\nso this serves as an example of custom content type attributes." + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.FileMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"file\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.FileMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; size: number; extension: string; mimeType: string; fileKind: string; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.FileMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.ItemWithStatus", + "type": "Interface", + "tags": [], + "label": "ItemWithStatus", + "description": [ + "\nDashboard item with status field for the Customization story.\nExtends UserContentCommonSchema with dashboard-specific fields." + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.ItemWithStatus", + "text": "ItemWithStatus" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.ItemWithStatus.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; timeRestore: boolean; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.ItemWithStatus.canFavorite", + "type": "boolean", + "tags": [], + "label": "canFavorite", + "description": [ + "Dashboards can be favorited" + ], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MapMockItem", + "type": "Interface", + "tags": [], + "label": "MapMockItem", + "description": [ + "\nMock map item matching the real MapUserContent type from\n`x-pack/platform/plugins/shared/maps/public/routes/list_page/maps_list_view.tsx`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MapMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"map\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MapMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; layerListJSON?: string | undefined; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MapMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig", + "type": "Interface", + "tags": [], + "label": "MockFindItemsConfig", + "description": [ + "\nConfiguration for creating a mock findItems function" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockFindItemsConfig", + "text": "MockFindItemsConfig" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.items", + "type": "Array", + "tags": [], + "label": "items", + "description": [ + "The source array of mock items" + ], + "signature": [ + "T[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.delay", + "type": "number", + "tags": [], + "label": "delay", + "description": [ + "Optional delay in milliseconds to simulate network latency" + ], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.statusSortFn", + "type": "Function", + "tags": [], + "label": "statusSortFn", + "description": [ + "Optional function to handle status field sorting" + ], + "signature": [ + "((a: T, b: T, direction: \"asc\" | \"desc\") => number) | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.statusSortFn.$1", + "type": "Uncategorized", + "tags": [], + "label": "a", + "description": [], + "signature": [ + "T" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.statusSortFn.$2", + "type": "Uncategorized", + "tags": [], + "label": "b", + "description": [], + "signature": [ + "T" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockFindItemsConfig.statusSortFn.$3", + "type": "CompoundType", + "tags": [], + "label": "direction", + "description": [], + "signature": [ + "\"asc\" | \"desc\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag", + "type": "Interface", + "tags": [], + "label": "MockTag", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag.color", + "type": "string", + "tags": [], + "label": "color", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockTag.managed", + "type": "boolean", + "tags": [], + "label": "managed", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem", + "type": "Interface", + "tags": [], + "label": "VisualizationMockItem", + "description": [ + "\nMock visualization item matching the real VisualizeUserContent type from\n`src/platform/plugins/shared/visualizations/public/visualize_app/components/visualize_listing.tsx`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"visualization\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ id: string; title: string; description?: string | undefined; visType: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationType", + "text": "VisualizationType" + }, + "; typeTitle?: string | undefined; icon?: string | undefined; readOnly?: boolean | undefined; error?: string | undefined; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem.editor", + "type": "Object", + "tags": [], + "label": "editor", + "description": [], + "signature": [ + "{ editUrl?: string | undefined; editApp?: string | undefined; } | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationMockItem.error", + "type": "string", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_DASHBOARDS", + "type": "Array", + "tags": [], + "label": "MOCK_DASHBOARDS", + "description": [ + "\nMock dashboard items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_FILES", + "type": "Array", + "tags": [], + "label": "MOCK_FILES", + "description": [ + "\nMock file items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_MAPS", + "type": "Array", + "tags": [], + "label": "MOCK_MAPS", + "description": [ + "\nMock map items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_TAGS", + "type": "Array", + "tags": [], + "label": "MOCK_TAGS", + "description": [ + "\nMock tags for testing tag filtering" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockTag", + "text": "MockTag" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_USER_PROFILES", + "type": "Array", + "tags": [], + "label": "MOCK_USER_PROFILES", + "description": [ + "\nMock user profiles matching the user IDs used in mock dashboard/content data.\nThese correspond to the MOCK_USERS array in types.ts." + ], + "signature": [ + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_VISUALIZATIONS", + "type": "Array", + "tags": [], + "label": "MOCK_VISUALIZATIONS", + "description": [ + "\nMock visualization items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockContentItem", + "type": "Type", + "tags": [], + "label": "MockContentItem", + "description": [ + "\nGeneric mock item type" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MockUser", + "type": "Type", + "tags": [], + "label": "MockUser", + "description": [], + "signature": [ + "\"u_665722084_cloud\" | \"u_admin_local\" | \"u_jane_doe\" | \"u_john_smith\" | \"u_analyst_1\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.NULL_USER", + "type": "string", + "tags": [], + "label": "NULL_USER", + "description": [ + "Sentinel value for filtering items without a creator" + ], + "signature": [ + "\"no-user\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VisualizationType", + "type": "Type", + "tags": [], + "label": "VisualizationType", + "description": [ + "\nVisualization types available in Kibana" + ], + "signature": [ + "\"table\" | \"metric\" | \"line\" | \"area\" | \"lens\" | \"goal\" | \"gauge\" | \"bar\" | \"tagcloud\" | \"pie\" | \"tsvb\" | \"markdown\" | \"vega\" | \"timelion\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE", + "type": "Object", + "tags": [], + "label": "DASHBOARD_MOCK_SEARCH_RESPONSE", + "description": [ + "\nDashboard mock data wrapped in search response format" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.contentTypeId", + "type": "string", + "tags": [], + "label": "contentTypeId", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.hits", + "type": "Array", + "tags": [], + "label": "hits", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.pagination", + "type": "Object", + "tags": [], + "label": "pagination", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.pagination.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ] + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_USER_PROFILES_MAP", + "type": "Object", + "tags": [], + "label": "MOCK_USER_PROFILES_MAP", + "description": [ + "\nMap of user IDs to user profiles for quick lookup" + ], + "signature": [ + "{ [x: string]: ", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.MOCK_USERS", + "type": "Object", + "tags": [], + "label": "MOCK_USERS", + "description": [ + "\nMock users for testing" + ], + "signature": [ + "readonly [\"u_665722084_cloud\", \"u_admin_local\", \"u_jane_doe\", \"u_john_smith\", \"u_analyst_1\"]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFavoritesClient", + "type": "Object", + "tags": [], + "label": "mockFavoritesClient", + "description": [ + "\nMock favorites client for testing favorites filtering in stories.\nReturns a static set of favorited item IDs." + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/services.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockFavoritesClient.getFavorites", + "type": "Function", + "tags": [], + "label": "getFavorites", + "description": [], + "signature": [ + "() => Promise<{ favoriteIds: string[]; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/services.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockUserProfileServices", + "type": "Object", + "tags": [], + "label": "mockUserProfileServices", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockUserProfileServices.getUserProfile", + "type": "Function", + "tags": [], + "label": "getUserProfile", + "description": [], + "signature": [ + "(uid: string) => Promise<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockUserProfileServices.getUserProfile.$1", + "type": "string", + "tags": [], + "label": "uid", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockUserProfileServices.bulkGetUserProfiles", + "type": "Function", + "tags": [], + "label": "bulkGetUserProfiles", + "description": [], + "signature": [ + "(uids: string[]) => Promise<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">[]>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.mockUserProfileServices.bulkGetUserProfiles.$1", + "type": "Array", + "tags": [], + "label": "uids", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.TAG_MOCK_SEARCH_RESPONSE", + "type": "Object", + "tags": [], + "label": "TAG_MOCK_SEARCH_RESPONSE", + "description": [ + "\nTag mock data wrapped in search response format" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.TAG_MOCK_SEARCH_RESPONSE.tags", + "type": "Array", + "tags": [], + "label": "tags", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockTag", + "text": "MockTag" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES", + "type": "Object", + "tags": [], + "label": "VISUALIZATION_TYPES", + "description": [ + "\nVisualization type configuration" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.lens", + "type": "Object", + "tags": [], + "label": "lens", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.lens.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.lens.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.area", + "type": "Object", + "tags": [], + "label": "area", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.area.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.area.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.line", + "type": "Object", + "tags": [], + "label": "line", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.line.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.line.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.bar", + "type": "Object", + "tags": [], + "label": "bar", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.bar.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.bar.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.pie", + "type": "Object", + "tags": [], + "label": "pie", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.pie.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.pie.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.metric", + "type": "Object", + "tags": [], + "label": "metric", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.metric.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.metric.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.gauge", + "type": "Object", + "tags": [], + "label": "gauge", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.gauge.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.gauge.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.goal", + "type": "Object", + "tags": [], + "label": "goal", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.goal.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.goal.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.table", + "type": "Object", + "tags": [], + "label": "table", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.table.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.table.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tagcloud", + "type": "Object", + "tags": [], + "label": "tagcloud", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tagcloud.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tagcloud.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.markdown", + "type": "Object", + "tags": [], + "label": "markdown", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.markdown.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.markdown.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.vega", + "type": "Object", + "tags": [], + "label": "vega", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.vega.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.vega.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.timelion", + "type": "Object", + "tags": [], + "label": "timelion", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.timelion.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.timelion.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tsvb", + "type": "Object", + "tags": [], + "label": "tsvb", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tsvb.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-list-mock-data", + "id": "def-public.VISUALIZATION_TYPES.tsvb.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + } + ] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_content_list_mock_data.mdx b/api_docs/kbn_content_list_mock_data.mdx new file mode 100644 index 0000000000000..57db9d8567f08 --- /dev/null +++ b/api_docs/kbn_content_list_mock_data.mdx @@ -0,0 +1,39 @@ +--- +#### +#### 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: kibKbnContentListMockDataPluginApi +slug: /kibana-dev-docs/api/kbn-content-list-mock-data +title: "@kbn/content-list-mock-data" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/content-list-mock-data plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-list-mock-data'] +--- +import kbnContentListMockDataObj from './kbn_content_list_mock_data.devdocs.json'; + + + +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 118 | 0 | 85 | 0 | + +## Client + +### Objects + + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_content_management_access_control_public.mdx b/api_docs/kbn_content_management_access_control_public.mdx index 97d0f9cd1dc3d..87a067fc06678 100644 --- a/api_docs/kbn_content_management_access_control_public.mdx +++ b/api_docs/kbn_content_management_access_control_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-access-control-public title: "@kbn/content-management-access-control-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-access-control-public plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-access-control-public'] --- import kbnContentManagementAccessControlPublicObj from './kbn_content_management_access_control_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_access_control_server.mdx b/api_docs/kbn_content_management_access_control_server.mdx index 811ce1bd6e70c..ab70be18db25d 100644 --- a/api_docs/kbn_content_management_access_control_server.mdx +++ b/api_docs/kbn_content_management_access_control_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-access-control-server title: "@kbn/content-management-access-control-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-access-control-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-access-control-server'] --- import kbnContentManagementAccessControlServerObj from './kbn_content_management_access_control_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index f48c2813a4af0..13d3d8b1c6032 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_content_management_content_insights_public.mdx index a94c205b0a19d..5ee365353aef7 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: 2025-12-19 +date: 2026-01-07 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 fa67e4b8be2b3..cec8fac77930d 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: 2025-12-19 +date: 2026-01-07 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 0c65293914ae5..5fd69d201e742 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_content_management_favorites_public.mdx index d9ce97f2b766d..584165f227efb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public'] --- import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx index 7632d446f07df..19d357fd51683 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: 2025-12-19 +date: 2026-01-07 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_storybook.devdocs.json b/api_docs/kbn_content_management_storybook.devdocs.json new file mode 100644 index 0000000000000..48d641a011af4 --- /dev/null +++ b/api_docs/kbn_content_management_storybook.devdocs.json @@ -0,0 +1,1978 @@ +{ + "id": "@kbn/content-management-storybook", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.createMockFindItems", + "type": "Function", + "tags": [], + "label": "createMockFindItems", + "description": [ + "\nCreate a mock findItems function for testing" + ], + "signature": [ + "(config: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockFindItemsConfig", + "text": "MockFindItemsConfig" + }, + ") => ({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: T[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.createMockFindItems.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockFindItemsConfig", + "text": "MockFindItemsConfig" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.createSimpleMockFindItems", + "type": "Function", + "tags": [], + "label": "createSimpleMockFindItems", + "description": [ + "\nCreate mock findItems function for dashboard stories.\nSimplified API for examples - just pass optional delay.\n\nThis function uses inline mock data with pre-assigned status values.\n" + ], + "signature": [ + "(delay?: number) => ({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; users?: string[] | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.ItemWithStatus", + "text": "ItemWithStatus" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.createSimpleMockFindItems.$1", + "type": "number", + "tags": [], + "label": "delay", + "description": [ + "- Optional delay in milliseconds to simulate network latency" + ], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindDashboards", + "type": "Function", + "tags": [], + "label": "mockFindDashboards", + "description": [ + "\nPre-configured mock findItems for dashboards" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindDashboards.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindFiles", + "type": "Function", + "tags": [], + "label": "mockFindFiles", + "description": [ + "\nPre-configured mock findItems for files" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindFiles.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindMaps", + "type": "Function", + "tags": [], + "label": "mockFindMaps", + "description": [ + "\nPre-configured mock findItems for maps" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindMaps.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindVisualizations", + "type": "Function", + "tags": [], + "label": "mockFindVisualizations", + "description": [ + "\nPre-configured mock findItems for visualizations" + ], + "signature": [ + "({ searchQuery, filters, sort, page, }: { searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }) => Promise<{ items: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + "[]; total: number; }>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockFindVisualizations.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ searchQuery?: string | undefined; filters: { tags?: { include?: string[] | undefined; exclude?: string[] | undefined; } | undefined; favoritesOnly?: boolean | undefined; }; sort: { field: string; direction: \"asc\" | \"desc\"; }; page: { index: number; size: number; }; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DashboardMockItem", + "type": "Interface", + "tags": [], + "label": "DashboardMockItem", + "description": [ + "\nMock dashboard item matching the real DashboardSavedObjectUserContent type from\n`src/platform/plugins/shared/dashboard/public/dashboard_listing/types.ts`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DashboardMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"dashboard\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DashboardMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; timeRestore: boolean; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DashboardMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DashboardMockItem.canFavorite", + "type": "boolean", + "tags": [], + "label": "canFavorite", + "description": [ + "Dashboards can be favorited" + ], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.FileMockItem", + "type": "Interface", + "tags": [], + "label": "FileMockItem", + "description": [ + "\nMock file item for testing custom content types.\nFiles don't have an existing TableListView implementation in Kibana,\nso this serves as an example of custom content type attributes." + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.FileMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"file\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.FileMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; size: number; extension: string; mimeType: string; fileKind: string; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.FileMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.ItemWithStatus", + "type": "Interface", + "tags": [], + "label": "ItemWithStatus", + "description": [ + "\nDashboard item with status field for the Customization story.\nExtends UserContentCommonSchema with dashboard-specific fields." + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.ItemWithStatus", + "text": "ItemWithStatus" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.ItemWithStatus.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; timeRestore: boolean; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.ItemWithStatus.canFavorite", + "type": "boolean", + "tags": [], + "label": "canFavorite", + "description": [ + "Dashboards can be favorited" + ], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MapMockItem", + "type": "Interface", + "tags": [], + "label": "MapMockItem", + "description": [ + "\nMock map item matching the real MapUserContent type from\n`x-pack/platform/plugins/shared/maps/public/routes/list_page/maps_list_view.tsx`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MapMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"map\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MapMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ title: string; description?: string | undefined; layerListJSON?: string | undefined; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MapMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig", + "type": "Interface", + "tags": [], + "label": "MockFindItemsConfig", + "description": [ + "\nConfiguration for creating a mock findItems function" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockFindItemsConfig", + "text": "MockFindItemsConfig" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.items", + "type": "Array", + "tags": [], + "label": "items", + "description": [ + "The source array of mock items" + ], + "signature": [ + "T[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.delay", + "type": "number", + "tags": [], + "label": "delay", + "description": [ + "Optional delay in milliseconds to simulate network latency" + ], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.statusSortFn", + "type": "Function", + "tags": [], + "label": "statusSortFn", + "description": [ + "Optional function to handle status field sorting" + ], + "signature": [ + "((a: T, b: T, direction: \"asc\" | \"desc\") => number) | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.statusSortFn.$1", + "type": "Uncategorized", + "tags": [], + "label": "a", + "description": [], + "signature": [ + "T" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.statusSortFn.$2", + "type": "Uncategorized", + "tags": [], + "label": "b", + "description": [], + "signature": [ + "T" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockFindItemsConfig.statusSortFn.$3", + "type": "CompoundType", + "tags": [], + "label": "direction", + "description": [], + "signature": [ + "\"asc\" | \"desc\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag", + "type": "Interface", + "tags": [], + "label": "MockTag", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag.color", + "type": "string", + "tags": [], + "label": "color", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockTag.managed", + "type": "boolean", + "tags": [], + "label": "managed", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem", + "type": "Interface", + "tags": [], + "label": "VisualizationMockItem", + "description": [ + "\nMock visualization item matching the real VisualizeUserContent type from\n`src/platform/plugins/shared/visualizations/public/visualize_app/components/visualize_listing.tsx`" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + " extends ", + { + "pluginId": "@kbn/content-management-table-list-view-common", + "scope": "common", + "docId": "kibKbnContentManagementTableListViewCommonPluginApi", + "section": "def-common.UserContentCommonSchema", + "text": "UserContentCommonSchema" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"visualization\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem.attributes", + "type": "Object", + "tags": [], + "label": "attributes", + "description": [], + "signature": [ + "{ id: string; title: string; description?: string | undefined; visType: ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationType", + "text": "VisualizationType" + }, + "; typeTitle?: string | undefined; icon?: string | undefined; readOnly?: boolean | undefined; error?: string | undefined; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem.managed", + "type": "CompoundType", + "tags": [], + "label": "managed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem.editor", + "type": "Object", + "tags": [], + "label": "editor", + "description": [], + "signature": [ + "{ editUrl?: string | undefined; editApp?: string | undefined; } | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationMockItem.error", + "type": "string", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_DASHBOARDS", + "type": "Array", + "tags": [], + "label": "MOCK_DASHBOARDS", + "description": [ + "\nMock dashboard items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_FILES", + "type": "Array", + "tags": [], + "label": "MOCK_FILES", + "description": [ + "\nMock file items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/files.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_MAPS", + "type": "Array", + "tags": [], + "label": "MOCK_MAPS", + "description": [ + "\nMock map items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/maps.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_TAGS", + "type": "Array", + "tags": [], + "label": "MOCK_TAGS", + "description": [ + "\nMock tags for testing tag filtering" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockTag", + "text": "MockTag" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_USER_PROFILES", + "type": "Array", + "tags": [], + "label": "MOCK_USER_PROFILES", + "description": [ + "\nMock user profiles matching the user IDs used in mock dashboard/content data.\nThese correspond to the MOCK_USERS array in types.ts." + ], + "signature": [ + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_VISUALIZATIONS", + "type": "Array", + "tags": [], + "label": "MOCK_VISUALIZATIONS", + "description": [ + "\nMock visualization items" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/visualizations.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockContentItem", + "type": "Type", + "tags": [], + "label": "MockContentItem", + "description": [ + "\nGeneric mock item type" + ], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MapMockItem", + "text": "MapMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.FileMockItem", + "text": "FileMockItem" + }, + " | ", + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.VisualizationMockItem", + "text": "VisualizationMockItem" + } + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MockUser", + "type": "Type", + "tags": [], + "label": "MockUser", + "description": [], + "signature": [ + "\"u_665722084_cloud\" | \"u_admin_local\" | \"u_jane_doe\" | \"u_john_smith\" | \"u_analyst_1\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.NULL_USER", + "type": "string", + "tags": [], + "label": "NULL_USER", + "description": [ + "Sentinel value for filtering items without a creator" + ], + "signature": [ + "\"no-user\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.TITLE", + "type": "string", + "tags": [], + "label": "TITLE", + "description": [ + "The title of the Storybook." + ], + "signature": [ + "\"Content Management Storybook\"" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-storybook/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.URL", + "type": "string", + "tags": [], + "label": "URL", + "description": [ + "The remote URL of the root from which Storybook loads stories for Content Management." + ], + "signature": [ + "\"https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/content-management\"" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-storybook/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VisualizationType", + "type": "Type", + "tags": [], + "label": "VisualizationType", + "description": [ + "\nVisualization types available in Kibana" + ], + "signature": [ + "\"table\" | \"metric\" | \"line\" | \"area\" | \"lens\" | \"goal\" | \"gauge\" | \"bar\" | \"tagcloud\" | \"pie\" | \"tsvb\" | \"markdown\" | \"vega\" | \"timelion\"" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE", + "type": "Object", + "tags": [], + "label": "DASHBOARD_MOCK_SEARCH_RESPONSE", + "description": [ + "\nDashboard mock data wrapped in search response format" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.contentTypeId", + "type": "string", + "tags": [], + "label": "contentTypeId", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.hits", + "type": "Array", + "tags": [], + "label": "hits", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.DashboardMockItem", + "text": "DashboardMockItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.pagination", + "type": "Object", + "tags": [], + "label": "pagination", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.DASHBOARD_MOCK_SEARCH_RESPONSE.result.result.pagination.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/dashboards.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ] + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_USER_PROFILES_MAP", + "type": "Object", + "tags": [], + "label": "MOCK_USER_PROFILES_MAP", + "description": [ + "\nMap of user IDs to user profiles for quick lookup" + ], + "signature": [ + "{ [x: string]: ", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">; }" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.MOCK_USERS", + "type": "Object", + "tags": [], + "label": "MOCK_USERS", + "description": [ + "\nMock users for testing" + ], + "signature": [ + "readonly [\"u_665722084_cloud\", \"u_admin_local\", \"u_jane_doe\", \"u_john_smith\", \"u_analyst_1\"]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockUserProfileServices", + "type": "Object", + "tags": [], + "label": "mockUserProfileServices", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockUserProfileServices.getUserProfile", + "type": "Function", + "tags": [], + "label": "getUserProfile", + "description": [], + "signature": [ + "(uid: string) => Promise<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockUserProfileServices.getUserProfile.$1", + "type": "string", + "tags": [], + "label": "uid", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockUserProfileServices.bulkGetUserProfiles", + "type": "Function", + "tags": [], + "label": "bulkGetUserProfiles", + "description": [], + "signature": [ + "(uids: string[]) => Promise<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfile", + "text": "UserProfile" + }, + "<", + { + "pluginId": "@kbn/user-profile-components", + "scope": "common", + "docId": "kibKbnUserProfileComponentsPluginApi", + "section": "def-common.UserProfileData", + "text": "UserProfileData" + }, + ">[]>" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.mockUserProfileServices.bulkGetUserProfiles.$1", + "type": "Array", + "tags": [], + "label": "uids", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/user_profiles.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.TAG_MOCK_SEARCH_RESPONSE", + "type": "Object", + "tags": [], + "label": "TAG_MOCK_SEARCH_RESPONSE", + "description": [ + "\nTag mock data wrapped in search response format" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.TAG_MOCK_SEARCH_RESPONSE.tags", + "type": "Array", + "tags": [], + "label": "tags", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-list-mock-data", + "scope": "public", + "docId": "kibKbnContentListMockDataPluginApi", + "section": "def-public.MockTag", + "text": "MockTag" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/tags.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES", + "type": "Object", + "tags": [], + "label": "VISUALIZATION_TYPES", + "description": [ + "\nVisualization type configuration" + ], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.lens", + "type": "Object", + "tags": [], + "label": "lens", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.lens.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.lens.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.area", + "type": "Object", + "tags": [], + "label": "area", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.area.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.area.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.line", + "type": "Object", + "tags": [], + "label": "line", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.line.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.line.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.bar", + "type": "Object", + "tags": [], + "label": "bar", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.bar.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.bar.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.pie", + "type": "Object", + "tags": [], + "label": "pie", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.pie.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.pie.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.metric", + "type": "Object", + "tags": [], + "label": "metric", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.metric.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.metric.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.gauge", + "type": "Object", + "tags": [], + "label": "gauge", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.gauge.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.gauge.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.goal", + "type": "Object", + "tags": [], + "label": "goal", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.goal.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.goal.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.table", + "type": "Object", + "tags": [], + "label": "table", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.table.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.table.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tagcloud", + "type": "Object", + "tags": [], + "label": "tagcloud", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tagcloud.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tagcloud.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.markdown", + "type": "Object", + "tags": [], + "label": "markdown", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.markdown.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.markdown.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.vega", + "type": "Object", + "tags": [], + "label": "vega", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.vega.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.vega.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.timelion", + "type": "Object", + "tags": [], + "label": "timelion", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.timelion.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.timelion.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tsvb", + "type": "Object", + "tags": [], + "label": "tsvb", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tsvb.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-storybook", + "id": "def-public.VISUALIZATION_TYPES.tsvb.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "path": "src/platform/packages/shared/content-management/content_list/kbn-content-list-mock-data/storybook/types.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + } + ] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_content_management_storybook.mdx b/api_docs/kbn_content_management_storybook.mdx new file mode 100644 index 0000000000000..490024299a409 --- /dev/null +++ b/api_docs/kbn_content_management_storybook.mdx @@ -0,0 +1,39 @@ +--- +#### +#### 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: kibKbnContentManagementStorybookPluginApi +slug: /kibana-dev-docs/api/kbn-content-management-storybook +title: "@kbn/content-management-storybook" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/content-management-storybook plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-storybook'] +--- +import kbnContentManagementStorybookObj from './kbn_content_management_storybook.devdocs.json'; + + + +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 118 | 0 | 84 | 0 | + +## Client + +### Objects + + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index 68a068d866b3e..030378d978d53 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: 2025-12-19 +date: 2026-01-07 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 ae99116b2e335..29632a8a88428 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: 2025-12-19 +date: 2026-01-07 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 6cb6f63794877..8ed0aa354f970 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index ec6b6a11493b9..6c99bbfe6ee92 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: 2025-12-19 +date: 2026-01-07 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_tags.devdocs.json b/api_docs/kbn_content_management_tags.devdocs.json new file mode 100644 index 0000000000000..5ba9ddac44108 --- /dev/null +++ b/api_docs/kbn_content_management_tags.devdocs.json @@ -0,0 +1,1074 @@ +{ + "id": "@kbn/content-management-tags", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsKibanaProvider", + "type": "Function", + "tags": [], + "label": "ContentManagementTagsKibanaProvider", + "description": [ + "\nKibana-integrated context provider for content management tags services.\n\nThis provider adapts Kibana's saved objects tagging plugin API to the content management\ntags interface. It automatically handles tag list retrieval, search query parsing with\nEUI Query syntax support, and error reporting via toast notifications.\n\nUse this provider in Kibana plugins that need tag functionality. For standalone usage\nwithout Kibana dependencies, use {@link ContentManagementTagsProvider} instead.\n" + ], + "signature": [ + "(props: React.PropsWithChildren<", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.ContentManagementTagsKibanaDependencies", + "text": "ContentManagementTagsKibanaDependencies" + }, + ">) => React.JSX.Element" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsKibanaProvider.$1", + "type": "CompoundType", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "React.PropsWithChildren<", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.ContentManagementTagsKibanaDependencies", + "text": "ContentManagementTagsKibanaDependencies" + }, + ">" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsProvider", + "type": "Function", + "tags": [], + "label": "ContentManagementTagsProvider", + "description": [ + "\nContext provider for content management tags services.\n\nUse this provider when you want to supply custom tag services directly,\nwithout integrating with Kibana's saved objects tagging plugin.\n\nFor Kibana plugin integration, use {@link ContentManagementTagsKibanaProvider} instead.\n" + ], + "signature": [ + "(props: React.PropsWithChildren) => React.JSX.Element" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsProvider.$1", + "type": "CompoundType", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "React.PropsWithChildren" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadge", + "type": "Function", + "tags": [], + "label": "TagBadge", + "description": [ + "\nRenders a tag as a colored EUI badge.\n\nThis is the standard visual representation for tags in the content management UI.\nThe badge displays the tag name with its configured color and shows the description\nas a tooltip on hover.\n\nWhen an `onClick` handler is provided, the badge becomes interactive and supports\nmodifier-key clicks (Cmd on macOS, Ctrl on Windows/Linux) for alternate actions\nsuch as adding to an exclude filter instead of an include filter.\n" + ], + "signature": [ + "(props: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagBadgeProps", + "text": "TagBadgeProps" + }, + ") => React.JSX.Element" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadge.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagBadgeProps", + "text": "TagBadgeProps" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagList", + "type": "Function", + "tags": [], + "label": "TagList", + "description": [ + "\nConnected component that renders a list of tags by resolving tag IDs to tag objects.\n\nThis component uses the {@link useTagServices | useServices} hook to access the tag list\nfrom context and resolves the provided tag IDs to full {@link Tag} objects. The resolved\ntags are then rendered using {@link TagListComponent}.\n\nMust be used within a {@link ContentManagementTagsProvider} or {@link ContentManagementTagsKibanaProvider}.\nIf no provider is present, the component renders nothing.\n" + ], + "signature": [ + "(props: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListProps", + "text": "TagListProps" + }, + ") => React.JSX.Element" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagList.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListProps", + "text": "TagListProps" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The rendered tag list, or an empty {@link TagListComponent } if services are unavailable." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponent", + "type": "Function", + "tags": [], + "label": "TagListComponent", + "description": [ + "\nPure component that renders a horizontal list of tag badges.\n\nThis is a presentational component that accepts pre-resolved tag objects.\nFor a connected version that resolves tag IDs via context, use {@link TagList}.\n\nThe tags are rendered as {@link TagBadge} components in a flexbox layout\nwith wrapping enabled for responsive display.\n" + ], + "signature": [ + "(props: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListComponentProps", + "text": "TagListComponentProps" + }, + ") => React.JSX.Element | null" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponent.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListComponentProps", + "text": "TagListComponentProps" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The rendered tag list, or `null` if the tags array is empty." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.useServices", + "type": "Function", + "tags": [], + "label": "useServices", + "description": [ + "\nHook to access content management tags services from the context.\n\nReturns the services object if used within a `ContentManagementTagsProvider`,\nor `undefined` if the context is not available. This allows components to\ngracefully handle scenarios where tags support may not be configured.\n" + ], + "signature": [ + "() => Services | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "The `Services` object containing `getTagList` and optionally `parseSearchQuery`,\nor `undefined` if no provider is present in the component tree." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.useTags", + "type": "Function", + "tags": [], + "label": "useTags", + "description": [ + "\nReact hook for managing tag-based filtering in EUI Query search interfaces.\n\nProvides utilities to toggle tags between include/exclude filter states and\nmaintains a reverse mapping of tags to items for efficient lookups.\n\nThe hook manipulates the `tag` field in EUI Query syntax:\n- Include filter: `tag:tagName` (must match)\n- Exclude filter: `-tag:tagName` (must not match)\n" + ], + "signature": [ + "(params: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.UseTagsParams", + "text": "UseTagsParams" + }, + ") => ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.UseTagsReturn", + "text": "UseTagsReturn" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.useTags.$1", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.UseTagsParams", + "text": "UseTagsParams" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "An object containing filter toggle functions and a tag-to-item mapping." + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsKibanaDependencies", + "type": "Interface", + "tags": [], + "label": "ContentManagementTagsKibanaDependencies", + "description": [ + "\nDependencies required from Kibana plugins to enable content management tags functionality.\n\nThis interface defines the contract between the content management tags package and\nthe Kibana plugin ecosystem. Consumers should provide these dependencies when using\n{@link ContentManagementTagsKibanaProvider}.\n" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsKibanaDependencies.savedObjectsTagging", + "type": "Object", + "tags": [], + "label": "savedObjectsTagging", + "description": [ + "Tagging UI utilities from the saved objects tagging plugin." + ], + "signature": [ + "{ ui: Pick<", + { + "pluginId": "savedObjectsTaggingOss", + "scope": "public", + "docId": "kibSavedObjectsTaggingOssPluginApi", + "section": "def-public.SavedObjectsTaggingApiUi", + "text": "SavedObjectsTaggingApiUi" + }, + ", \"getTagList\" | \"parseSearchQuery\" | \"getSearchBarFilter\" | \"getTagIdFromName\">; }" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsKibanaDependencies.core", + "type": "Object", + "tags": [], + "label": "core", + "description": [ + "Core Kibana services including notifications for error reporting." + ], + "signature": [ + "{ notifications: { toasts: Pick<", + "IToasts", + ", \"addError\">; }; }" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ParsedQuery", + "type": "Interface", + "tags": [], + "label": "ParsedQuery", + "description": [ + "\nRepresents the result of parsing a search query that may contain tag filters.\n\nUsed to separate the text search component from tag-based filtering when processing\nuser search input in the format `tag:tagName` or `-tag:tagName`.\n" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ParsedQuery.searchQuery", + "type": "string", + "tags": [], + "label": "searchQuery", + "description": [ + "The search query text with tag clauses removed." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ParsedQuery.tagIds", + "type": "Array", + "tags": [], + "label": "tagIds", + "description": [ + "Optional array of tag IDs to include in the filter (must match)." + ], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ParsedQuery.tagIdsToExclude", + "type": "Array", + "tags": [], + "label": "tagIdsToExclude", + "description": [ + "Optional array of tag IDs to exclude from results (must not match)." + ], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag", + "type": "Interface", + "tags": [], + "label": "Tag", + "description": [ + "\nRepresents a content tag with display properties for categorizing and filtering saved objects." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "Optional unique identifier for the tag. May be undefined for newly created tags." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag.name", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "The display name of the tag shown in the UI." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "A brief description of the tag's purpose." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag.color", + "type": "string", + "tags": [], + "label": "color", + "description": [ + "The hex color code used for visual representation (e.g., badge background)." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.Tag.managed", + "type": "boolean", + "tags": [], + "label": "managed", + "description": [ + "Indicates whether the tag is system-managed (true) or user-created (false)." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadgeProps", + "type": "Interface", + "tags": [], + "label": "TagBadgeProps", + "description": [ + "\nProps for the {@link TagBadge} component." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadgeProps.tag", + "type": "Object", + "tags": [], + "label": "tag", + "description": [ + "The tag object to display." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadgeProps.onClick", + "type": "Function", + "tags": [], + "label": "onClick", + "description": [ + "\nOptional click handler. Called with the tag and a boolean indicating whether a modifier key\n(Cmd on Mac, Ctrl on Windows/Linux) was held during the click." + ], + "signature": [ + "((tag: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + }, + ", withModifierKey: boolean) => void) | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadgeProps.onClick.$1", + "type": "Object", + "tags": [], + "label": "tag", + "description": [ + "- The clicked tag." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagBadgeProps.onClick.$2", + "type": "boolean", + "tags": [], + "label": "withModifierKey", + "description": [ + "- Whether a modifier key was held during the click." + ], + "signature": [ + "boolean" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_badge.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponentProps", + "type": "Interface", + "tags": [], + "label": "TagListComponentProps", + "description": [ + "\nProps for the {@link TagListComponent}." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponentProps.tags", + "type": "Array", + "tags": [], + "label": "tags", + "description": [ + "Array of tag objects to render as badges." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + }, + "[]" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponentProps.onClick", + "type": "Function", + "tags": [], + "label": "onClick", + "description": [ + "\nOptional click handler passed to each {@link TagBadge}. Called with the clicked tag and modifier key state." + ], + "signature": [ + "((tag: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + }, + ", withModifierKey: boolean) => void) | undefined" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponentProps.onClick.$1", + "type": "Object", + "tags": [], + "label": "tag", + "description": [ + "- The clicked tag." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListComponentProps.onClick.$2", + "type": "boolean", + "tags": [], + "label": "withModifierKey", + "description": [ + "- Whether a modifier key was held during the click." + ], + "signature": [ + "boolean" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.component.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListProps", + "type": "Interface", + "tags": [], + "label": "TagListProps", + "description": [ + "\nProps for the {@link TagList} component." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListProps", + "text": "TagListProps" + }, + " extends Pick<", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.TagListComponentProps", + "text": "TagListComponentProps" + }, + ", \"onClick\">" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.TagListProps.tagIds", + "type": "Array", + "tags": [], + "label": "tagIds", + "description": [ + "Array of tag IDs to resolve and display." + ], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/components/tag_list.tsx", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsParams", + "type": "Interface", + "tags": [], + "label": "UseTagsParams", + "description": [ + "\nParameters for the {@link useTags} hook.\n" + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.UseTagsParams", + "text": "UseTagsParams" + }, + "" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsParams.query", + "type": "Object", + "tags": [], + "label": "query", + "description": [ + "The current EUI Query object representing the active search/filter state." + ], + "signature": [ + "Query" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsParams.updateQuery", + "type": "Function", + "tags": [], + "label": "updateQuery", + "description": [ + "\nCallback to update the query when tag filters change." + ], + "signature": [ + "(query: ", + "Query", + ") => void" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsParams.updateQuery.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [ + "- The updated EUI Query object." + ], + "signature": [ + "Query" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsParams.items", + "type": "Array", + "tags": [], + "label": "items", + "description": [ + "The list of items to build the tag-to-item mapping from." + ], + "signature": [ + "T[]" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn", + "type": "Interface", + "tags": [], + "label": "UseTagsReturn", + "description": [ + "\nReturn value from the {@link useTags} hook." + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.toggleIncludeTagFilter", + "type": "Function", + "tags": [], + "label": "toggleIncludeTagFilter", + "description": [ + "\nToggles a tag in/out of the include filter. If the tag is in the exclude filter, it is removed first." + ], + "signature": [ + "(tag: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + }, + ") => void" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.toggleIncludeTagFilter.$1", + "type": "Object", + "tags": [], + "label": "tag", + "description": [ + "- The tag to toggle." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.toggleExcludeTagFilter", + "type": "Function", + "tags": [], + "label": "toggleExcludeTagFilter", + "description": [ + "\nToggles a tag in/out of the exclude filter. If the tag is in the include filter, it is removed first." + ], + "signature": [ + "(tag: ", + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + }, + ") => void" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.toggleExcludeTagFilter.$1", + "type": "Object", + "tags": [], + "label": "tag", + "description": [ + "- The tag to toggle." + ], + "signature": [ + { + "pluginId": "@kbn/content-management-tags", + "scope": "public", + "docId": "kibKbnContentManagementTagsPluginApi", + "section": "def-public.Tag", + "text": "Tag" + } + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.clearTagSelection", + "type": "Function", + "tags": [], + "label": "clearTagSelection", + "description": [ + "Removes all tag filter clauses from the query." + ], + "signature": [ + "() => void" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.UseTagsReturn.tagsToTableItemMap", + "type": "Object", + "tags": [], + "label": "tagsToTableItemMap", + "description": [ + "A mapping of tag IDs to arrays of item IDs that have that tag." + ], + "signature": [ + "{ [tagId: string]: string[]; }" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/tags_query.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/content-management-tags", + "id": "def-public.ContentManagementTagsServices", + "type": "Type", + "tags": [], + "label": "ContentManagementTagsServices", + "description": [ + "\nPublic type alias for the content management tags services interface.\n\nUse this type when implementing custom service providers or when type-checking\nservice objects passed to {@link ContentManagementTagsProvider}." + ], + "signature": [ + "Services" + ], + "path": "src/platform/packages/shared/content-management/kbn-content-management-tags/src/services.tsx", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_content_management_tags.mdx b/api_docs/kbn_content_management_tags.mdx new file mode 100644 index 0000000000000..ffaced6d4faf5 --- /dev/null +++ b/api_docs/kbn_content_management_tags.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnContentManagementTagsPluginApi +slug: /kibana-dev-docs/api/kbn-content-management-tags +title: "@kbn/content-management-tags" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/content-management-tags plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tags'] +--- +import kbnContentManagementTagsObj from './kbn_content_management_tags.devdocs.json'; + + + +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 51 | 0 | 6 | 0 | + +## Client + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index 04c3832f945f1..1fcc9ced6169d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index 17cef325cfa2b..a2642c14bebb4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; diff --git a/api_docs/kbn_content_packs_schema.mdx b/api_docs/kbn_content_packs_schema.mdx index 165d698150e8e..8637adfa7dcf3 100644 --- a/api_docs/kbn_content_packs_schema.mdx +++ b/api_docs/kbn_content_packs_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-packs-schema title: "@kbn/content-packs-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-packs-schema plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-packs-schema'] --- import kbnContentPacksSchemaObj from './kbn_content_packs_schema.devdocs.json'; diff --git a/api_docs/kbn_control_group_renderer.devdocs.json b/api_docs/kbn_control_group_renderer.devdocs.json new file mode 100644 index 0000000000000..d39ca86d15e3c --- /dev/null +++ b/api_docs/kbn_control_group_renderer.devdocs.json @@ -0,0 +1,1287 @@ +{ + "id": "@kbn/control-group-renderer", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.apiHasEditorConfig", + "type": "Function", + "tags": [], + "label": "apiHasEditorConfig", + "description": [], + "signature": [ + "(parentApi: unknown) => parentApi is HasEditorConfig" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.apiHasEditorConfig.$1", + "type": "Unknown", + "tags": [], + "label": "parentApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.LazyControlGroupRenderer", + "type": "Function", + "tags": [], + "label": "LazyControlGroupRenderer", + "description": [], + "signature": [ + "(props: ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRendererProps", + "text": "ControlGroupRendererProps" + }, + ") => React.JSX.Element" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer_lazy.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.LazyControlGroupRenderer.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRendererProps", + "text": "ControlGroupRendererProps" + } + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer_lazy.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupCreationOptions", + "type": "Interface", + "tags": [], + "label": "ControlGroupCreationOptions", + "description": [], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupCreationOptions.initialState", + "type": "Object", + "tags": [], + "label": "initialState", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>> | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupCreationOptions.getEditorConfig", + "type": "Function", + "tags": [], + "label": "getEditorConfig", + "description": [], + "signature": [ + "(() => Omit<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupEditorConfig", + "text": "ControlGroupEditorConfig" + }, + ", \"controlStateTransform\"> | undefined) | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig", + "type": "Interface", + "tags": [], + "label": "ControlGroupEditorConfig", + "description": [], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig.hideDataViewSelector", + "type": "CompoundType", + "tags": [], + "label": "hideDataViewSelector", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig.hideAdditionalSettings", + "type": "CompoundType", + "tags": [], + "label": "hideAdditionalSettings", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig.defaultDataViewId", + "type": "string", + "tags": [], + "label": "defaultDataViewId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig.fieldFilterPredicate", + "type": "Function", + "tags": [], + "label": "fieldFilterPredicate", + "description": [], + "signature": [ + "FieldFilterPredicate", + " | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupEditorConfig.controlStateTransform", + "type": "Function", + "tags": [], + "label": "controlStateTransform", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlStateTransform", + "text": "ControlStateTransform" + }, + "> | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps", + "type": "Interface", + "tags": [], + "label": "ControlGroupRendererProps", + "description": [], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.onApiAvailable", + "type": "Function", + "tags": [], + "label": "onApiAvailable", + "description": [], + "signature": [ + "(api: ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRendererApi", + "text": "ControlGroupRendererApi" + }, + ") => void" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.onApiAvailable.$1", + "type": "CompoundType", + "tags": [], + "label": "api", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRendererApi", + "text": "ControlGroupRendererApi" + } + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.getCreationOptions", + "type": "Function", + "tags": [], + "label": "getCreationOptions", + "description": [], + "signature": [ + "(initialState: ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>, builder: { addDataControlFromField: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit & Partial<", + "FlattenedPinnedControlState", + ">, \"type\">, uiActionsService: ", + { + "pluginId": "uiActions", + "scope": "public", + "docId": "kibUiActionsPluginApi", + "section": "def-public.UiActionsPublicStart", + "text": "UiActionsPublicStart" + }, + ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"config\" | \"sort\" | \"title\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\" | \"displaySettings\" | \"searchTechnique\" | \"existsSelected\" | \"runPastTimeout\" | \"singleSelect\" | \"exclude\" | \"selectedOptions\"> & Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"value\" | \"title\" | \"step\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\"> & Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlId?: string | undefined) => void; }) => Promise>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.getCreationOptions.$1", + "type": "Object", + "tags": [], + "label": "initialState", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.getCreationOptions.$2", + "type": "Object", + "tags": [], + "label": "builder", + "description": [], + "signature": [ + "{ addDataControlFromField: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit & Partial<", + "FlattenedPinnedControlState", + ">, \"type\">, uiActionsService: ", + { + "pluginId": "uiActions", + "scope": "public", + "docId": "kibUiActionsPluginApi", + "section": "def-public.UiActionsPublicStart", + "text": "UiActionsPublicStart" + }, + ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"config\" | \"sort\" | \"title\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\" | \"displaySettings\" | \"searchTechnique\" | \"existsSelected\" | \"runPastTimeout\" | \"singleSelect\" | \"exclude\" | \"selectedOptions\"> & Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"value\" | \"title\" | \"step\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\"> & Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlId?: string | undefined) => void; }" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.viewMode", + "type": "CompoundType", + "tags": [], + "label": "viewMode", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.ViewMode", + "text": "ViewMode" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.timeRange", + "type": "Object", + "tags": [], + "label": "timeRange", + "description": [], + "signature": [ + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.query", + "type": "Object", + "tags": [], + "label": "query", + "description": [], + "signature": [ + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Query", + "text": "Query" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.dataLoading", + "type": "CompoundType", + "tags": [], + "label": "dataLoading", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererProps.compressed", + "type": "CompoundType", + "tags": [], + "label": "compressed", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_renderer.tsx", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRuntimeState", + "type": "Interface", + "tags": [], + "label": "ControlGroupRuntimeState", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRuntimeState.initialChildControlState", + "type": "Object", + "tags": [], + "label": "initialChildControlState", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlPanelsState", + "text": "ControlPanelsState" + }, + "" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRuntimeState.ignoreParentSettings", + "type": "Object", + "tags": [], + "label": "ignoreParentSettings", + "description": [], + "signature": [ + { + "pluginId": "@kbn/controls-schemas", + "scope": "server", + "docId": "kibKbnControlsSchemasPluginApi", + "section": "def-server.LegacyIgnoreParentSettings", + "text": "LegacyIgnoreParentSettings" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlPanelsState", + "type": "Interface", + "tags": [], + "label": "ControlPanelsState", + "description": [], + "signature": [ + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlPanelsState", + "text": "ControlPanelsState" + }, + "" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlPanelsState.Unnamed", + "type": "IndexSignature", + "tags": [], + "label": "[panelId: string]: ControlPanelState", + "description": [], + "signature": [ + "[panelId: string]: ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlPanelState", + "text": "ControlPanelState" + }, + "" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupRendererApi", + "type": "Type", + "tags": [], + "label": "ControlGroupRendererApi", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.PresentationContainer", + "text": "PresentationContainer" + }, + ", \"children$\" | \"addNewPanel\" | \"replacePanel\"> & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesUnifiedSearch", + "text": "PublishesUnifiedSearch" + }, + "> & ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesViewMode", + "text": "PublishesViewMode" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSerializedChildState", + "text": "HasSerializedChildState" + }, + " & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesDisabledActionIds", + "text": "PublishesDisabledActionIds" + }, + "> & { registerChildApi: (api: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" + }, + ") => void; layout$: ", + "BehaviorSubject", + "<", + "ControlsLayout", + ">; isCompressed?: (() => boolean) | undefined; } & HasEditorConfig & Pick<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" + }, + ", \"appliedFilters$\"> & ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.PublishesESQLVariables", + "text": "PublishesESQLVariables" + }, + " & ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesTimeslice", + "text": "AppliesTimeslice" + }, + " & { reload: () => void; updateInput: (input: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>) => void; getInput$: () => ", + "Observable", + "<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>; getInput: () => ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>; openAddDataControlFlyout: (options?: { controlStateTransform?: ", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlStateTransform", + "text": "ControlStateTransform" + }, + "> | undefined; } | undefined) => void; }" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlGroupStateBuilder", + "type": "Type", + "tags": [], + "label": "ControlGroupStateBuilder", + "description": [], + "signature": [ + "{ addDataControlFromField: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit & Partial<", + "FlattenedPinnedControlState", + ">, \"type\">, uiActionsService: ", + { + "pluginId": "uiActions", + "scope": "public", + "docId": "kibUiActionsPluginApi", + "section": "def-public.UiActionsPublicStart", + "text": "UiActionsPublicStart" + }, + ", controlId?: string | undefined) => Promise; addOptionsListControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"config\" | \"sort\" | \"title\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\" | \"displaySettings\" | \"searchTechnique\" | \"existsSelected\" | \"runPastTimeout\" | \"singleSelect\" | \"exclude\" | \"selectedOptions\"> & Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addRangeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"value\" | \"title\" | \"step\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\"> & Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void; addTimeSliderControl: (controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlId?: string | undefined) => void; }" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlPanelState", + "type": "Type", + "tags": [], + "label": "ControlPanelState", + "description": [], + "signature": [ + "ControlState & ", + "FlattenedPinnedControlState", + " & { type: string; order: number; }" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlStateTransform", + "type": "Type", + "tags": [], + "label": "ControlStateTransform", + "description": [], + "signature": [ + "(newState: Partial, controlType: string) => Partial" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlStateTransform.$1", + "type": "Object", + "tags": [], + "label": "newState", + "description": [], + "signature": [ + "{ [P in keyof State]?: State[P] | undefined; }" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.ControlStateTransform.$2", + "type": "string", + "tags": [], + "label": "controlType", + "description": [], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder", + "type": "Object", + "tags": [], + "label": "controlGroupStateBuilder", + "description": [], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addDataControlFromField", + "type": "Function", + "tags": [], + "label": "addDataControlFromField", + "description": [], + "signature": [ + "(controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit & Partial<", + "FlattenedPinnedControlState", + ">, \"type\">, uiActionsService: ", + { + "pluginId": "uiActions", + "scope": "public", + "docId": "kibUiActionsPluginApi", + "section": "def-public.UiActionsPublicStart", + "text": "UiActionsPublicStart" + }, + ", controlId?: string | undefined) => Promise" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$1", + "type": "Object", + "tags": [], + "label": "controlGroupState", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$2", + "type": "Object", + "tags": [], + "label": "controlState", + "description": [], + "signature": [ + "Omit & Partial<", + "FlattenedPinnedControlState", + ">, \"type\">" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$3", + "type": "Object", + "tags": [], + "label": "uiActionsService", + "description": [], + "signature": [ + { + "pluginId": "uiActions", + "scope": "public", + "docId": "kibUiActionsPluginApi", + "section": "def-public.UiActionsPublicStart", + "text": "UiActionsPublicStart" + } + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addDataControlFromField.$4", + "type": "string", + "tags": [], + "label": "controlId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addOptionsListControl", + "type": "Function", + "tags": [], + "label": "addOptionsListControl", + "description": [], + "signature": [ + "(controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"config\" | \"sort\" | \"title\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\" | \"displaySettings\" | \"searchTechnique\" | \"existsSelected\" | \"runPastTimeout\" | \"singleSelect\" | \"exclude\" | \"selectedOptions\"> & Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$1", + "type": "Object", + "tags": [], + "label": "controlGroupState", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$2", + "type": "Object", + "tags": [], + "label": "controlState", + "description": [], + "signature": [ + "Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"config\" | \"sort\" | \"title\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\" | \"displaySettings\" | \"searchTechnique\" | \"existsSelected\" | \"runPastTimeout\" | \"singleSelect\" | \"exclude\" | \"selectedOptions\"> & Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addOptionsListControl.$3", + "type": "string", + "tags": [], + "label": "controlId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addRangeSliderControl", + "type": "Function", + "tags": [], + "label": "addRangeSliderControl", + "description": [], + "signature": [ + "(controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlState: Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"value\" | \"title\" | \"step\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\"> & Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">, controlId?: string | undefined) => void" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$1", + "type": "Object", + "tags": [], + "label": "controlGroupState", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$2", + "type": "Object", + "tags": [], + "label": "controlState", + "description": [], + "signature": [ + "Omit | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>, \"value\" | \"title\" | \"step\" | \"description\" | \"fieldName\" | \"dataViewId\" | \"useGlobalFilters\" | \"ignoreValidations\"> & Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>, \"type\">" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addRangeSliderControl.$3", + "type": "string", + "tags": [], + "label": "controlId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addTimeSliderControl", + "type": "Function", + "tags": [], + "label": "addTimeSliderControl", + "description": [], + "signature": [ + "(controlGroupState: Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>, controlId?: string | undefined) => void" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addTimeSliderControl.$1", + "type": "Object", + "tags": [], + "label": "controlGroupState", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRuntimeState", + "text": "ControlGroupRuntimeState" + }, + "<{}>>" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/control-group-renderer", + "id": "def-public.controlGroupStateBuilder.addTimeSliderControl.$2", + "type": "string", + "tags": [], + "label": "controlId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/controls/control-group-renderer/src/control_group_state_builder.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_control_group_renderer.mdx b/api_docs/kbn_control_group_renderer.mdx new file mode 100644 index 0000000000000..c5ce5fc1fb2d3 --- /dev/null +++ b/api_docs/kbn_control_group_renderer.mdx @@ -0,0 +1,39 @@ +--- +#### +#### 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: kibKbnControlGroupRendererPluginApi +slug: /kibana-dev-docs/api/kbn-control-group-renderer +title: "@kbn/control-group-renderer" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/control-group-renderer plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/control-group-renderer'] +--- +import kbnControlGroupRendererObj from './kbn_control_group_renderer.devdocs.json'; + + + +Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 53 | 0 | 53 | 2 | + +## Client + +### Objects + + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_controls_constants.devdocs.json b/api_docs/kbn_controls_constants.devdocs.json index e4f914517faf6..1ab79e225893d 100644 --- a/api_docs/kbn_controls_constants.devdocs.json +++ b/api_docs/kbn_controls_constants.devdocs.json @@ -24,45 +24,58 @@ "misc": [ { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROL_WIDTH_LARGE", + "id": "def-common.ACTION_CREATE_CONTROL", "type": "string", "tags": [], - "label": "CONTROL_WIDTH_LARGE", + "label": "ACTION_CREATE_CONTROL", "description": [], "signature": [ - "\"large\"" + "\"createControl\"" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/control_action_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROL_WIDTH_MEDIUM", + "id": "def-common.ACTION_CREATE_ESQL_CONTROL", "type": "string", "tags": [], - "label": "CONTROL_WIDTH_MEDIUM", + "label": "ACTION_CREATE_ESQL_CONTROL", "description": [], "signature": [ - "\"medium\"" + "\"createEsqlControl\"" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/control_action_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROL_WIDTH_SMALL", + "id": "def-common.ACTION_CREATE_TIME_SLIDER", "type": "string", "tags": [], - "label": "CONTROL_WIDTH_SMALL", - "description": [ - "Control specific state" + "label": "ACTION_CREATE_TIME_SLIDER", + "description": [], + "signature": [ + "\"createTimeSlider\"" ], + "path": "src/platform/packages/shared/controls/controls-constants/src/control_action_constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-constants", + "id": "def-common.CONTROL_HOVER_TRIGGER_ID", + "type": "string", + "tags": [], + "label": "CONTROL_HOVER_TRIGGER_ID", + "description": [], "signature": [ - "\"small\"" + "\"CONTROL_HOVER_TRIGGER\"" ], "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", "deprecated": false, @@ -71,28 +84,28 @@ }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROLS_CHAINING_HIERARCHICAL", + "id": "def-common.CONTROL_MENU_TRIGGER", "type": "string", "tags": [], - "label": "CONTROLS_CHAINING_HIERARCHICAL", + "label": "CONTROL_MENU_TRIGGER", "description": [], "signature": [ - "\"HIERARCHICAL\"" + "\"CONTROL_MENU_TRIGGER\"" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROLS_CHAINING_NONE", + "id": "def-common.CONTROL_WIDTH_LARGE", "type": "string", "tags": [], - "label": "CONTROLS_CHAINING_NONE", + "label": "CONTROL_WIDTH_LARGE", "description": [], "signature": [ - "\"NONE\"" + "\"large\"" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -101,15 +114,13 @@ }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROLS_GROUP_TYPE", + "id": "def-common.CONTROL_WIDTH_MEDIUM", "type": "string", "tags": [], - "label": "CONTROLS_GROUP_TYPE", - "description": [ - "Controls group state" - ], + "label": "CONTROL_WIDTH_MEDIUM", + "description": [], "signature": [ - "\"control_group\"" + "\"medium\"" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -118,13 +129,15 @@ }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROLS_LABEL_POSITION_ONE_LINE", + "id": "def-common.CONTROL_WIDTH_SMALL", "type": "string", "tags": [], - "label": "CONTROLS_LABEL_POSITION_ONE_LINE", - "description": [], + "label": "CONTROL_WIDTH_SMALL", + "description": [ + "This state is only relevant for sticky controls" + ], "signature": [ - "\"oneLine\"" + "\"small\"" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -133,13 +146,15 @@ }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.CONTROLS_LABEL_POSITION_TWO_LINE", + "id": "def-common.CONTROLS_GROUP_TYPE", "type": "string", "tags": [], - "label": "CONTROLS_LABEL_POSITION_TWO_LINE", - "description": [], + "label": "CONTROLS_GROUP_TYPE", + "description": [ + "Controls group state" + ], "signature": [ - "\"twoLine\"" + "\"control_group\"" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -171,7 +186,7 @@ "signature": [ "false" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -186,20 +201,20 @@ "signature": [ "\"medium\"" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/control_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.DEFAULT_CONTROLS_CHAINING", - "type": "string", + "id": "def-common.DEFAULT_IGNORE_VALIDATIONS", + "type": "boolean", "tags": [], - "label": "DEFAULT_CONTROLS_CHAINING", + "label": "DEFAULT_IGNORE_VALIDATIONS", "description": [], "signature": [ - "\"HIERARCHICAL\"" + "false" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -208,13 +223,28 @@ }, { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.DEFAULT_CONTROLS_LABEL_POSITION", + "id": "def-common.DEFAULT_SEARCH_TECHNIQUE", "type": "string", "tags": [], - "label": "DEFAULT_CONTROLS_LABEL_POSITION", + "label": "DEFAULT_SEARCH_TECHNIQUE", "description": [], "signature": [ - "\"oneLine\"" + "\"prefix\"" + ], + "path": "src/platform/packages/shared/controls/controls-constants/src/options_list_constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-constants", + "id": "def-common.DEFAULT_USE_GLOBAL_FILTERS", + "type": "boolean", + "tags": [], + "label": "DEFAULT_USE_GLOBAL_FILTERS", + "description": [], + "signature": [ + "true" ], "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", "deprecated": false, @@ -285,15 +315,15 @@ "objects": [ { "parentPluginId": "@kbn/controls-constants", - "id": "def-common.DEFAULT_IGNORE_PARENT_SETTINGS", + "id": "def-common.OPTIONS_LIST_DEFAULT_SORT", "type": "Object", "tags": [], - "label": "DEFAULT_IGNORE_PARENT_SETTINGS", + "label": "OPTIONS_LIST_DEFAULT_SORT", "description": [], "signature": [ - "{ readonly ignoreFilters: false; readonly ignoreQuery: false; readonly ignoreTimerange: false; readonly ignoreValidations: false; }" + "{ readonly by: \"_count\"; readonly direction: \"desc\"; }" ], - "path": "src/platform/packages/shared/controls/controls-constants/src/controls_group_constants.ts", + "path": "src/platform/packages/shared/controls/controls-constants/src/options_list_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_controls_constants.mdx b/api_docs/kbn_controls_constants.mdx index 9822f0fc333f0..8d05090d2d029 100644 --- a/api_docs/kbn_controls_constants.mdx +++ b/api_docs/kbn_controls_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-controls-constants title: "@kbn/controls-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/controls-constants plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/controls-constants'] --- import kbnControlsConstantsObj from './kbn_controls_constants.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 | |-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 16 | 0 | +| 20 | 0 | 18 | 0 | ## Common diff --git a/api_docs/kbn_controls_renderer.devdocs.json b/api_docs/kbn_controls_renderer.devdocs.json new file mode 100644 index 0000000000000..289ab0bc8f60d --- /dev/null +++ b/api_docs/kbn_controls_renderer.devdocs.json @@ -0,0 +1,341 @@ +{ + "id": "@kbn/controls-renderer", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.apiHasPrependWrapperRef", + "type": "Function", + "tags": [], + "label": "apiHasPrependWrapperRef", + "description": [], + "signature": [ + "(api: unknown) => api is ", + { + "pluginId": "@kbn/controls-renderer", + "scope": "public", + "docId": "kibKbnControlsRendererPluginApi", + "section": "def-public.HasPrependWrapperRef", + "text": "HasPrependWrapperRef" + } + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.apiHasPrependWrapperRef.$1", + "type": "Unknown", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.apiPublishesControlsLayout", + "type": "Function", + "tags": [], + "label": "apiPublishesControlsLayout", + "description": [], + "signature": [ + "(api: unknown) => api is ", + { + "pluginId": "@kbn/controls-renderer", + "scope": "public", + "docId": "kibKbnControlsRendererPluginApi", + "section": "def-public.PublishesControlsLayout", + "text": "PublishesControlsLayout" + } + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.apiPublishesControlsLayout.$1", + "type": "Unknown", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.ControlsRenderer", + "type": "Function", + "tags": [], + "label": "ControlsRenderer", + "description": [], + "signature": [ + "({ parentApi }: { parentApi: ", + { + "pluginId": "@kbn/controls-renderer", + "scope": "public", + "docId": "kibKbnControlsRendererPluginApi", + "section": "def-public.ControlsRendererParentApi", + "text": "ControlsRendererParentApi" + }, + "; }) => React.JSX.Element | null" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/controls_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.ControlsRenderer.$1", + "type": "Object", + "tags": [], + "label": "{ parentApi }", + "description": [], + "path": "src/platform/packages/private/kbn-controls-renderer/src/controls_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.ControlsRenderer.$1.parentApi", + "type": "CompoundType", + "tags": [], + "label": "parentApi", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.PresentationContainer", + "text": "PresentationContainer" + }, + ", \"children$\" | \"addNewPanel\" | \"replacePanel\"> & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesUnifiedSearch", + "text": "PublishesUnifiedSearch" + }, + "> & ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesViewMode", + "text": "PublishesViewMode" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSerializedChildState", + "text": "HasSerializedChildState" + }, + " & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesDisabledActionIds", + "text": "PublishesDisabledActionIds" + }, + "> & { registerChildApi: (api: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" + }, + ") => void; layout$: ", + "BehaviorSubject", + "<", + "ControlsLayout", + ">; isCompressed?: (() => boolean) | undefined; }" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/controls_renderer.tsx", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.HasPrependWrapperRef", + "type": "Interface", + "tags": [], + "label": "HasPrependWrapperRef", + "description": [], + "path": "src/platform/packages/private/kbn-controls-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.HasPrependWrapperRef.prependWrapperRef", + "type": "Object", + "tags": [], + "label": "prependWrapperRef", + "description": [], + "signature": [ + "React.RefObject" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.PublishesControlsLayout", + "type": "Interface", + "tags": [], + "label": "PublishesControlsLayout", + "description": [], + "path": "src/platform/packages/private/kbn-controls-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.PublishesControlsLayout.layout$", + "type": "Object", + "tags": [], + "label": "layout$", + "description": [], + "signature": [ + "BehaviorSubject", + "<", + "ControlsLayout", + ">" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/controls-renderer", + "id": "def-public.ControlsRendererParentApi", + "type": "Type", + "tags": [], + "label": "ControlsRendererParentApi", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.PresentationContainer", + "text": "PresentationContainer" + }, + ", \"children$\" | \"addNewPanel\" | \"replacePanel\"> & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesUnifiedSearch", + "text": "PublishesUnifiedSearch" + }, + "> & ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesViewMode", + "text": "PublishesViewMode" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSerializedChildState", + "text": "HasSerializedChildState" + }, + " & Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesDisabledActionIds", + "text": "PublishesDisabledActionIds" + }, + "> & { registerChildApi: (api: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" + }, + ") => void; layout$: ", + "BehaviorSubject", + "<", + "ControlsLayout", + ">; isCompressed?: (() => boolean) | undefined; }" + ], + "path": "src/platform/packages/private/kbn-controls-renderer/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_controls_renderer.mdx b/api_docs/kbn_controls_renderer.mdx new file mode 100644 index 0000000000000..fd1b99acde437 --- /dev/null +++ b/api_docs/kbn_controls_renderer.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnControlsRendererPluginApi +slug: /kibana-dev-docs/api/kbn-controls-renderer +title: "@kbn/controls-renderer" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/controls-renderer plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/controls-renderer'] +--- +import kbnControlsRendererObj from './kbn_controls_renderer.devdocs.json'; + + + +Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 12 | 0 | 12 | 1 | + +## Client + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/kbn_controls_schemas.devdocs.json b/api_docs/kbn_controls_schemas.devdocs.json index 79146aaeebfec..4b22cc33e04ad 100644 --- a/api_docs/kbn_controls_schemas.devdocs.json +++ b/api_docs/kbn_controls_schemas.devdocs.json @@ -11,18 +11,148 @@ "server": { "classes": [], "functions": [], - "interfaces": [], + "interfaces": [ + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.HasCustomPrepend", + "type": "Interface", + "tags": [], + "label": "HasCustomPrepend", + "description": [], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.HasCustomPrepend.CustomPrependComponent", + "type": "Function", + "tags": [], + "label": "CustomPrependComponent", + "description": [], + "signature": [ + "React.FunctionComponent<{}>" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.HasCustomPrepend.CustomPrependComponent.$1", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "path": "node_modules/@types/react/ts5.0/index.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.HasCustomPrepend.CustomPrependComponent.$2", + "type": "Any", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/@types/react/ts5.0/index.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.LegacyIgnoreParentSettings", + "type": "Interface", + "tags": [], + "label": "LegacyIgnoreParentSettings", + "description": [], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.LegacyIgnoreParentSettings.ignoreFilters", + "type": "CompoundType", + "tags": [], + "label": "ignoreFilters", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.LegacyIgnoreParentSettings.ignoreQuery", + "type": "CompoundType", + "tags": [], + "label": "ignoreQuery", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.LegacyIgnoreParentSettings.ignoreTimerange", + "type": "CompoundType", + "tags": [], + "label": "ignoreTimerange", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.LegacyIgnoreParentSettings.ignoreValidations", + "type": "CompoundType", + "tags": [], + "label": "ignoreValidations", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], "enums": [], "misc": [ { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlsChainingSystem", + "id": "def-server.ControlsGroupState", "type": "Type", "tags": [], - "label": "ControlsChainingSystem", + "label": "ControlsGroupState", "description": [], "signature": [ - "\"HIERARCHICAL\" | \"NONE\"" + "{ readonly controls: (Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]; }" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -31,13 +161,13 @@ }, { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlsGroupState", + "id": "def-server.ControlState", "type": "Type", "tags": [], - "label": "ControlsGroupState", + "label": "ControlState", "description": [], "signature": [ - "{ readonly enhancements?: Record | undefined; readonly ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; readonly controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; readonly labelPosition: \"oneLine\" | \"twoLine\"; readonly chainingSystem: \"HIERARCHICAL\" | \"NONE\"; readonly autoApplySelections: boolean; }" + "{ readonly title?: string | undefined; readonly description?: string | undefined; }" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -46,13 +176,13 @@ }, { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlsIgnoreParentSettings", + "id": "def-server.ControlWidth", "type": "Type", "tags": [], - "label": "ControlsIgnoreParentSettings", + "label": "ControlWidth", "description": [], "signature": [ - "{ readonly ignoreFilters?: boolean | undefined; readonly ignoreQuery?: boolean | undefined; readonly ignoreTimerange?: boolean | undefined; readonly ignoreValidations?: boolean | undefined; }" + "\"small\" | \"medium\" | \"large\"" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -61,13 +191,13 @@ }, { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlsLabelPosition", + "id": "def-server.DataControlState", "type": "Type", "tags": [], - "label": "ControlsLabelPosition", + "label": "DataControlState", "description": [], "signature": [ - "\"oneLine\" | \"twoLine\"" + "{ readonly title?: string | undefined; readonly description?: string | undefined; readonly useGlobalFilters?: boolean | undefined; readonly ignoreValidations?: boolean | undefined; readonly fieldName: string; readonly dataViewId: string; }" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -76,13 +206,13 @@ }, { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlState", + "id": "def-server.OptionsListControlState", "type": "Type", "tags": [], - "label": "ControlState", + "label": "OptionsListControlState", "description": [], "signature": [ - "{ readonly id?: string | undefined; readonly grow?: boolean | undefined; readonly width?: \"small\" | \"medium\" | \"large\" | undefined; readonly controlConfig?: Readonly<{} & {}> | undefined; readonly type: string; readonly order: number; }" + "Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }> | Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -91,13 +221,178 @@ }, { "parentPluginId": "@kbn/controls-schemas", - "id": "def-server.ControlWidth", + "id": "def-server.OptionsListDisplaySettings", "type": "Type", "tags": [], - "label": "ControlWidth", + "label": "OptionsListDisplaySettings", "description": [], "signature": [ - "\"small\" | \"medium\" | \"large\"" + "{ readonly placeholder?: string | undefined; readonly hideActionBar?: boolean | undefined; readonly hideExclude?: boolean | undefined; readonly hideExists?: boolean | undefined; readonly hideSort?: boolean | undefined; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.OptionsListDSLControlState", + "type": "Type", + "tags": [], + "label": "OptionsListDSLControlState", + "description": [], + "signature": [ + "{ readonly sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; readonly title?: string | undefined; readonly description?: string | undefined; readonly useGlobalFilters?: boolean | undefined; readonly ignoreValidations?: boolean | undefined; readonly displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; readonly searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; readonly existsSelected?: boolean | undefined; readonly runPastTimeout?: boolean | undefined; readonly singleSelect?: boolean | undefined; readonly exclude?: boolean | undefined; readonly selectedOptions?: (string | number)[] | undefined; readonly fieldName: string; readonly dataViewId: string; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.OptionsListESQLControlState", + "type": "Type", + "tags": [], + "label": "OptionsListESQLControlState", + "description": [], + "signature": [ + "{ readonly sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; readonly title?: string | undefined; readonly description?: string | undefined; readonly displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; readonly searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; readonly existsSelected?: boolean | undefined; readonly runPastTimeout?: boolean | undefined; readonly singleSelect?: boolean | undefined; readonly exclude?: boolean | undefined; readonly availableOptions?: string[] | undefined; readonly selectedOptions: string[]; readonly variableName: string; readonly variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; readonly esqlQuery: string; readonly controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.OptionsListSearchTechnique", + "type": "Type", + "tags": [], + "label": "OptionsListSearchTechnique", + "description": [], + "signature": [ + "\"prefix\" | \"wildcard\" | \"exact\"" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.OptionsListSelection", + "type": "Type", + "tags": [], + "label": "OptionsListSelection", + "description": [], + "signature": [ + "string | number" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.OptionsListSortingType", + "type": "Type", + "tags": [], + "label": "OptionsListSortingType", + "description": [], + "signature": [ + "{ readonly by: \"_key\" | \"_count\"; readonly direction: \"asc\" | \"desc\"; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.PinnedControlLayoutState", + "type": "Type", + "tags": [], + "label": "PinnedControlLayoutState", + "description": [], + "signature": [ + "Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & {}> & { order: number; type: \"optionsListControl\" | \"rangeSliderControl\" | \"timeSlider\" | \"esqlControl\"; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.PinnedControlState", + "type": "Type", + "tags": [], + "label": "PinnedControlState", + "description": [], + "signature": [ + "Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.RangeSliderControlState", + "type": "Type", + "tags": [], + "label": "RangeSliderControlState", + "description": [], + "signature": [ + "{ readonly value?: string[] | undefined; readonly title?: string | undefined; readonly step?: number | undefined; readonly description?: string | undefined; readonly useGlobalFilters?: boolean | undefined; readonly ignoreValidations?: boolean | undefined; readonly fieldName: string; readonly dataViewId: string; }" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.RangeSliderValue", + "type": "Type", + "tags": [], + "label": "RangeSliderValue", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.TimeSlice", + "type": "Type", + "tags": [], + "label": "TimeSlice", + "description": [], + "signature": [ + "[number, number]" + ], + "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/controls-schemas", + "id": "def-server.TimeSliderControlState", + "type": "Type", + "tags": [], + "label": "TimeSliderControlState", + "description": [], + "signature": [ + "{ readonly timesliceStartAsPercentageOfTimeRange?: number | undefined; readonly timesliceEndAsPercentageOfTimeRange?: number | undefined; readonly isAnchored?: boolean | undefined; }" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/types.ts", "deprecated": false, @@ -129,47 +424,7 @@ "section": "def-common.Type", "text": "Type" }, - " | undefined; } & { type: string; order: number; }>[]>; labelPosition: ", - { - "pluginId": "@kbn/config-schema", - "scope": "common", - "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" - }, - "<\"oneLine\" | \"twoLine\">; chainingSystem: ", - { - "pluginId": "@kbn/config-schema", - "scope": "common", - "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" - }, - "<\"HIERARCHICAL\" | \"NONE\">; enhancements: ", - { - "pluginId": "@kbn/config-schema", - "scope": "common", - "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" - }, - " | undefined>; ignoreParentSettings: ", - { - "pluginId": "@kbn/config-schema", - "scope": "common", - "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" - }, - " | undefined>; autoApplySelections: ", - { - "pluginId": "@kbn/config-schema", - "scope": "common", - "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" - }, - "; }>" + "<(Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"optionsListControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; selectedOptions?: (string | number)[] | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"rangeSliderControl\"; config: Readonly<{ value?: string[] | undefined; title?: string | undefined; step?: number | undefined; description?: string | undefined; useGlobalFilters?: boolean | undefined; ignoreValidations?: boolean | undefined; } & { fieldName: string; dataViewId: string; }>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"timeSlider\"; config: Readonly<{ timesliceStartAsPercentageOfTimeRange?: number | undefined; timesliceEndAsPercentageOfTimeRange?: number | undefined; isAnchored?: boolean | undefined; } & {}>; }> | Readonly<{ width?: \"small\" | \"medium\" | \"large\" | undefined; grow?: boolean | undefined; uid?: string | undefined; } & { type: \"esqlControl\"; config: Readonly<{ sort?: Readonly<{} & { by: \"_key\" | \"_count\"; direction: \"asc\" | \"desc\"; }> | undefined; title?: string | undefined; description?: string | undefined; displaySettings?: Readonly<{ placeholder?: string | undefined; hideActionBar?: boolean | undefined; hideExclude?: boolean | undefined; hideExists?: boolean | undefined; hideSort?: boolean | undefined; } & {}> | undefined; searchTechnique?: \"prefix\" | \"wildcard\" | \"exact\" | undefined; existsSelected?: boolean | undefined; runPastTimeout?: boolean | undefined; singleSelect?: boolean | undefined; exclude?: boolean | undefined; availableOptions?: string[] | undefined; } & { selectedOptions: string[]; variableName: string; variableType: \"values\" | \"fields\" | \"functions\" | \"time_literal\" | \"multi_values\"; esqlQuery: string; controlType: \"STATIC_VALUES\" | \"VALUES_FROM_QUERY\"; }>; }>)[]>; }>" ], "path": "src/platform/packages/shared/controls/controls-schemas/src/controls_group_schema.ts", "deprecated": false, diff --git a/api_docs/kbn_controls_schemas.mdx b/api_docs/kbn_controls_schemas.mdx index b45d4416364a7..6af812bb8e829 100644 --- a/api_docs/kbn_controls_schemas.mdx +++ b/api_docs/kbn_controls_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-controls-schemas title: "@kbn/controls-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/controls-schemas plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/controls-schemas'] --- import kbnControlsSchemasObj from './kbn_controls_schemas.devdocs.json'; @@ -21,13 +21,16 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 0 | +| 27 | 0 | 25 | 0 | ## Server ### Objects +### Interfaces + + ### Consts, variables and types diff --git a/api_docs/kbn_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index dd1aa04b1dc57..f94d707021eca 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -844,12 +844,12 @@ "path": "x-pack/platform/plugins/private/reporting/server/usage/event_tracker.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" }, { "plugin": "cloudConnect", @@ -1800,28 +1800,28 @@ "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { "plugin": "security", diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index c6a4e70d80241..375125254b1e5 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: 2025-12-19 +date: 2026-01-07 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 eaaf05cb0cf56..56d0f2bd567ab 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: 2025-12-19 +date: 2026-01-07 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 b9b79fa614fd0..fc69c86d37141 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: 2025-12-19 +date: 2026-01-07 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 c0e32f5bb0a7b..ee97e430936e9 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -852,12 +852,12 @@ "path": "x-pack/platform/plugins/private/reporting/server/usage/event_tracker.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.ts" }, { "plugin": "cloudConnect", @@ -1808,28 +1808,28 @@ "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.test.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/telemetry/analytics_service.test.ts" }, { "plugin": "security", diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 03abe59b6bbed..7ebac68750439 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: 2025-12-19 +date: 2026-01-07 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 48bb6b7775e1a..59a21c669c51b 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: 2025-12-19 +date: 2026-01-07 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 0782794b1bb51..8d5b28023e07f 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: 2025-12-19 +date: 2026-01-07 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 97e0284ab823f..e2d4fabe7f5aa 100644 --- a/api_docs/kbn_core_application_browser.devdocs.json +++ b/api_docs/kbn_core_application_browser.devdocs.json @@ -300,7 +300,7 @@ "\nReturns a confirm action, resulting on prompting a message to the user before leaving the\napplication, allowing him to choose if he wants to stay on the app or confirm that he\nwants to leave.\n" ], "signature": [ - "(text: string, title?: string | undefined, callback?: (() => void) | undefined, confirmButtonText?: string | undefined, buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined) => ", + "(text: string, title?: string | undefined, callback?: (() => void) | undefined, confirmButtonText?: string | undefined, buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined) => ", "AppLeaveConfirmAction" ], "path": "src/core/packages/application/browser/src/app_leave.ts", @@ -385,7 +385,7 @@ "(optional) color for the confirmation button\nso we can show to the user the right UX for him to saved his/her/their changes" ], "signature": [ - "\"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined" + "\"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined" ], "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, @@ -492,7 +492,7 @@ "label": "buttonColor", "description": [], "signature": [ - "\"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined" + "\"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined" ], "path": "src/core/packages/application/browser/src/app_leave.ts", "deprecated": false, diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index 01ebf437c8540..0fbd95b9797e6 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index ed00e0f820738..745253c566063 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 81288faa5b7ad..94a31459f11df 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: 2025-12-19 +date: 2026-01-07 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 7744e595227cd..8ed4c7aa8a561 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common'] --- import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 797680b956913..dcd24cc84c378 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: 2025-12-19 +date: 2026-01-07 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 029e0f2e3334b..8aad11db195a7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 2f0d01694df56..bd87073b0c0b7 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: 2025-12-19 +date: 2026-01-07 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 11886be78b23b..3c1e6ea789aeb 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: 2025-12-19 +date: 2026-01-07 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 00b43e7863c2d..44b0b9a9d2722 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common'] --- import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index e643d47c5aad8..f3b81b97fc5ac 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index 44722e0f9ca85..dc515481918f7 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: 2025-12-19 +date: 2026-01-07 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 335ecc67da011..cdb0835841034 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index 3297e86cd3359..79ac515af09f6 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common'] --- import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 0d125ddf5e69f..0eca54621a568 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index 675bc80532e28..18edf895881a7 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: 2025-12-19 +date: 2026-01-07 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 35564c4227b40..d47a493e691e0 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -3011,9 +3011,9 @@ "label": "ChromeHelpExtensionLinkBase", "description": [], "signature": [ - "{ 'data-test-subj'?: string | undefined; rel?: string | undefined; iconType?: ", + "{ target?: string | (string & {}) | undefined; 'data-test-subj'?: string | undefined; rel?: string | undefined; iconType?: ", "IconType", - " | undefined; target?: string | (string & {}) | undefined; }" + " | undefined; }" ], "path": "src/core/packages/chrome/browser/src/help_extension.ts", "deprecated": false, diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index 7e6eca995118e..bf94d751e81e6 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: 2025-12-19 +date: 2026-01-07 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 76104031a67d8..431dac3f22927 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: 2025-12-19 +date: 2026-01-07 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_chrome_layout_components.devdocs.json b/api_docs/kbn_core_chrome_layout_components.devdocs.json index a0f38e3bb7a73..37b29e90afd52 100644 --- a/api_docs/kbn_core_chrome_layout_components.devdocs.json +++ b/api_docs/kbn_core_chrome_layout_components.devdocs.json @@ -201,7 +201,7 @@ "label": "value", "description": [], "signature": [ - "{ bannerHeight?: number | undefined; headerHeight?: number | undefined; footerHeight?: number | undefined; navigationWidth?: number | undefined; sidebarWidth?: number | undefined; applicationTopBarHeight?: number | undefined; applicationBottomBarHeight?: number | undefined; }" + "{ bannerHeight?: number | undefined; headerHeight?: number | undefined; footerHeight?: number | undefined; navigationWidth?: number | undefined; sidebarWidth?: number | undefined; applicationTopBarHeight?: number | undefined; applicationBottomBarHeight?: number | undefined; applicationMarginBottom?: number | undefined; applicationMarginRight?: number | undefined; }" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-components/layout_config_context.tsx", "deprecated": false, @@ -254,7 +254,7 @@ "\nConfiguration for the layout." ], "signature": [ - "{ bannerHeight?: number | undefined; headerHeight?: number | undefined; footerHeight?: number | undefined; navigationWidth?: number | undefined; sidebarWidth?: number | undefined; applicationTopBarHeight?: number | undefined; applicationBottomBarHeight?: number | undefined; }" + "{ bannerHeight?: number | undefined; headerHeight?: number | undefined; footerHeight?: number | undefined; navigationWidth?: number | undefined; sidebarWidth?: number | undefined; applicationTopBarHeight?: number | undefined; applicationBottomBarHeight?: number | undefined; applicationMarginBottom?: number | undefined; applicationMarginRight?: number | undefined; }" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-components/layout_config_context.tsx", "deprecated": false, diff --git a/api_docs/kbn_core_chrome_layout_components.mdx b/api_docs/kbn_core_chrome_layout_components.mdx index a9d0df9d3d280..9a276b19bbe17 100644 --- a/api_docs/kbn_core_chrome_layout_components.mdx +++ b/api_docs/kbn_core_chrome_layout_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-components title: "@kbn/core-chrome-layout-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-components plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-components'] --- import kbnCoreChromeLayoutComponentsObj from './kbn_core_chrome_layout_components.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_layout_constants.devdocs.json b/api_docs/kbn_core_chrome_layout_constants.devdocs.json index 5e28a445e10b4..fc8f9eef117a2 100644 --- a/api_docs/kbn_core_chrome_layout_constants.devdocs.json +++ b/api_docs/kbn_core_chrome_layout_constants.devdocs.json @@ -179,7 +179,7 @@ "label": "ApplicationVarName", "description": [], "signature": [ - "\"application.content.right\" | \"application.content.width\" | \"application.content.top\" | \"application.content.bottom\" | \"application.content.left\" | \"application.content.height\" | \"application.topBar.right\" | \"application.topBar.width\" | \"application.topBar.top\" | \"application.topBar.bottom\" | \"application.topBar.left\" | \"application.topBar.height\" | \"application.bottomBar.right\" | \"application.bottomBar.width\" | \"application.bottomBar.top\" | \"application.bottomBar.bottom\" | \"application.bottomBar.left\" | \"application.bottomBar.height\"" + "\"application.content.height\" | \"application.content.width\" | \"application.content.right\" | \"application.content.top\" | \"application.content.bottom\" | \"application.content.left\" | \"application.content.marginBottom\" | \"application.content.marginRight\" | \"application.topBar.height\" | \"application.topBar.width\" | \"application.topBar.right\" | \"application.topBar.top\" | \"application.topBar.bottom\" | \"application.topBar.left\" | \"application.topBar.marginBottom\" | \"application.topBar.marginRight\" | \"application.bottomBar.height\" | \"application.bottomBar.width\" | \"application.bottomBar.right\" | \"application.bottomBar.top\" | \"application.bottomBar.bottom\" | \"application.bottomBar.left\" | \"application.bottomBar.marginBottom\" | \"application.bottomBar.marginRight\"" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/src/css_variables.ts", "deprecated": false, @@ -194,7 +194,7 @@ "label": "CSSVarName", "description": [], "signature": [ - "\"application.right\" | \"application.width\" | \"application.top\" | \"application.bottom\" | \"application.left\" | \"application.height\" | \"footer.right\" | \"footer.width\" | \"footer.top\" | \"footer.bottom\" | \"footer.left\" | \"footer.height\" | \"header.right\" | \"header.width\" | \"header.top\" | \"header.bottom\" | \"header.left\" | \"header.height\" | \"banner.right\" | \"banner.width\" | \"banner.top\" | \"banner.bottom\" | \"banner.left\" | \"banner.height\" | \"navigation.right\" | \"navigation.width\" | \"navigation.top\" | \"navigation.bottom\" | \"navigation.left\" | \"navigation.height\" | \"sidebar.right\" | \"sidebar.width\" | \"sidebar.top\" | \"sidebar.bottom\" | \"sidebar.left\" | \"sidebar.height\" | \"application.content.right\" | \"application.content.width\" | \"application.content.top\" | \"application.content.bottom\" | \"application.content.left\" | \"application.content.height\" | \"application.topBar.right\" | \"application.topBar.width\" | \"application.topBar.top\" | \"application.topBar.bottom\" | \"application.topBar.left\" | \"application.topBar.height\" | \"application.bottomBar.right\" | \"application.bottomBar.width\" | \"application.bottomBar.top\" | \"application.bottomBar.bottom\" | \"application.bottomBar.left\" | \"application.bottomBar.height\"" + "\"application.height\" | \"application.width\" | \"application.right\" | \"application.top\" | \"application.bottom\" | \"application.left\" | \"application.marginBottom\" | \"application.marginRight\" | \"banner.height\" | \"banner.width\" | \"banner.right\" | \"banner.top\" | \"banner.bottom\" | \"banner.left\" | \"banner.marginBottom\" | \"banner.marginRight\" | \"navigation.height\" | \"navigation.width\" | \"navigation.right\" | \"navigation.top\" | \"navigation.bottom\" | \"navigation.left\" | \"navigation.marginBottom\" | \"navigation.marginRight\" | \"footer.height\" | \"footer.width\" | \"footer.right\" | \"footer.top\" | \"footer.bottom\" | \"footer.left\" | \"footer.marginBottom\" | \"footer.marginRight\" | \"header.height\" | \"header.width\" | \"header.right\" | \"header.top\" | \"header.bottom\" | \"header.left\" | \"header.marginBottom\" | \"header.marginRight\" | \"sidebar.height\" | \"sidebar.width\" | \"sidebar.right\" | \"sidebar.top\" | \"sidebar.bottom\" | \"sidebar.left\" | \"sidebar.marginBottom\" | \"sidebar.marginRight\" | \"application.content.height\" | \"application.content.width\" | \"application.content.right\" | \"application.content.top\" | \"application.content.bottom\" | \"application.content.left\" | \"application.content.marginBottom\" | \"application.content.marginRight\" | \"application.topBar.height\" | \"application.topBar.width\" | \"application.topBar.right\" | \"application.topBar.top\" | \"application.topBar.bottom\" | \"application.topBar.left\" | \"application.topBar.marginBottom\" | \"application.topBar.marginRight\" | \"application.bottomBar.height\" | \"application.bottomBar.width\" | \"application.bottomBar.right\" | \"application.bottomBar.top\" | \"application.bottomBar.bottom\" | \"application.bottomBar.left\" | \"application.bottomBar.marginBottom\" | \"application.bottomBar.marginRight\"" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/src/css_variables.ts", "deprecated": false, @@ -209,7 +209,7 @@ "label": "LayoutComponent", "description": [], "signature": [ - "\"application\" | \"footer\" | \"header\" | \"banner\" | \"navigation\" | \"sidebar\"" + "\"application\" | \"banner\" | \"navigation\" | \"footer\" | \"header\" | \"sidebar\"" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/src/css_variables.ts", "deprecated": false, @@ -224,7 +224,7 @@ "label": "LayoutProperty", "description": [], "signature": [ - "\"right\" | \"width\" | \"top\" | \"bottom\" | \"left\" | \"height\"" + "\"height\" | \"width\" | \"right\" | \"top\" | \"bottom\" | \"left\" | \"marginBottom\" | \"marginRight\"" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/src/css_variables.ts", "deprecated": false, @@ -239,7 +239,7 @@ "label": "LayoutVarName", "description": [], "signature": [ - "\"application.right\" | \"application.width\" | \"application.top\" | \"application.bottom\" | \"application.left\" | \"application.height\" | \"footer.right\" | \"footer.width\" | \"footer.top\" | \"footer.bottom\" | \"footer.left\" | \"footer.height\" | \"header.right\" | \"header.width\" | \"header.top\" | \"header.bottom\" | \"header.left\" | \"header.height\" | \"banner.right\" | \"banner.width\" | \"banner.top\" | \"banner.bottom\" | \"banner.left\" | \"banner.height\" | \"navigation.right\" | \"navigation.width\" | \"navigation.top\" | \"navigation.bottom\" | \"navigation.left\" | \"navigation.height\" | \"sidebar.right\" | \"sidebar.width\" | \"sidebar.top\" | \"sidebar.bottom\" | \"sidebar.left\" | \"sidebar.height\"" + "\"application.height\" | \"application.width\" | \"application.right\" | \"application.top\" | \"application.bottom\" | \"application.left\" | \"application.marginBottom\" | \"application.marginRight\" | \"banner.height\" | \"banner.width\" | \"banner.right\" | \"banner.top\" | \"banner.bottom\" | \"banner.left\" | \"banner.marginBottom\" | \"banner.marginRight\" | \"navigation.height\" | \"navigation.width\" | \"navigation.right\" | \"navigation.top\" | \"navigation.bottom\" | \"navigation.left\" | \"navigation.marginBottom\" | \"navigation.marginRight\" | \"footer.height\" | \"footer.width\" | \"footer.right\" | \"footer.top\" | \"footer.bottom\" | \"footer.left\" | \"footer.marginBottom\" | \"footer.marginRight\" | \"header.height\" | \"header.width\" | \"header.right\" | \"header.top\" | \"header.bottom\" | \"header.left\" | \"header.marginBottom\" | \"header.marginRight\" | \"sidebar.height\" | \"sidebar.width\" | \"sidebar.right\" | \"sidebar.top\" | \"sidebar.bottom\" | \"sidebar.left\" | \"sidebar.marginBottom\" | \"sidebar.marginRight\"" ], "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/src/css_variables.ts", "deprecated": false, @@ -262,6 +262,23 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/core-chrome-layout-constants", + "id": "def-common.SIDE_PANEL_CONTENT_GAP", + "type": "number", + "tags": [], + "label": "SIDE_PANEL_CONTENT_GAP", + "description": [ + "\nThe gap (in pixels) between the secondary side navigation panel and the main app content." + ], + "signature": [ + "8" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-constants/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false } ], "objects": [ diff --git a/api_docs/kbn_core_chrome_layout_constants.mdx b/api_docs/kbn_core_chrome_layout_constants.mdx index 3efd46b65f40d..40f573797ac79 100644 --- a/api_docs/kbn_core_chrome_layout_constants.mdx +++ b/api_docs/kbn_core_chrome_layout_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-constants title: "@kbn/core-chrome-layout-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-constants plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-constants'] --- import kbnCoreChromeLayoutConstantsObj from './kbn_core_chrome_layout_constants.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 | |-------------------|-----------|------------------------|-----------------| -| 28 | 0 | 13 | 0 | +| 29 | 0 | 13 | 0 | ## Common diff --git a/api_docs/kbn_core_chrome_layout_feature_flags.mdx b/api_docs/kbn_core_chrome_layout_feature_flags.mdx index d72dbcc7d7481..e8ffdae7164d2 100644 --- a/api_docs/kbn_core_chrome_layout_feature_flags.mdx +++ b/api_docs/kbn_core_chrome_layout_feature_flags.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-feature-flags title: "@kbn/core-chrome-layout-feature-flags" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-feature-flags plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-feature-flags'] --- import kbnCoreChromeLayoutFeatureFlagsObj from './kbn_core_chrome_layout_feature_flags.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_layout_utils.devdocs.json b/api_docs/kbn_core_chrome_layout_utils.devdocs.json index 824250db9275b..7deeeefd0457c 100644 --- a/api_docs/kbn_core_chrome_layout_utils.devdocs.json +++ b/api_docs/kbn_core_chrome_layout_utils.devdocs.json @@ -3,6 +3,107 @@ "client": { "classes": [], "functions": [ + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.getHighContrastBorder", + "type": "Function", + "tags": [], + "label": "getHighContrastBorder", + "description": [ + "\nHelper function to get container border styles for high contrast mode.\nIn high contrast mode, renders a solid border. Otherwise, renders based on color mode.\n" + ], + "signature": [ + "(euiThemeContext: ", + "UseEuiTheme", + "<{}>) => string" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.getHighContrastBorder.$1", + "type": "Object", + "tags": [], + "label": "euiThemeContext", + "description": [ + "- EUI theme context" + ], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "CSS border string" + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.getHighContrastSeparator", + "type": "Function", + "tags": [], + "label": "getHighContrastSeparator", + "description": [ + "\nHelper function to get separator border styles for high contrast mode.\nIn high contrast mode, renders a real border. Otherwise, renders a pseudo-element with subdued styling.\n" + ], + "signature": [ + "(euiThemeContext: ", + "UseEuiTheme", + "<{}>, options?: ", + "HighContrastSeparatorOptions", + ") => string" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.getHighContrastSeparator.$1", + "type": "Object", + "tags": [], + "label": "euiThemeContext", + "description": [], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.getHighContrastSeparator.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "- Configuration options for the separator" + ], + "signature": [ + "HighContrastSeparatorOptions" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "CSS string for the separator" + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/core-chrome-layout-utils", "id": "def-public.getScrollContainer", @@ -498,7 +599,86 @@ "initialIsOpen": false } ], - "interfaces": [], + "interfaces": [ + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.HighContrastSeparatorOptions", + "type": "Interface", + "tags": [], + "label": "HighContrastSeparatorOptions", + "description": [], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.HighContrastSeparatorOptions.side", + "type": "CompoundType", + "tags": [], + "label": "side", + "description": [ + "The side to place the border separator ('top' or 'bottom'). Default: 'bottom'" + ], + "signature": [ + "\"top\" | \"bottom\" | undefined" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.HighContrastSeparatorOptions.width", + "type": "string", + "tags": [], + "label": "width", + "description": [ + "Width of the separator line. Default: theme.size.xl" + ], + "signature": [ + "string | undefined" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.HighContrastSeparatorOptions.left", + "type": "string", + "tags": [], + "label": "left", + "description": [ + "Left position for the separator. Default: '0'" + ], + "signature": [ + "string | undefined" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/core-chrome-layout-utils", + "id": "def-public.HighContrastSeparatorOptions.right", + "type": "string", + "tags": [], + "label": "right", + "description": [ + "Right position for the separator. Default: '0'" + ], + "signature": [ + "string | undefined" + ], + "path": "src/core/packages/chrome/layout/core-chrome-layout-utils/src/high_contrast.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], "enums": [], "misc": [ { diff --git a/api_docs/kbn_core_chrome_layout_utils.mdx b/api_docs/kbn_core_chrome_layout_utils.mdx index 94558c5da385c..1bbbb3cbab6f1 100644 --- a/api_docs/kbn_core_chrome_layout_utils.mdx +++ b/api_docs/kbn_core_chrome_layout_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-utils title: "@kbn/core-chrome-layout-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-utils'] --- import kbnCoreChromeLayoutUtilsObj from './kbn_core_chrome_layout_utils.devdocs.json'; @@ -21,13 +21,16 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 11 | 0 | +| 40 | 0 | 13 | 0 | ## Client ### Functions +### Interfaces + + ### Consts, variables and types diff --git a/api_docs/kbn_core_chrome_navigation.devdocs.json b/api_docs/kbn_core_chrome_navigation.devdocs.json index ae60d17229eae..accb5e315fa34 100644 --- a/api_docs/kbn_core_chrome_navigation.devdocs.json +++ b/api_docs/kbn_core_chrome_navigation.devdocs.json @@ -11,7 +11,7 @@ "label": "Navigation", "description": [], "signature": [ - "({ activeItemId, isCollapsed: isCollapsedProp, items, logo, onItemClick, setWidth, sidePanelFooter, ...rest }: ", + "({ activeItemId, isCollapsed: isCollapsedProp, items, logo, onItemClick, onToggleCollapsed, setWidth, sidePanelFooter, ...rest }: ", "NavigationProps", ") => React.JSX.Element" ], @@ -24,7 +24,7 @@ "id": "def-public.Navigation.$1", "type": "Object", "tags": [], - "label": "{\n activeItemId,\n isCollapsed: isCollapsedProp,\n items,\n logo,\n onItemClick,\n setWidth,\n sidePanelFooter,\n ...rest\n}", + "label": "{\n activeItemId,\n isCollapsed: isCollapsedProp,\n items,\n logo,\n onItemClick,\n onToggleCollapsed,\n setWidth,\n sidePanelFooter,\n ...rest\n}", "description": [], "signature": [ "NavigationProps" @@ -401,6 +401,40 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/core-chrome-navigation", + "id": "def-public.NavigationProps.onToggleCollapsed", + "type": "Function", + "tags": [], + "label": "onToggleCollapsed", + "description": [ + "\nCallback fired when the collapse button is toggled.\n\nThe collapsed state's source of truth lives in chrome_service.tsx as a BehaviorSubject\nthat is persisted to localStorage. External consumers rely on this state." + ], + "signature": [ + "(isCollapsed: boolean) => void" + ], + "path": "src/core/packages/chrome/navigation/src/components/navigation.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/core-chrome-navigation", + "id": "def-public.NavigationProps.onToggleCollapsed.$1", + "type": "boolean", + "tags": [], + "label": "isCollapsed", + "description": [], + "signature": [ + "boolean" + ], + "path": "src/core/packages/chrome/navigation/src/components/navigation.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/core-chrome-navigation", "id": "def-public.NavigationProps.sidePanelFooter", diff --git a/api_docs/kbn_core_chrome_navigation.mdx b/api_docs/kbn_core_chrome_navigation.mdx index 21ee50c9736af..7274adb186e87 100644 --- a/api_docs/kbn_core_chrome_navigation.mdx +++ b/api_docs/kbn_core_chrome_navigation.mdx @@ -8,20 +8,20 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-navigation title: "@kbn/core-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-navigation plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-navigation'] --- import kbnCoreChromeNavigationObj from './kbn_core_chrome_navigation.devdocs.json'; -Contact [@elastic/eui-team](https://github.com/orgs/elastic/teams/eui-team) for questions regarding this plugin. +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 47 | 0 | 11 | 0 | +| 49 | 0 | 12 | 0 | ## Client diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 16e4163c1eaa1..3bf8742856f6d 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: 2025-12-19 +date: 2026-01-07 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 fcb8d959052a3..941ade8252b21 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: 2025-12-19 +date: 2026-01-07 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 8d6dd4033538d..26dec7758ae41 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: 2025-12-19 +date: 2026-01-07 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 509f0d2d956f3..7617582a2b611 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: 2025-12-19 +date: 2026-01-07 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 01967afca4c55..e7588e1a17a27 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common'] --- import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index 31a84b99c3a7d..e89ccd5dea909 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: 2025-12-19 +date: 2026-01-07 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 b4c72434d191e..9a281a5343a4b 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: 2025-12-19 +date: 2026-01-07 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 5c68b1c87fcc9..7004093857dc0 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: 2025-12-19 +date: 2026-01-07 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_data_streams_server.mdx b/api_docs/kbn_core_data_streams_server.mdx index 9f732a3699278..bb2805aba31e3 100644 --- a/api_docs/kbn_core_data_streams_server.mdx +++ b/api_docs/kbn_core_data_streams_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-data-streams-server title: "@kbn/core-data-streams-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-data-streams-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-data-streams-server'] --- import kbnCoreDataStreamsServerObj from './kbn_core_data_streams_server.devdocs.json'; diff --git a/api_docs/kbn_core_data_streams_server_internal.mdx b/api_docs/kbn_core_data_streams_server_internal.mdx index 19f3d87acac2d..a6931cecbc78b 100644 --- a/api_docs/kbn_core_data_streams_server_internal.mdx +++ b/api_docs/kbn_core_data_streams_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-data-streams-server-internal title: "@kbn/core-data-streams-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-data-streams-server-internal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-data-streams-server-internal'] --- import kbnCoreDataStreamsServerInternalObj from './kbn_core_data_streams_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_data_streams_server_mocks.mdx b/api_docs/kbn_core_data_streams_server_mocks.mdx index f8570a2df1321..df9e17fa7683b 100644 --- a/api_docs/kbn_core_data_streams_server_mocks.mdx +++ b/api_docs/kbn_core_data_streams_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-data-streams-server-mocks title: "@kbn/core-data-streams-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-data-streams-server-mocks plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-data-streams-server-mocks'] --- import kbnCoreDataStreamsServerMocksObj from './kbn_core_data_streams_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index 0a090eeaa223b..ff1037ada3bf0 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index 9627e3d548fa5..a21c626b2522f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index c1b276f0362af..83af0d3539a32 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index e258a16b92f9d..67ad34372cd16 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common'] --- import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 42464ec46c82b..77d40a116b59e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index b2006ccc922a3..f1f8b59301498 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index c3fca49560e52..0213fac544473 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: 2025-12-19 +date: 2026-01-07 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_di.mdx b/api_docs/kbn_core_di.mdx index 4871f11d1619e..38a651acc58b2 100644 --- a/api_docs/kbn_core_di.mdx +++ b/api_docs/kbn_core_di.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di title: "@kbn/core-di" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di'] --- import kbnCoreDiObj from './kbn_core_di.devdocs.json'; diff --git a/api_docs/kbn_core_di_browser.mdx b/api_docs/kbn_core_di_browser.mdx index 8b18fdabb24f3..5730bc5b5dd4d 100644 --- a/api_docs/kbn_core_di_browser.mdx +++ b/api_docs/kbn_core_di_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-browser title: "@kbn/core-di-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-browser plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-browser'] --- import kbnCoreDiBrowserObj from './kbn_core_di_browser.devdocs.json'; diff --git a/api_docs/kbn_core_di_internal.mdx b/api_docs/kbn_core_di_internal.mdx index 81c18737089e3..247973e6cc1f1 100644 --- a/api_docs/kbn_core_di_internal.mdx +++ b/api_docs/kbn_core_di_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-internal title: "@kbn/core-di-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-internal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-internal'] --- import kbnCoreDiInternalObj from './kbn_core_di_internal.devdocs.json'; diff --git a/api_docs/kbn_core_di_mocks.mdx b/api_docs/kbn_core_di_mocks.mdx index 45a6bb30aa44a..defe92393c119 100644 --- a/api_docs/kbn_core_di_mocks.mdx +++ b/api_docs/kbn_core_di_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-mocks title: "@kbn/core-di-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-mocks plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-mocks'] --- import kbnCoreDiMocksObj from './kbn_core_di_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_di_server.mdx b/api_docs/kbn_core_di_server.mdx index c827f59db043a..97c3a521698f0 100644 --- a/api_docs/kbn_core_di_server.mdx +++ b/api_docs/kbn_core_di_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-server title: "@kbn/core-di-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-server'] --- import kbnCoreDiServerObj from './kbn_core_di_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index a599eb4de8238..47e878f66dfa4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 019b87fc1525e..1223e6ec5f094 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index daa570ceec38d..c933f23012925 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index 81b92121871ef..cfb5fb65f016f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index 3f1da30acdec4..b2c03a15148e3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index 6d799adabdb61..ca9f121ec7312 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: 2025-12-19 +date: 2026-01-07 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 4e846606eac81..6170e56ab1723 100644 --- a/api_docs/kbn_core_elasticsearch_server.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server.devdocs.json @@ -1060,7 +1060,7 @@ "Headers used for authentication against Elasticsearch" ], "signature": [ - "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; origin?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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; }" + "{ date?: string | string[] | undefined; from?: string | string[] | undefined; origin?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; range?: string | string[] | undefined; authorization?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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": "src/core/packages/elasticsearch/server/src/client/scopeable_request.ts", "deprecated": false, diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 33772c8e6e09d..52b4f7b3e36fa 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index efaf68aabbbea..00ccdc8653faf 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index e5d8d238c88ee..3cd6d628cd1a0 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: 2025-12-19 +date: 2026-01-07 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_elasticsearch_server_utils.mdx b/api_docs/kbn_core_elasticsearch_server_utils.mdx index d59aed7126ed3..b9e0f651c95d6 100644 --- a/api_docs/kbn_core_elasticsearch_server_utils.mdx +++ b/api_docs/kbn_core_elasticsearch_server_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-utils title: "@kbn/core-elasticsearch-server-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-utils'] --- import kbnCoreElasticsearchServerUtilsObj from './kbn_core_elasticsearch_server_utils.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index 65dda6338fcae..3618176cbd116 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index 3385b3dd192b5..b1ec2a2e87f5b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index d2aed1abf962e..6eaf8bc9ac890 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index 158b2d2320c61..521b496fb39f9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index ffc5f1867ff5f..bede1572bac34 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index cadc32c17f465..49871eb5d4383 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common'] --- import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index 856c02d915a13..5e5749a675223 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index 9665302d4e6b3..7872d1606039b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 5a993e134c786..45c2ae056e168 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index 27f688ed3e6eb..06362787a5a99 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index 40216fe0767ec..d10b580f53125 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 58391df6be707..e78cfb64f0b9e 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: 2025-12-19 +date: 2026-01-07 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_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index 01733c3e8095e..bf3f61aabdb03 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_feature_flags_server.mdx index 32c9dcadb0695..b2312abb68c46 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: 2025-12-19 +date: 2026-01-07 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_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index 0adbfcf63a2b1..84ff13baa9b39 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_http_browser.mdx index 3ffbcf3675b1f..05df12dca7291 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index d02f5ae9aa397..00f5391657c42 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index 0ff84c0a146b9..a8e5c510544d4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index d69b846b3021a..45e097dde2961 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common'] --- import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index dac5c91984ec3..05a9c6234c0ae 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx index ab574a363e307..70b6492944397 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 3b2c1c6a1f5c4..d9556203b60a7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 67bdbcb58222d..72f9c89998834 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index e7e9a40beb340..b1ede90b0c3ce 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 3b7c8a72f4899..911c4407c10a2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index f4dcb39f6e99c..44f488236db2c 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: 2025-12-19 +date: 2026-01-07 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 f91983c816999..9023015bef62c 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -961,7 +961,7 @@ "The headers associated with the request." ], "signature": [ - "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; origin?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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; }" + "{ date?: string | string[] | undefined; from?: string | string[] | undefined; origin?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; range?: string | string[] | undefined; authorization?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, @@ -3877,48 +3877,48 @@ "path": "src/platform/plugins/shared/workflows_management/server/workflows_management/routes/get_workflow_stats.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { "plugin": "cloudConnect", @@ -6600,6 +6600,10 @@ "plugin": "indexManagement", "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_delete_route.ts" }, + { + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_post_index_doc_count.ts" + }, { "plugin": "indexManagement", "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_delete_route.ts" @@ -6841,16 +6845,16 @@ "path": "src/platform/plugins/shared/workflows_management/server/workflows_management/routes/post_test_workflow.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/internal/conversations.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/internal/conversations.ts" }, { "plugin": "cloudConnect", @@ -10850,7 +10854,7 @@ "\nReadonly copy of incoming request headers." ], "signature": [ - "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; origin?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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; }" + "{ date?: string | string[] | undefined; from?: string | string[] | undefined; origin?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; range?: string | string[] | undefined; authorization?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, @@ -14913,10 +14917,6 @@ "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_cluster_settings_route.ts" - }, { "plugin": "dashboard", "path": "src/platform/plugins/shared/dashboard/server/api/read/register_read_route.ts" @@ -14998,32 +14998,36 @@ "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/agents.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/agents.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/agents.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/agents.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/conversations.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/conversations.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/conversations.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/conversations.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/a2a.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/a2a.ts" }, { "plugin": "automaticImportVTwo", @@ -15441,6 +15445,14 @@ "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/summary_exception_list_route.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/scripts_library/get_script.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/scripts_library/download_script.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/scripts_library/list_scripts.ts" @@ -15779,7 +15791,7 @@ }, { "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/siem_readiness/routes/get_latest_readiness_tasks.ts" + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/siem_readiness/routes/get_readiness_categories.ts" }, { "plugin": "securitySolution", @@ -15929,6 +15941,10 @@ "plugin": "sessionView", "path": "x-pack/solutions/security/plugins/session_view/server/routes/get_total_io_bytes_route.ts" }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_cluster_settings_route.ts" + }, { "plugin": "@kbn/test-suites-src", "path": "src/platform/test/plugin_functional/plugins/core_http/server/plugin.ts" @@ -16233,12 +16249,16 @@ "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/agents.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/agents.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" }, { "plugin": "automaticImportVTwo", @@ -16615,10 +16635,6 @@ "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.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/create/register_create_route.ts" @@ -16732,32 +16748,40 @@ "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/agents.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/chat.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/agents.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/chat.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/chat.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/chat.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/mcp.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/mcp.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/a2a.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/a2a.ts" }, { "plugin": "aiops", @@ -17383,6 +17407,18 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/unified_alerts/search_route.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/unified_alerts/set_workflow_status_route.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/unified_alerts/set_alert_tags_route.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/routes/unified_alerts/set_alert_assignees_route.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/exceptions/api/manage_exceptions/route.ts" @@ -17587,10 +17623,6 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/asset_inventory/routes/install_data_view.ts" }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/siem_readiness/routes/post_readiness_task.ts" - }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/orphan_actions_space_handler.ts" @@ -17691,6 +17723,14 @@ "plugin": "ecsDataQualityDashboard", "path": "x-pack/solutions/security/plugins/ecs_data_quality_dashboard/server/routes/results/post_index_results.ts" }, + { + "plugin": "entityStore", + "path": "x-pack/solutions/security/plugins/entity_store/server/routes/install.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_suggestions_route.ts" + }, { "plugin": "dataViewFieldEditor", "path": "src/platform/plugins/shared/data_view_field_editor/server/routes/field_preview.ts" @@ -17850,6 +17890,10 @@ "plugin": "logsShared", "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" + }, { "plugin": "metricsDataAccess", "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" @@ -18030,16 +18074,20 @@ "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/tools.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/tools.ts" + }, + { + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/agents.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/agents.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/conversations.ts" }, { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/conversations.ts" + "plugin": "agentBuilder", + "path": "x-pack/platform/plugins/shared/agent_builder/server/routes/attachments.ts" }, { "plugin": "automaticImportVTwo", @@ -18129,6 +18177,10 @@ "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/list/delete_list_route.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/scripts_library/delete_script.ts" + }, { "plugin": "elasticAssistant", "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/user_conversations/delete_route.ts" @@ -18185,6 +18237,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store/routes/entity_crud/delete_entity.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/privilege_monitoring/routes/monitoring_entity_source/delete.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/privilege_monitoring/routes/users/delete.ts" @@ -18937,7 +18993,7 @@ "\nHttp request headers to read." ], "signature": [ - "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; origin?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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; }" + "{ date?: string | string[] | undefined; from?: string | string[] | undefined; origin?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; range?: string | string[] | undefined; authorization?: string | string[] | undefined; host?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-encoding\"?: 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; 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-fetch-site\"?: string | string[] | undefined; \"sec-fetch-mode\"?: string | string[] | undefined; \"sec-fetch-user\"?: string | string[] | undefined; \"sec-fetch-dest\"?: 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": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, @@ -19179,7 +19235,7 @@ "\nSet of well-known HTTP headers." ], "signature": [ - "\"date\" | \"allow\" | \"warning\" | \"range\" | \"location\" | \"authorization\" | \"from\" | \"host\" | \"etag\" | \"expires\" | \"origin\" | \"accept\" | \"accept-encoding\" | \"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\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-fetch-site\" | \"sec-fetch-mode\" | \"sec-fetch-user\" | \"sec-fetch-dest\" | \"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\"" + "\"date\" | \"from\" | \"origin\" | \"warning\" | \"location\" | \"allow\" | \"range\" | \"authorization\" | \"host\" | \"etag\" | \"expires\" | \"accept\" | \"accept-encoding\" | \"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\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-fetch-site\" | \"sec-fetch-mode\" | \"sec-fetch-user\" | \"sec-fetch-dest\" | \"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": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, @@ -19929,7 +19985,7 @@ "\nHttp response headers to set." ], "signature": [ - "Record | Record<\"date\" | \"allow\" | \"warning\" | \"range\" | \"location\" | \"authorization\" | \"from\" | \"host\" | \"etag\" | \"expires\" | \"origin\" | \"accept\" | \"accept-encoding\" | \"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\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-fetch-site\" | \"sec-fetch-mode\" | \"sec-fetch-user\" | \"sec-fetch-dest\" | \"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 | Record<\"date\" | \"from\" | \"origin\" | \"warning\" | \"location\" | \"allow\" | \"range\" | \"authorization\" | \"host\" | \"etag\" | \"expires\" | \"accept\" | \"accept-encoding\" | \"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\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-fetch-site\" | \"sec-fetch-mode\" | \"sec-fetch-user\" | \"sec-fetch-dest\" | \"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[]>" ], "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index bd824f7617dbe..0df7183199a3e 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: 2025-12-19 +date: 2026-01-07 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 962d8737d2eeb..9a84749c394f2 100644 --- a/api_docs/kbn_core_http_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_server_internal.devdocs.json @@ -1392,7 +1392,7 @@ "label": "HttpConfigType", "description": [], "signature": [ - "{ readonly uuid?: string | undefined; readonly basePath?: string | undefined; readonly publicBaseUrl?: string | undefined; readonly name: string; readonly ssl: Readonly<{ key?: string | undefined; certificate?: string | undefined; certificateAuthorities?: string | string[] | undefined; keyPassphrase?: string | undefined; redirectHttpFromPort?: number | undefined; } & { enabled: boolean; clientAuthentication: \"none\" | \"required\" | \"optional\"; keystore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; readonly host: string; readonly protocol: \"http1\" | \"http2\"; readonly port: number; readonly cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; readonly compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; readonly cdn: Readonly<{ url?: string | null | undefined; } & {}>; readonly prototypeHardening: boolean; readonly http2: Readonly<{} & { allowUnsecure: boolean; }>; readonly versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; readonly autoListen: boolean; readonly shutdownTimeout: moment.Duration; readonly oas: Readonly<{} & { enabled: boolean; }>; readonly securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; readonly customResponseHeaders: Record; readonly maxPayload: ", + "{ readonly uuid?: string | undefined; readonly basePath?: string | undefined; readonly publicBaseUrl?: string | undefined; readonly name: string; readonly ssl: Readonly<{ key?: string | undefined; certificate?: string | undefined; certificateAuthorities?: string | string[] | undefined; keyPassphrase?: string | undefined; redirectHttpFromPort?: number | undefined; } & { enabled: boolean; clientAuthentication: \"none\" | \"required\" | \"optional\"; keystore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; readonly host: string; readonly protocol: \"http1\" | \"http2\"; readonly port: number; readonly compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; readonly cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; readonly cdn: Readonly<{ url?: string | null | undefined; } & {}>; readonly prototypeHardening: boolean; readonly http2: Readonly<{} & { allowUnsecure: boolean; }>; readonly versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; readonly autoListen: boolean; readonly shutdownTimeout: moment.Duration; readonly oas: Readonly<{} & { enabled: boolean; }>; readonly securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; readonly customResponseHeaders: Record; readonly maxPayload: ", { "pluginId": "@kbn/config-schema", "scope": "common", diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index ba88bb5535b4c..788f222a14dba 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_mocks.devdocs.json b/api_docs/kbn_core_http_server_mocks.devdocs.json index 539c0b6f13738..118cf2693321d 100644 --- a/api_docs/kbn_core_http_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_server_mocks.devdocs.json @@ -19,7 +19,7 @@ "label": "createConfigService", "description": [], "signature": [ - "({ server, externalUrl, csp, }?: Partial<{ server: Partial; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; host: string; protocol: \"http1\" | \"http2\"; port: number; cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; cdn: Readonly<{ url?: string | null | undefined; } & {}>; prototypeHardening: boolean; http2: Readonly<{} & { allowUnsecure: boolean; }>; versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; autoListen: boolean; shutdownTimeout: moment.Duration; oas: Readonly<{} & { enabled: boolean; }>; securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; customResponseHeaders: Record; maxPayload: ", + "({ server, externalUrl, csp, }?: Partial<{ server: Partial; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; host: string; protocol: \"http1\" | \"http2\"; port: number; compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; cdn: Readonly<{ url?: string | null | undefined; } & {}>; prototypeHardening: boolean; http2: Readonly<{} & { allowUnsecure: boolean; }>; versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; autoListen: boolean; shutdownTimeout: moment.Duration; oas: Readonly<{} & { enabled: boolean; }>; securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; customResponseHeaders: Record; maxPayload: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -50,7 +50,7 @@ "label": "{\n server,\n externalUrl,\n csp,\n}", "description": [], "signature": [ - "Partial<{ server: Partial; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; host: string; protocol: \"http1\" | \"http2\"; port: number; cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; cdn: Readonly<{ url?: string | null | undefined; } & {}>; prototypeHardening: boolean; http2: Readonly<{} & { allowUnsecure: boolean; }>; versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; autoListen: boolean; shutdownTimeout: moment.Duration; oas: Readonly<{} & { enabled: boolean; }>; securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; customResponseHeaders: Record; maxPayload: ", + "Partial<{ server: Partial; truststore: Readonly<{ password?: string | undefined; path?: string | undefined; } & {}>; cipherSuites: string[]; supportedProtocols: string[]; }>; host: string; protocol: \"http1\" | \"http2\"; port: number; compression: Readonly<{ referrerWhitelist?: string[] | undefined; } & { enabled: boolean; brotli: Readonly<{} & { enabled: boolean; quality: number; }>; }>; cors: Readonly<{} & { enabled: boolean; allowCredentials: boolean; allowOrigin: string[] | \"*\"[]; }>; cdn: Readonly<{ url?: string | null | undefined; } & {}>; prototypeHardening: boolean; http2: Readonly<{} & { allowUnsecure: boolean; }>; versioned: Readonly<{} & { useVersionResolutionStrategyForInternalPaths: string[]; versionResolution: \"none\" | \"oldest\" | \"newest\"; strictClientVersionCheck: boolean; }>; autoListen: boolean; shutdownTimeout: moment.Duration; oas: Readonly<{} & { enabled: boolean; }>; securityResponseHeaders: Readonly<{ permissionsPolicyReportOnly?: string | null | undefined; } & { referrerPolicy: \"origin\" | \"no-referrer\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"same-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | \"unsafe-url\" | null; strictTransportSecurity: string | null; xContentTypeOptions: \"nosniff\" | null; permissionsPolicy: string | null; disableEmbedding: boolean; crossOriginOpenerPolicy: \"same-origin\" | \"unsafe-none\" | \"same-origin-allow-popups\" | null; }>; customResponseHeaders: Record; maxPayload: ", { "pluginId": "@kbn/config-schema", "scope": "common", diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 1444c6ce5972d..6c493c56032f6 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_http_server_utils.mdx index e9b62c5b1825c..bc2d13d8771c8 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_i18n_browser.mdx index d2b2d2536f96b..0dc324d373bf0 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index 829c611d43eb9..efc8fd42073a8 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 21509434f7283..2dc24232195ca 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index d1005c961dfa6..3fc47c8c8a171 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index d5e787a8a698d..6e261d33ba34a 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: 2025-12-19 +date: 2026-01-07 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 ecf81c9d71f4d..c5af87fb6e24f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index 028caa18d5b48..af398867b63cb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index 17ac6e0cfecbc..f292152d73c5a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 0308b5952aec4..4babf7993f6ce 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index 8db99d965327a..12a1abe5bb7ad 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: 2025-12-19 +date: 2026-01-07 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 34a5db0640bbd..f6aef4d9486a4 100644 --- a/api_docs/kbn_core_lifecycle_server.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server.devdocs.json @@ -425,6 +425,44 @@ "returnComment": [], "children": [] }, + { + "parentPluginId": "@kbn/core-lifecycle-server", + "id": "def-server.CoreSetup.createRequestHandlerContext", + "type": "Function", + "tags": [], + "label": "createRequestHandlerContext", + "description": [ + "{@link RequestHandlerContextFactory}" + ], + "signature": [ + "(request: ", + "KibanaRequest", + ") => Promise<", + "CoreRequestHandlerContext", + ">" + ], + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/core-lifecycle-server", + "id": "def-server.CoreSetup.createRequestHandlerContext.$1", + "type": "Object", + "tags": [], + "label": "request", + "description": [], + "signature": [ + "KibanaRequest", + "" + ], + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, { "parentPluginId": "@kbn/core-lifecycle-server", "id": "def-server.CoreSetup.plugins", diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 0683ce76c9d46..bec8da24629cb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_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 | |-------------------|-----------|------------------------|-----------------| -| 48 | 0 | 0 | 0 | +| 50 | 0 | 1 | 0 | ## Server diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index cd4b56dc95b87..fdaaf05fd62eb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index db0510b10ddd1..b6b64b9294fd0 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: 2025-12-19 +date: 2026-01-07 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 acb3d44c28fe0..fb90e3f1833f0 100644 --- a/api_docs/kbn_core_logging_common_internal.devdocs.json +++ b/api_docs/kbn_core_logging_common_internal.devdocs.json @@ -129,7 +129,7 @@ "label": "level", "description": [], "signature": [ - "\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" + "\"error\" | \"info\" | \"off\" | \"all\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" ], "path": "src/core/packages/logging/common-internal/src/browser_config.ts", "deprecated": false, diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index 0421aeb609c0f..b6e93fe9d5e3b 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: 2025-12-19 +date: 2026-01-07 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 62d6993e6f820..531bea8f4f97d 100644 --- a/api_docs/kbn_core_logging_server.devdocs.json +++ b/api_docs/kbn_core_logging_server.devdocs.json @@ -191,7 +191,7 @@ "label": "level", "description": [], "signature": [ - "\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" + "\"error\" | \"info\" | \"off\" | \"all\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" ], "path": "src/core/packages/logging/server/src/logger.ts", "deprecated": false, diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index 638f1ac1321b9..3b5e2b53585f9 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: 2025-12-19 +date: 2026-01-07 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 5c422cc7582e5..23cc8685019fa 100644 --- a/api_docs/kbn_core_logging_server_internal.devdocs.json +++ b/api_docs/kbn_core_logging_server_internal.devdocs.json @@ -187,7 +187,7 @@ "section": "def-common.Type", "text": "Type" }, - "[]>; }>" + "[]>; }>" ], "path": "src/core/packages/logging/server-internal/src/logging_config.ts", "deprecated": false, @@ -235,7 +235,7 @@ "section": "def-common.Type", "text": "Type" }, - "<\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\">; }>" + "<\"error\" | \"info\" | \"off\" | \"all\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\">; }>" ], "path": "src/core/packages/logging/server-internal/src/logging_config.ts", "deprecated": false, diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index d3a00d68e2402..dc772ceaa377d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index 2ad205d994ccd..64ab9a866c46d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index 908326277b0bc..de379be11f668 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index 704fcce0c4adf..9c9fcf740327c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index 15d5ef35f521a..e6275523435de 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 1f827a17f1d90..ea0d4deb0e7c7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index 2dbae930641b9..61239f6a04408 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index 7a2efebabd237..dfde43a3fb180 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: 2025-12-19 +date: 2026-01-07 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_mount_utils_browser_internal.mdx b/api_docs/kbn_core_mount_utils_browser_internal.mdx index 8968b1cfb68ea..87349ffa50fc3 100644 --- a/api_docs/kbn_core_mount_utils_browser_internal.mdx +++ b/api_docs/kbn_core_mount_utils_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser-internal title: "@kbn/core-mount-utils-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser-internal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser-internal'] --- import kbnCoreMountUtilsBrowserInternalObj from './kbn_core_mount_utils_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 2569e86116015..4ea2f91edcdd3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index 6a05392ed359a..8c85816bcb680 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index b1a90aaa5a60f..e4cde2039fa55 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: 2025-12-19 +date: 2026-01-07 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 130a2ed9f9eda..ae1dadd9e5ed2 100644 --- a/api_docs/kbn_core_notifications_browser.devdocs.json +++ b/api_docs/kbn_core_notifications_browser.devdocs.json @@ -803,7 +803,7 @@ "signature": [ "Pick<", "Toast", - ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"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 | ", + ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"color\" | \"suppressHydrationWarning\" | \"className\" | \"lang\" | \"style\" | \"role\" | \"tabIndex\" | \"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-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-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\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"translate\" | \"radioGroup\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", "MountPoint", " | undefined; text?: string | ", "MountPoint", @@ -844,7 +844,7 @@ "signature": [ "Pick<", "Toast", - ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"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 | ", + ", \"prefix\" | \"onError\" | \"security\" | \"defaultValue\" | \"color\" | \"suppressHydrationWarning\" | \"className\" | \"lang\" | \"style\" | \"role\" | \"tabIndex\" | \"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-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-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\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"translate\" | \"radioGroup\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", "MountPoint", " | undefined; text?: string | ", "MountPoint", diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 9b8cd02c96b47..1fc9c8f27ffb1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index 462559442e7ee..eb766be2b8f0b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index 2bd0adec5525b..12c4c3e0b1d6e 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: 2025-12-19 +date: 2026-01-07 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 f920651a99427..3f253b4e18553 100644 --- a/api_docs/kbn_core_overlays_browser.devdocs.json +++ b/api_docs/kbn_core_overlays_browser.devdocs.json @@ -400,7 +400,7 @@ "label": "buttonColor", "description": [], "signature": [ - "\"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined" + "\"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined" ], "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 4c64a0ce0183c..6c2799d0a2d73 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index d8ff310268a95..a0c1a6bd90ead 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index 475d331031554..4f756cfc06211 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index 54650b71878f4..742dbb30c6110 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 5d74ecc2542b5..e76204637d10a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 6f0fbd50e3a1d..1fa6c7892e710 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index 9e2e76ac2baff..41115ffbba747 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 9af68c7bfd934..d6a40dfb91d41 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 3f3e632c701da..603a899d3825d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index fac3ee81ec765..3deada737ec24 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index e06cd13607e82..b2f84fec473fd 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: 2025-12-19 +date: 2026-01-07 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_pricing_browser.mdx b/api_docs/kbn_core_pricing_browser.mdx index 65c9f3b43243f..a44699bfa4c04 100644 --- a/api_docs/kbn_core_pricing_browser.mdx +++ b/api_docs/kbn_core_pricing_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-browser title: "@kbn/core-pricing-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-browser plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-browser'] --- import kbnCorePricingBrowserObj from './kbn_core_pricing_browser.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_browser_mocks.mdx b/api_docs/kbn_core_pricing_browser_mocks.mdx index eb36aa2f24b52..0a65fb0246944 100644 --- a/api_docs/kbn_core_pricing_browser_mocks.mdx +++ b/api_docs/kbn_core_pricing_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-browser-mocks title: "@kbn/core-pricing-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-browser-mocks plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-browser-mocks'] --- import kbnCorePricingBrowserMocksObj from './kbn_core_pricing_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_common.mdx b/api_docs/kbn_core_pricing_common.mdx index 529bb1f2b3b75..eb0aeb3ffcd04 100644 --- a/api_docs/kbn_core_pricing_common.mdx +++ b/api_docs/kbn_core_pricing_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-common title: "@kbn/core-pricing-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-common plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-common'] --- import kbnCorePricingCommonObj from './kbn_core_pricing_common.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server.mdx b/api_docs/kbn_core_pricing_server.mdx index 009b952c48ae4..0afb59b220783 100644 --- a/api_docs/kbn_core_pricing_server.mdx +++ b/api_docs/kbn_core_pricing_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server title: "@kbn/core-pricing-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server'] --- import kbnCorePricingServerObj from './kbn_core_pricing_server.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server_internal.mdx b/api_docs/kbn_core_pricing_server_internal.mdx index 17b513ee615b4..50402bd0f51cf 100644 --- a/api_docs/kbn_core_pricing_server_internal.mdx +++ b/api_docs/kbn_core_pricing_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server-internal title: "@kbn/core-pricing-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server-internal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server-internal'] --- import kbnCorePricingServerInternalObj from './kbn_core_pricing_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server_mocks.mdx b/api_docs/kbn_core_pricing_server_mocks.mdx index 714c15535e85c..1fa9620b52ee5 100644 --- a/api_docs/kbn_core_pricing_server_mocks.mdx +++ b/api_docs/kbn_core_pricing_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server-mocks title: "@kbn/core-pricing-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server-mocks plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server-mocks'] --- import kbnCorePricingServerMocksObj from './kbn_core_pricing_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser.mdx b/api_docs/kbn_core_rendering_browser.mdx index 742d71ed3beba..56d10009a8563 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: 2025-12-19 +date: 2026-01-07 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 d26999f566f65..6bf7fadcc041b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index 78e83e23a481c..bb485d24aa06f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index d63b7c581fac9..61ebe9e56ab82 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 92195dc8c0fad..e0771d53b905d 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: 2025-12-19 +date: 2026-01-07 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_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index b1c2e83e83c9b..dc13ac650aee9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index c1d9f5c91589e..583ec715027d2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx index 647e86737733e..f6809fbafe9be 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx index 07a2eaa0d42d8..426760ae16761 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: 2025-12-19 +date: 2026-01-07 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_common.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index b75b63768d2fd..d9eccbdc05965 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -1770,66 +1770,6 @@ "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" - }, { "plugin": "canvas", "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" @@ -1910,6 +1850,54 @@ "plugin": "globalSearchProviders", "path": "x-pack/platform/plugins/private/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/esql_control/esql_control_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + }, { "plugin": "expressions", "path": "src/platform/plugins/shared/expressions/common/executor/executor.test.ts" diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 05d8549e73ce5..760cfb8c1c6bc 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common'] --- import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx index 5e0abca52e685..9c46cebcaa880 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] --- import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx index 540af1e193e23..998af744d3e56 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx index 44d7ee5d1dafe..6396697348cb4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx index 8110a4d42785c..27b1e280e8f27 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: 2025-12-19 +date: 2026-01-07 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 ccbf25b806e1c..408dbdfaf18e1 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -11488,7 +11488,7 @@ "The dynamic property of the mapping, either `false` or `'strict'`. If\nunspecified `dynamic: 'strict'` will be inherited from the top-level\nindex mappings." ], "signature": [ - "false | \"strict\" | \"false\" | undefined" + "false | \"false\" | \"strict\" | undefined" ], "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, @@ -12505,7 +12505,7 @@ "MappingProperty", " & ", "MappingPropertyBase", - " & { dynamic?: false | \"strict\" | \"false\" | undefined; properties?: Record | undefined; }" ], diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 6e2828ea593fa..a07300b62a542 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index afa6ed78044b0..ae70e634085b0 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index cbabfcc91571d..6dc79bcac2fb3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index f0f1a0608a414..d5175bb7c3906 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index c8262928f67c9..49160a23fd9a2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index ef6efc8699c69..5b32a5829d7c5 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: 2025-12-19 +date: 2026-01-07 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 468babdeebe72..883a601f040e3 100644 --- a/api_docs/kbn_core_security_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_security_browser_mocks.devdocs.json @@ -116,7 +116,7 @@ "signature": [ "(props?: Partial & { roles: string[]; }>) => { enabled: boolean; username: string; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; full_name: string; profile_uid: string; operator?: boolean | undefined; api_key?: ", + ", \"roles\"> & { roles: string[]; }>) => { enabled: boolean; username: string; operator?: boolean | undefined; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; full_name: string; profile_uid: string; api_key?: ", "ApiKeyDescriptor", " | undefined; authentication_provider: ", "AuthenticationProvider", diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index 9acd0b033cf45..a41a5565377df 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index 8594ed5c18ede..bc670084afb6d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 180d846438c83..b8201ead14e45 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index af1abf87f9a80..6614cb7d8e38e 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: 2025-12-19 +date: 2026-01-07 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 79d136038f602..07fc675cb12b0 100644 --- a/api_docs/kbn_core_security_server_mocks.devdocs.json +++ b/api_docs/kbn_core_security_server_mocks.devdocs.json @@ -246,7 +246,7 @@ "signature": [ "(props?: Partial & { roles: string[]; }>) => { enabled: boolean; username: string; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; full_name: string; profile_uid: string; operator?: boolean | undefined; api_key?: ", + ", \"roles\"> & { roles: string[]; }>) => { enabled: boolean; username: string; operator?: boolean | undefined; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; full_name: string; profile_uid: string; api_key?: ", "ApiKeyDescriptor", " | undefined; authentication_provider: ", "AuthenticationProvider", diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 390072047b9da..e92a9b5aa4077 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index 35416e5626334..0b1aba2dbb230 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_status_server.mdx index 74f2b92563ac5..18442c58ed220 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index 87a3081587365..cf9cb3c6fc844 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index c9e33dff6a73b..3d05eea137827 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index dac5970f6ead5..afe67d71fe954 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index e9b4636c15c31..2dfc1f6d77879 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser'] --- import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index f764a137e6b82..a6dc2f9756980 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index 748f51e964f29..ead0a2b14fd12 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index 733f8a8e69fef..f86f5a2cedbbe 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index 6b316b79abcd5..9cd7568d8bdcb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils'] --- import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index 95fa24f16b0ef..c8b2fd7d23a95 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_core_theme_browser_internal.mdx index 320295c1d7053..af49580cd2f7b 100644 --- a/api_docs/kbn_core_theme_browser_internal.mdx +++ b/api_docs/kbn_core_theme_browser_internal.mdx @@ -8,7 +8,7 @@ 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-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-internal'] --- import kbnCoreThemeBrowserInternalObj from './kbn_core_theme_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 3d692ecc279a0..08fe46bfb3fd2 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_core_ui_settings_browser.devdocs.json index 3666e22f675d7..0d04593fd5052 100644 --- a/api_docs/kbn_core_ui_settings_browser.devdocs.json +++ b/api_docs/kbn_core_ui_settings_browser.devdocs.json @@ -541,9 +541,9 @@ "UiSettingsType", " | undefined; options?: string[] | number[] | undefined; scope?: ", "UiSettingsScope", - " | undefined; name?: string | undefined; order?: number | undefined; description?: string | undefined; getValue?: ((context?: ", + " | undefined; name?: string | undefined; order?: number | undefined; readonly?: boolean | undefined; description?: string | undefined; getValue?: ((context?: ", "GetUiSettingsContext", - " | undefined) => Promise) | undefined; category?: string[] | undefined; metric?: { type: string; name: string; } | undefined; readonly?: boolean | undefined; optionLabels?: Record | undefined; requiresPageReload?: boolean | undefined; readonlyMode?: ", + " | undefined) => Promise) | undefined; category?: string[] | undefined; metric?: { type: string; name: string; } | undefined; optionLabels?: Record | undefined; requiresPageReload?: boolean | undefined; readonlyMode?: ", "ReadonlyModeType", " | undefined; sensitive?: boolean | undefined; deprecation?: ", "DeprecationSettings", diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 1f7c67a60a01a..9934e977978bb 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: 2025-12-19 +date: 2026-01-07 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 6ca8bbe9cbe7f..82205f7631685 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: 2025-12-19 +date: 2026-01-07 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 02b94d26111da..d6613c14f45c0 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: 2025-12-19 +date: 2026-01-07 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 ceaddb2402508..0770cd2b4acfb 100644 --- a/api_docs/kbn_core_ui_settings_common.devdocs.json +++ b/api_docs/kbn_core_ui_settings_common.devdocs.json @@ -710,7 +710,7 @@ "\nType for the readonly mode of the readonly settings.\n'strict' indicates that the value cannot be changed through API and is not displayed in the UI\n'ui' indicates that the value is just not displayed in the UI" ], "signature": [ - "\"ui\" | \"strict\"" + "\"strict\" | \"ui\"" ], "path": "src/core/packages/ui-settings/common/src/ui_settings.ts", "deprecated": false, diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index 20cefa9d18956..47f6f502b11e4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index 7098d97243d10..65ebfc6f771a2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 5fc876b370266..7a7292e0d0f73 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: 2025-12-19 +date: 2026-01-07 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 2a2ebbaa2b514..f5dcfdcecf185 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index 5d2cd0a1203cd..e10aa56716c67 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index 5075865671ec4..11ee95a4d8d9c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index 819c0a41023e4..70660fc5cfd11 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index 7fa632c61f90d..c5fc739cf2093 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 40789e6cc41ef..139860f00dd1b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index 6c0bb71c74329..175a0e5a08caa 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 8c4454065029f..4093bd3e722ec 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common'] --- import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index bf3ed8051df85..8e97921b91ca5 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index 1c9a1808f9f36..53736bd1ccd4c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 8326f98114768..515c3bcc973d6 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: 2025-12-19 +date: 2026-01-07 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 8ac6ca05f5e7f..37f2423e5e639 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: 2025-12-19 +date: 2026-01-07 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 8efe4e6f773ca..94ad0dc5cb19b 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: 2025-12-19 +date: 2026-01-07 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_cps_utils.mdx b/api_docs/kbn_cps_utils.mdx index f85e6216022cd..0fc89eaa06a27 100644 --- a/api_docs/kbn_cps_utils.mdx +++ b/api_docs/kbn_cps_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cps-utils title: "@kbn/cps-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cps-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cps-utils'] --- import kbnCpsUtilsObj from './kbn_cps_utils.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 830c8f67bd9c9..c8bf6b90fb3c4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- import kbnCryptoObj from './kbn_crypto.devdocs.json'; diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index f346d55de07e9..e2b667bfd9021 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: 2025-12-19 +date: 2026-01-07 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 e024fcf94cbed..380f0bb1384b5 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.devdocs.json b/api_docs/kbn_cypress_config.devdocs.json index c3bd5067c1666..0805114aff97a 100644 --- a/api_docs/kbn_cypress_config.devdocs.json +++ b/api_docs/kbn_cypress_config.devdocs.json @@ -55,7 +55,20 @@ ], "interfaces": [], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "@kbn/cypress-config", + "id": "def-common.SCOUT_CYPRESS_REPORTER_PATH", + "type": "string", + "tags": [], + "label": "SCOUT_CYPRESS_REPORTER_PATH", + "description": [], + "path": "src/platform/packages/shared/kbn-cypress-config/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 5111a37adf1dd..daf5a4ef54545 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; @@ -21,10 +21,13 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | +| 3 | 0 | 3 | 0 | ## Common ### Functions +### Consts, variables and types + + diff --git a/api_docs/kbn_cypress_test_helper.mdx b/api_docs/kbn_cypress_test_helper.mdx index 5e8ddd818f7b0..763b5cfad188c 100644 --- a/api_docs/kbn_cypress_test_helper.mdx +++ b/api_docs/kbn_cypress_test_helper.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-test-helper title: "@kbn/cypress-test-helper" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-test-helper plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-test-helper'] --- import kbnCypressTestHelperObj from './kbn_cypress_test_helper.devdocs.json'; diff --git a/api_docs/kbn_dashboards_selector.devdocs.json b/api_docs/kbn_dashboards_selector.devdocs.json index fd5b411245c37..fe84b4d3f041b 100644 --- a/api_docs/kbn_dashboards_selector.devdocs.json +++ b/api_docs/kbn_dashboards_selector.devdocs.json @@ -64,7 +64,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -72,7 +72,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -80,7 +80,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -88,7 +88,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -96,7 +96,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -104,7 +104,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -112,7 +112,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -120,7 +120,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", diff --git a/api_docs/kbn_dashboards_selector.mdx b/api_docs/kbn_dashboards_selector.mdx index 7b8c24aac2cad..6df65b1d0893f 100644 --- a/api_docs/kbn_dashboards_selector.mdx +++ b/api_docs/kbn_dashboards_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dashboards-selector title: "@kbn/dashboards-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dashboards-selector plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dashboards-selector'] --- import kbnDashboardsSelectorObj from './kbn_dashboards_selector.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index cb5690adf00a9..ec02918ad5428 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_grid_in_table_search.mdx b/api_docs/kbn_data_grid_in_table_search.mdx index beb29c36217f1..b8d7110874d00 100644 --- a/api_docs/kbn_data_grid_in_table_search.mdx +++ b/api_docs/kbn_data_grid_in_table_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-grid-in-table-search title: "@kbn/data-grid-in-table-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-grid-in-table-search plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-grid-in-table-search'] --- import kbnDataGridInTableSearchObj from './kbn_data_grid_in_table_search.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index 18293afb1678c..54af8862beee7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_service_server.mdx b/api_docs/kbn_data_service_server.mdx index 7f7190e49f67b..271f6ab50694b 100644 --- a/api_docs/kbn_data_service_server.mdx +++ b/api_docs/kbn_data_service_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service-server title: "@kbn/data-service-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service-server'] --- import kbnDataServiceServerObj from './kbn_data_service_server.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 9489ea5e7773d..bcbed81e61bb3 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: 2025-12-19 +date: 2026-01-07 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_streams.devdocs.json b/api_docs/kbn_data_streams.devdocs.json index 37f1315deb3d0..ecb653a64c142 100644 --- a/api_docs/kbn_data_streams.devdocs.json +++ b/api_docs/kbn_data_streams.devdocs.json @@ -12662,7 +12662,7 @@ "AggregationsAggregationContainer", "> | undefined; slice?: ", "SlicedScroll", - " | undefined; version?: undefined; size?: number | undefined; fields?: (string | ", + " | undefined; version?: undefined; size?: number | undefined; from?: number | undefined; fields?: (string | ", "QueryDslFieldAndFormat", ")[] | undefined; query?: ", "QueryDslQueryContainer", @@ -12684,7 +12684,7 @@ "AggregationsAggregationContainer", "> | undefined; collapse?: ", "SearchFieldCollapse", - " | undefined; ext?: Record | undefined; from?: number | undefined; highlight?: ", + " | undefined; ext?: Record | undefined; highlight?: ", "SearchHighlight", " | undefined; track_total_hits?: ", "SearchTrackHits", @@ -12751,9 +12751,9 @@ "label": "ClientIndexRequest", "description": [], "signature": [ - "{ id?: string | undefined; version?: number | undefined; timeout?: ", + "{ id?: string | undefined; version?: number | undefined; document?: TDocument | undefined; timeout?: ", "Duration", - " | undefined; body?: string | ({ [key: string]: any; } & { id?: undefined; index?: undefined; if_primary_term?: undefined; if_seq_no?: undefined; include_source_on_error?: undefined; op_type?: undefined; pipeline?: undefined; refresh?: undefined; routing?: undefined; timeout?: undefined; version?: undefined; version_type?: undefined; wait_for_active_shards?: undefined; require_alias?: undefined; require_data_stream?: undefined; document?: undefined; }) | undefined; querystring?: ({ [key: string]: any; } & { id?: undefined; index?: undefined; if_primary_term?: undefined; if_seq_no?: undefined; include_source_on_error?: undefined; op_type?: undefined; pipeline?: undefined; refresh?: undefined; routing?: undefined; timeout?: undefined; version?: undefined; version_type?: undefined; wait_for_active_shards?: undefined; require_alias?: undefined; require_data_stream?: undefined; document?: undefined; }) | undefined; error_trace?: boolean | undefined; filter_path?: string | string[] | undefined; human?: boolean | undefined; pretty?: boolean | undefined; routing?: string | undefined; document?: TDocument | undefined; pipeline?: string | undefined; refresh?: ", + " | undefined; body?: string | ({ [key: string]: any; } & { id?: undefined; index?: undefined; if_primary_term?: undefined; if_seq_no?: undefined; include_source_on_error?: undefined; op_type?: undefined; pipeline?: undefined; refresh?: undefined; routing?: undefined; timeout?: undefined; version?: undefined; version_type?: undefined; wait_for_active_shards?: undefined; require_alias?: undefined; require_data_stream?: undefined; document?: undefined; }) | undefined; querystring?: ({ [key: string]: any; } & { id?: undefined; index?: undefined; if_primary_term?: undefined; if_seq_no?: undefined; include_source_on_error?: undefined; op_type?: undefined; pipeline?: undefined; refresh?: undefined; routing?: undefined; timeout?: undefined; version?: undefined; version_type?: undefined; wait_for_active_shards?: undefined; require_alias?: undefined; require_data_stream?: undefined; document?: undefined; }) | undefined; error_trace?: boolean | undefined; filter_path?: string | string[] | undefined; human?: boolean | undefined; pretty?: boolean | undefined; routing?: string | undefined; pipeline?: string | undefined; refresh?: ", "Refresh", " | undefined; wait_for_active_shards?: ", "WaitForActiveShards", diff --git a/api_docs/kbn_data_streams.mdx b/api_docs/kbn_data_streams.mdx index 40c715a23a500..e3f4034b0dc80 100644 --- a/api_docs/kbn_data_streams.mdx +++ b/api_docs/kbn_data_streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-streams title: "@kbn/data-streams" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-streams plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-streams'] --- import kbnDataStreamsObj from './kbn_data_streams.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index 65e0a11641245..af380fb523e6e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_data_view_validation.mdx b/api_docs/kbn_data_view_validation.mdx index 1fe7b7a4344af..de74eadb1a7dc 100644 --- a/api_docs/kbn_data_view_validation.mdx +++ b/api_docs/kbn_data_view_validation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-validation title: "@kbn/data-view-validation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-validation plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-validation'] --- import kbnDataViewValidationObj from './kbn_data_view_validation.devdocs.json'; diff --git a/api_docs/kbn_datemath.devdocs.json b/api_docs/kbn_datemath.devdocs.json index fcf730e93d96a..06e6aa6fc34cb 100644 --- a/api_docs/kbn_datemath.devdocs.json +++ b/api_docs/kbn_datemath.devdocs.json @@ -119,7 +119,7 @@ "label": "Unit", "description": [], "signature": [ - "\"m\" | \"s\" | \"y\" | \"M\" | \"w\" | \"d\" | \"h\" | \"ms\"" + "\"m\" | \"d\" | \"y\" | \"s\" | \"M\" | \"w\" | \"h\" | \"ms\"" ], "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, @@ -200,7 +200,7 @@ "label": "UnitsMap", "description": [], "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; }; }" + "{ m: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; d: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; y: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; s: { 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; }; h: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; ms: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; }" ], "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index 785a37e696d17..a961b7c30bef4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_agent_builder.mdx b/api_docs/kbn_deeplinks_agent_builder.mdx index 9c14ef28459c3..428c9c9a9c9e1 100644 --- a/api_docs/kbn_deeplinks_agent_builder.mdx +++ b/api_docs/kbn_deeplinks_agent_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-agent-builder title: "@kbn/deeplinks-agent-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-agent-builder plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-agent-builder'] --- import kbnDeeplinksAgentBuilderObj from './kbn_deeplinks_agent_builder.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index 5c1a53ba5e079..54bf2d0106888 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_data_connectors.mdx b/api_docs/kbn_deeplinks_data_connectors.mdx index cb5a24fc7c38f..14499dfb23d1a 100644 --- a/api_docs/kbn_deeplinks_data_connectors.mdx +++ b/api_docs/kbn_deeplinks_data_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-data-connectors title: "@kbn/deeplinks-data-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-data-connectors plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-data-connectors'] --- import kbnDeeplinksDataConnectorsObj from './kbn_deeplinks_data_connectors.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 5cdd46ecfc2bd..d17b1853d1c22 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: 2025-12-19 +date: 2026-01-07 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 9cbe1e4da74f7..73f2e76051db2 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: 2025-12-19 +date: 2026-01-07 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 dc5eec8e9d76a..b2fc1191c3126 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: 2025-12-19 +date: 2026-01-07 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 8567ae00493dc..98e2e83936777 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: 2025-12-19 +date: 2026-01-07 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 6216db1524f2d..4f9a0d096473b 100644 --- a/api_docs/kbn_deeplinks_observability.devdocs.json +++ b/api_docs/kbn_deeplinks_observability.devdocs.json @@ -1541,7 +1541,7 @@ "label": "SloTabId", "description": [], "signature": [ - "\"history\" | \"alerts\" | \"overview\" | \"definition\"" + "\"definition\" | \"history\" | \"alerts\" | \"overview\"" ], "path": "src/platform/packages/shared/deeplinks/observability/locators/slo.ts", "deprecated": false, diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index cc1b76e68d963..74ed882903f32 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index 4693fd894c0ea..0ec4d1d058e2a 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: 2025-12-19 +date: 2026-01-07 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 a913cd1bb0423..d69c3c8ff35a2 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: 2025-12-19 +date: 2026-01-07 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 f6f1d7a8e03f1..dc1ddc070ad8d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_workflows.mdx b/api_docs/kbn_deeplinks_workflows.mdx index f1d5b51f1f8b0..cf19cef5f518b 100644 --- a/api_docs/kbn_deeplinks_workflows.mdx +++ b/api_docs/kbn_deeplinks_workflows.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-workflows title: "@kbn/deeplinks-workflows" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-workflows plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-workflows'] --- import kbnDeeplinksWorkflowsObj from './kbn_deeplinks_workflows.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_workplace_ai.mdx b/api_docs/kbn_deeplinks_workplace_ai.mdx index 557e3f785911e..12c3ed8e40f32 100644 --- a/api_docs/kbn_deeplinks_workplace_ai.mdx +++ b/api_docs/kbn_deeplinks_workplace_ai.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-workplace-ai title: "@kbn/deeplinks-workplace-ai" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-workplace-ai plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-workplace-ai'] --- import kbnDeeplinksWorkplaceAiObj from './kbn_deeplinks_workplace_ai.devdocs.json'; diff --git a/api_docs/kbn_default_tracer.mdx b/api_docs/kbn_default_tracer.mdx index 0d58324787af9..92d488a536104 100644 --- a/api_docs/kbn_default_tracer.mdx +++ b/api_docs/kbn_default_tracer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-tracer title: "@kbn/default-tracer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-tracer plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-tracer'] --- import kbnDefaultTracerObj from './kbn_default_tracer.devdocs.json'; diff --git a/api_docs/kbn_delete_managed_asset_callout.mdx b/api_docs/kbn_delete_managed_asset_callout.mdx index e72f539b9d61a..a4dfa55710c16 100644 --- a/api_docs/kbn_delete_managed_asset_callout.mdx +++ b/api_docs/kbn_delete_managed_asset_callout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-delete-managed-asset-callout title: "@kbn/delete-managed-asset-callout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/delete-managed-asset-callout plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/delete-managed-asset-callout'] --- import kbnDeleteManagedAssetCalloutObj from './kbn_delete_managed_asset_callout.devdocs.json'; diff --git a/api_docs/kbn_detections_response_ftr_services.devdocs.json b/api_docs/kbn_detections_response_ftr_services.devdocs.json index 2a00fe1c27798..c631d06c1b9a5 100644 --- a/api_docs/kbn_detections_response_ftr_services.devdocs.json +++ b/api_docs/kbn_detections_response_ftr_services.devdocs.json @@ -350,11 +350,11 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -394,15 +394,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -442,15 +442,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { type: \"saved_query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; saved_id: string; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { type: \"saved_query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; saved_id: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -490,15 +490,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"threshold\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"threshold\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -538,15 +538,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { type: \"threat_match\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { type: \"threat_match\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -586,15 +586,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { type: \"machine_learning\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { type: \"machine_learning\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -634,15 +634,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"new_terms\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; new_terms_fields: string[]; history_window_start: string; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"new_terms\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; new_terms_fields: string[]; history_window_start: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -682,15 +682,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"esql\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"esql\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -730,15 +730,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; }, namespace?: string | undefined) => Promise<{ id: string; type: \"eql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; }, namespace?: string | undefined) => Promise<{ id: string; type: \"eql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"eql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"eql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -778,15 +778,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -826,15 +826,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"saved_query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"saved_query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; saved_id: string; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; saved_id: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -874,15 +874,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"threshold\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"threshold\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -922,15 +922,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"threat_match\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"threat_match\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -970,15 +970,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { id: string; type: \"machine_learning\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { id: string; type: \"machine_learning\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1018,15 +1018,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"new_terms\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"new_terms\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; new_terms_fields: string[]; history_window_start: string; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; new_terms_fields: string[]; history_window_start: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1066,15 +1066,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"esql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"esql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"esql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1174,11 +1174,11 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1218,15 +1218,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1266,15 +1266,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { type: \"saved_query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; saved_id: string; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { type: \"saved_query\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; saved_id: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1314,15 +1314,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"threshold\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"threshold\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1362,15 +1362,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { type: \"threat_match\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { type: \"threat_match\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1410,15 +1410,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { type: \"machine_learning\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { type: \"machine_learning\"; name: string; description: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1458,15 +1458,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"new_terms\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; new_terms_fields: string[]; history_window_start: string; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"new_terms\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; new_terms_fields: string[]; history_window_start: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1506,15 +1506,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"esql\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; meta?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { type: \"esql\"; name: string; description: string; query: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; interval?: string | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1554,7 +1554,7 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; }" + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; }" ], "path": "x-pack/solutions/security/test/security_solution_api_integration/config/services/detections_response/rules/create_rule.ts", "deprecated": false, @@ -1852,15 +1852,15 @@ "signature": [ "(supertest: ", "Agent", - ", ruleId: string) => Promise<{ id: string; type: \"eql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", ruleId: string) => Promise<{ id: string; type: \"eql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"eql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"eql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; tiebreaker_field?: string | undefined; timestamp_field?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1900,15 +1900,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; event_category_override?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1948,15 +1948,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"saved_query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"saved_query\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; saved_id: string; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; saved_id: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -1996,15 +1996,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"threshold\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"threshold\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threshold: { value: number; field: string | string[]; cardinality?: { value: number; field: string; }[] | undefined; }; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2044,15 +2044,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"threat_match\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { duration: { value: number; unit: \"m\" | \"s\" | \"h\"; }; } | undefined; saved_id?: string | undefined; } | { id: string; type: \"threat_match\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; threat_query: string; threat_mapping: { entries: { value: string; type: \"mapping\"; field: string; negate?: boolean | undefined; }[]; }[]; threat_index: string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2092,15 +2092,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { id: string; type: \"machine_learning\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; threat_filters?: unknown[] | undefined; threat_indicator_path?: string | undefined; threat_language?: \"kuery\" | \"lucene\" | undefined; concurrent_searches?: number | undefined; items_per_search?: number | undefined; } | { id: string; type: \"machine_learning\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; anomaly_threshold: number; machine_learning_job_id: string | string[]; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2140,15 +2140,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"new_terms\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"new_terms\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; new_terms_fields: string[]; history_window_start: string; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"kuery\" | \"lucene\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; new_terms_fields: string[]; history_window_start: string; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2188,15 +2188,15 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"esql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; execution_summary?: { last_execution: { message: string; date: string; status: \"running\" | \"succeeded\" | \"failed\" | \"going to run\" | \"partial failure\"; metrics: { total_search_duration_ms?: number | undefined; total_indexing_duration_ms?: number | undefined; gap_range?: { gte: string; lte: string; } | undefined; execution_gap_duration_s?: number | undefined; frozen_indices_queried_count?: number | undefined; total_enrichment_duration_ms?: number | undefined; }; status_order: number; }; } | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; } | { id: string; type: \"esql\"; name: string; version: number; enabled: boolean; tags: string[]; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[]; setup: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; from: string; to: string; language: \"esql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[]; severity_mapping: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", + ", \"strip\"> | undefined; }[]; setup: string; from: string; to: string; description: string; revision: number; query: string; interval: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; risk_score: number; language: \"esql\"; created_at: string; created_by: string; updated_at: string; updated_by: string; references: string[]; author: string[]; rule_id: string; immutable: boolean; threat: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[]; risk_score_mapping: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[]; severity_mapping: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[]; exceptions_list: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[]; false_positives: string[]; max_signals: number; related_integrations: { version: string; package: string; integration?: string | undefined; }[]; required_fields: { type: string; name: string; ecs: boolean; }[]; rule_source: { type: \"external\"; is_customized: boolean; has_base_version: boolean; customized_fields: { field_name: string; }[]; } | { type: \"internal\"; }; meta?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; note?: string | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; license?: string | undefined; note?: string | undefined; throttle?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; rule_name_override?: string | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2571,11 +2571,11 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2615,7 +2615,7 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; }" + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; }" ], "path": "x-pack/solutions/security/test/security_solution_api_integration/config/services/detections_response/rules/get_rule_for_alert_testing.ts", "deprecated": false, @@ -2723,11 +2723,11 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: ", + ", \"strip\"> | undefined; namespace?: string | undefined; index?: string[] | undefined; license?: string | undefined; version?: number | undefined; enabled?: boolean | undefined; tags?: string[] | undefined; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; group?: string | undefined; uuid?: string | undefined; alerts_filter?: ", "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", + ", \"strip\"> | undefined; }[] | undefined; setup?: string | undefined; from?: string | undefined; to?: string | undefined; note?: string | undefined; throttle?: string | undefined; query?: string | undefined; outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; alias_target_id?: string | undefined; alias_purpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; filters?: unknown[] | undefined; interval?: string | undefined; language?: \"kuery\" | \"lucene\" | undefined; references?: string[] | undefined; author?: string[] | undefined; rule_id?: string | undefined; rule_name_override?: string | undefined; threat?: { framework: string; tactic: { id: string; name: string; reference: string; }; technique?: { id: string; name: string; reference: string; subtechnique?: { id: string; name: string; reference: string; }[] | undefined; }[] | undefined; }[] | undefined; timestamp_override?: string | undefined; timestamp_override_fallback_disabled?: boolean | undefined; timeline_id?: string | undefined; timeline_title?: string | undefined; building_block_type?: string | undefined; output_index?: string | undefined; investigation_fields?: { field_names: string[]; } | undefined; response_actions?: ({ params: { query?: string | undefined; timeout?: number | undefined; queries?: { id: string; query: string; snapshot?: boolean | undefined; version?: string | undefined; platform?: string | undefined; ecs_mapping?: ", "objectOutputType", "<{}, ", "ZodObject", @@ -2767,7 +2767,7 @@ "ZodString", ", \"many\">]>>; }, \"strip\", ", "ZodTypeAny", - ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; field: string; operator: \"equals\"; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; operator: \"equals\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; }" + ", { value?: string | string[] | undefined; field?: string | undefined; }, { value?: string | string[] | undefined; field?: string | undefined; }>, \"strip\"> | undefined; saved_query_id?: string | undefined; pack_id?: string | undefined; }; action_type_id: \".osquery\"; } | { params: { command: \"isolate\"; comment?: string | undefined; } | { config: { field: string; overwrite: boolean; }; command: \"kill-process\" | \"suspend-process\"; comment?: string | undefined; }; action_type_id: \".endpoint\"; })[] | undefined; risk_score_mapping?: { value: string; operator: \"equals\"; field: string; risk_score?: number | undefined; }[] | undefined; severity_mapping?: { value: string; operator: \"equals\"; field: string; severity: \"medium\" | \"high\" | \"low\" | \"critical\"; }[] | undefined; exceptions_list?: { id: string; type: \"endpoint\" | \"detection\" | \"rule_default\" | \"endpoint_trusted_devices\" | \"endpoint_trusted_apps\" | \"endpoint_events\" | \"endpoint_host_isolation_exceptions\" | \"endpoint_blocklists\"; list_id: string; namespace_type: \"single\" | \"agnostic\"; }[] | undefined; false_positives?: string[] | undefined; max_signals?: number | undefined; related_integrations?: { version: string; package: string; integration?: string | undefined; }[] | undefined; required_fields?: { type: string; name: string; }[] | undefined; data_view_id?: string | undefined; alert_suppression?: { group_by: string[]; duration?: { value: number; unit: \"m\" | \"s\" | \"h\"; } | undefined; missing_fields_strategy?: \"doNotSuppress\" | \"suppress\" | undefined; } | undefined; saved_id?: string | undefined; }" ], "path": "x-pack/solutions/security/test/security_solution_api_integration/config/services/detections_response/rules/get_rule_for_alert_testing.ts", "deprecated": false, diff --git a/api_docs/kbn_detections_response_ftr_services.mdx b/api_docs/kbn_detections_response_ftr_services.mdx index 68b934690fcfc..64fd72fae9b7a 100644 --- a/api_docs/kbn_detections_response_ftr_services.mdx +++ b/api_docs/kbn_detections_response_ftr_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-detections-response-ftr-services title: "@kbn/detections-response-ftr-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/detections-response-ftr-services plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/detections-response-ftr-services'] --- import kbnDetectionsResponseFtrServicesObj from './kbn_detections_response_ftr_services.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index df8d14fdd379b..db10bafdbec10 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: 2025-12-19 +date: 2026-01-07 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 27779770028d6..617286ac8ab46 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: 2025-12-19 +date: 2026-01-07 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 99730187f2d94..72eb254e5a235 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: 2025-12-19 +date: 2026-01-07 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 a9b260234a584..922fc6ddb5600 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_developer_toolbar.mdx b/api_docs/kbn_developer_toolbar.mdx index 0d6c5c3fbf466..62103dc8eb332 100644 --- a/api_docs/kbn_developer_toolbar.mdx +++ b/api_docs/kbn_developer_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-developer-toolbar title: "@kbn/developer-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/developer-toolbar plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/developer-toolbar'] --- import kbnDeveloperToolbarObj from './kbn_developer_toolbar.devdocs.json'; diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index b0cd744f6dbc1..04fe3ecd80650 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: 2025-12-19 +date: 2026-01-07 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 d7ccc16a3f79e..f1c6f01ace244 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -871,7 +871,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -1101,49 +1101,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/discover-utils", - "id": "def-common.createMetricsContextService", - "type": "Function", - "tags": [], - "label": "createMetricsContextService", - "description": [], - "signature": [ - "({ metricsExperience, }: ", - "MetricsContextServiceDeps", - ") => Promise<", - { - "pluginId": "@kbn/discover-utils", - "scope": "common", - "docId": "kibKbnDiscoverUtilsPluginApi", - "section": "def-common.MetricsContextService", - "text": "MetricsContextService" - }, - ">" - ], - "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/metrics/metrics_context_service.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/discover-utils", - "id": "def-common.createMetricsContextService.$1", - "type": "Object", - "tags": [], - "label": "{\n metricsExperience,\n}", - "description": [], - "signature": [ - "MetricsContextServiceDeps" - ], - "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/metrics/metrics_context_service.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/discover-utils", "id": "def-common.createStacktraceControl", @@ -2344,7 +2301,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -3344,7 +3301,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -5336,38 +5293,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/discover-utils", - "id": "def-common.MetricsContextService", - "type": "Interface", - "tags": [], - "label": "MetricsContextService", - "description": [], - "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/metrics/metrics_context_service.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/discover-utils", - "id": "def-common.MetricsContextService.getMetricsExperienceClient", - "type": "Function", - "tags": [], - "label": "getMetricsExperienceClient", - "description": [], - "signature": [ - "() => { getFields: (params: { index?: string | undefined; page?: number | undefined; size?: number | undefined; fields?: string | string[] | undefined; from?: string | undefined; to?: string | undefined; }, signal?: AbortSignal | null | undefined) => Promise<{ fields: ", - "MetricField", - "[]; total: number; page: number; }>; } | undefined" - ], - "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/metrics/metrics_context_service.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/discover-utils", "id": "def-common.OtelExceptionLogFields", @@ -5540,7 +5465,7 @@ "label": "color", "description": [], "signature": [ - "\"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined" + "\"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined" ], "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index 62e02bf0dac41..dac86c151f713 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 462 | 0 | 400 | 8 | +| 458 | 0 | 396 | 7 | ## Common diff --git a/api_docs/kbn_dissect_heuristics.mdx b/api_docs/kbn_dissect_heuristics.mdx index 7f8d4c9cceee5..d76d00d69edaf 100644 --- a/api_docs/kbn_dissect_heuristics.mdx +++ b/api_docs/kbn_dissect_heuristics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dissect-heuristics title: "@kbn/dissect-heuristics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dissect-heuristics plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dissect-heuristics'] --- import kbnDissectHeuristicsObj from './kbn_dissect_heuristics.devdocs.json'; diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 880e7b099bfda..62f0468e2b7d0 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 43bd5d694a1c5..5fefe580f4289 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: 2025-12-19 +date: 2026-01-07 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 28dc9032c17fe..93a740c12c009 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_ebt_tools.mdx index b0f1228752c14..5775f50f36d65 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: 2025-12-19 +date: 2026-01-07 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 40b2ec6aae317..d2485da56fa4d 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: 2025-12-19 +date: 2026-01-07 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_edot_collector.mdx b/api_docs/kbn_edot_collector.mdx index 6e1f94a7fe353..e094386c92c4e 100644 --- a/api_docs/kbn_edot_collector.mdx +++ b/api_docs/kbn_edot_collector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-edot-collector title: "@kbn/edot-collector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/edot-collector plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/edot-collector'] --- import kbnEdotCollectorObj from './kbn_edot_collector.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index ce02d2f841f94..f599876f70e59 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: 2025-12-19 +date: 2026-01-07 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 6a9ad567e35cf..f4e3a8a37d191 100644 --- a/api_docs/kbn_elastic_assistant.devdocs.json +++ b/api_docs/kbn_elastic_assistant.devdocs.json @@ -328,7 +328,7 @@ "signature": [ "(http: ", "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?: ", + ", prompts: { create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }, toasts?: ", "IToasts", " | undefined) => Promise<{ attributes: { results: { skipped: { id: string; skip_reason: \"PROMPT_FIELD_NOT_MODIFIED\"; name?: string | undefined; }[]; 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; }[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: 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; } | { success: false; }>" ], @@ -359,7 +359,7 @@ "label": "prompts", "description": [], "signature": [ - "{ 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; }" + "{ create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/bulk_update_prompts.ts", "deprecated": false, @@ -2323,7 +2323,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -2754,7 +2754,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -2858,7 +2858,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -3480,7 +3480,7 @@ "\nThis interface is used to pass a default or base set of contexts to the Elastic AI Assistant when\ninitializing it. This is used to provide 'category' options when users create Quick Prompts.\nAlso, useful for collating all of a solutions' prompts in one place.\n\ne.g. see Security Solution's x-pack/solutions/security/plugins/security_solution/public/assistant/prompt_contexts/index.tsx" ], "signature": [ - "{ description: string; category: string; tooltip: React.ReactNode; replacements?: ", + "{ tooltip: React.ReactNode; description: string; category: string; replacements?: ", "objectOutputType", "<{}, ", "ZodString", diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 2570b1fdd20ee..34655cec0f1a6 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_common.devdocs.json b/api_docs/kbn_elastic_assistant_common.devdocs.json index 29689c6a079ee..a7b3375cda199 100644 --- a/api_docs/kbn_elastic_assistant_common.devdocs.json +++ b/api_docs/kbn_elastic_assistant_common.devdocs.json @@ -577,7 +577,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -688,7 +688,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -797,7 +797,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -901,7 +901,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -1012,7 +1012,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -1116,7 +1116,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -2937,7 +2937,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -2949,7 +2949,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_from_api/index.ts", "deprecated": false, @@ -2975,7 +2975,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_from_api/index.ts", "deprecated": false, @@ -3006,7 +3006,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -3018,7 +3018,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_to_api/index.ts", "deprecated": false, @@ -3044,7 +3044,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_to_api/index.ts", "deprecated": false, @@ -3799,7 +3799,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -3900,7 +3900,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -4035,7 +4035,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -4467,7 +4467,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, @@ -4532,7 +4532,7 @@ "\nAn attack discovery schedule execution information" ], "signature": [ - "{ date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }" + "{ date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, @@ -4549,7 +4549,7 @@ "\nAn attack discovery schedule execution status" ], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, @@ -4671,7 +4671,7 @@ "label": "AttackDiscoveryFindRequestQuery", "description": [], "signature": [ - "{ per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; search?: string | undefined; start?: string | undefined; end?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }" + "{ per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; search?: string | undefined; start?: string | undefined; end?: string | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; ids?: string[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, @@ -4743,7 +4743,7 @@ "label": "AttackDiscoveryResponse", "description": [], "signature": [ - "{ id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", + "{ id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", "objectOutputType", "<{}, ", "ZodString", @@ -4776,7 +4776,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules.gen.ts", "deprecated": false, @@ -4841,7 +4841,7 @@ "\nAn attack discovery schedule execution information" ], "signature": [ - "{ date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }" + "{ date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules.gen.ts", "deprecated": false, @@ -4858,7 +4858,7 @@ "\nAn attack discovery schedule execution status" ], "signature": [ - "\"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"" + "\"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules.gen.ts", "deprecated": false, @@ -5490,7 +5490,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -5606,7 +5606,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -5711,7 +5711,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -5848,7 +5848,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -5938,7 +5938,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6043,7 +6043,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6133,7 +6133,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6238,7 +6238,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6315,7 +6315,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -6416,7 +6416,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6521,7 +6521,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -6626,7 +6626,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6645,7 +6645,7 @@ "label": "CreateKnowledgeBaseEntryRequestBody", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -6660,7 +6660,7 @@ "label": "CreateKnowledgeBaseEntryRequestBodyInput", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -6675,7 +6675,7 @@ "label": "CreateKnowledgeBaseEntryResponse", "description": [], "signature": [ - "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -6942,7 +6942,7 @@ "label": "DefendInsightGetResponse", "description": [], "signature": [ - "{ data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + "{ data?: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -6986,7 +6986,7 @@ "label": "DefendInsightsGetRequestQuery", "description": [], "signature": [ - "{ type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; ids?: string[] | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; connector_id?: string | undefined; endpoint_ids?: string[] | undefined; }" + "{ type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; ids?: string[] | undefined; connector_id?: string | undefined; endpoint_ids?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/defend_insights/get_defend_insights_route.gen.ts", "deprecated": false, @@ -7001,7 +7001,7 @@ "label": "DefendInsightsGetRequestQueryInput", "description": [], "signature": [ - "{ type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; ids?: unknown; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; connector_id?: string | undefined; endpoint_ids?: unknown; }" + "{ type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; ids?: unknown; connector_id?: string | undefined; endpoint_ids?: unknown; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/defend_insights/get_defend_insights_route.gen.ts", "deprecated": false, @@ -7016,7 +7016,7 @@ "label": "DefendInsightsGetResponse", "description": [], "signature": [ - "{ data: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + "{ data: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -7077,7 +7077,7 @@ "label": "DefendInsightsPostResponse", "description": [], "signature": [ - "{ id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + "{ id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -7100,7 +7100,7 @@ "label": "DefendInsightsResponse", "description": [], "signature": [ - "{ id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + "{ id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -7424,7 +7424,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -8210,7 +8210,7 @@ "label": "ExecuteConnectorResponse", "description": [], "signature": [ - "{ data: string; status: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }" + "{ status: string; data: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/actions_connector/post_actions_connector_execute_route.gen.ts", "deprecated": false, @@ -8375,7 +8375,7 @@ "label": "FindAttackDiscoveryAlertsParams", "description": [], "signature": [ - "{ page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }" + "{ page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; status?: string[] | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, @@ -8417,7 +8417,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -8548,7 +8548,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -8629,7 +8629,7 @@ "label": "FindKnowledgeBaseEntriesResponse", "description": [], "signature": [ - "{ page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }" + "{ page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/find_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -8938,7 +8938,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -9015,7 +9015,7 @@ "label": "IndexEntry", "description": [], "signature": [ - "{ id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9030,7 +9030,7 @@ "label": "IndexEntryCreateFields", "description": [], "signature": [ - "{ type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9060,7 +9060,7 @@ "label": "IndexEntryRequiredFields", "description": [], "signature": [ - "{ type: \"index\"; index: string; field: string; description: string; queryDescription: string; }" + "{ type: \"index\"; index: string; description: string; field: string; queryDescription: string; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9075,7 +9075,7 @@ "label": "IndexEntryResponseFields", "description": [], "signature": [ - "{ type: \"index\"; index: string; field: string; description: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ type: \"index\"; index: string; description: string; field: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9105,7 +9105,7 @@ "label": "IndexEntryUpdateFields", "description": [], "signature": [ - "{ id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9271,7 +9271,7 @@ "\nUnion of the interrupt values" ], "signature": [ - "{ type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; }" + "{ type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -9333,7 +9333,7 @@ "label": "KnowledgeBaseEntryBulkCrudActionResponse", "description": [], "signature": [ - "{ attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }" + "{ attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -9348,7 +9348,7 @@ "label": "KnowledgeBaseEntryBulkCrudActionResults", "description": [], "signature": [ - "{ skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }" + "{ skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -9395,7 +9395,7 @@ "label": "KnowledgeBaseEntryCreateProps", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9455,7 +9455,7 @@ "label": "KnowledgeBaseEntryResponse", "description": [], "signature": [ - "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9470,7 +9470,7 @@ "label": "KnowledgeBaseEntryUpdateProps", "description": [], "signature": [ - "{ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9485,7 +9485,7 @@ "label": "KnowledgeBaseEntryUpdateRouteProps", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -9680,7 +9680,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -9800,7 +9800,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }" + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -10157,7 +10157,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -10247,7 +10247,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -10352,7 +10352,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -10442,7 +10442,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -10547,7 +10547,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -10637,7 +10637,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -10656,7 +10656,7 @@ "label": "PerformKnowledgeBaseEntryBulkActionRequestBody", "description": [], "signature": [ - "{ create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" + "{ create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -10671,7 +10671,7 @@ "label": "PerformKnowledgeBaseEntryBulkActionRequestBodyInput", "description": [], "signature": [ - "{ create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" + "{ create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -10686,7 +10686,7 @@ "label": "PerformKnowledgeBaseEntryBulkActionResponse", "description": [], "signature": [ - "{ attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }" + "{ attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -10701,7 +10701,7 @@ "label": "PerformPromptsBulkActionRequestBody", "description": [], "signature": [ - "{ 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; }" + "{ create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/prompts/bulk_crud_prompts_route.gen.ts", "deprecated": false, @@ -10716,7 +10716,7 @@ "label": "PerformPromptsBulkActionRequestBodyInput", "description": [], "signature": [ - "{ 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; }" + "{ create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/prompts/bulk_crud_prompts_route.gen.ts", "deprecated": false, @@ -11145,7 +11145,7 @@ "label": "PromptUpdateProps", "description": [], "signature": [ - "{ id: string; consumer?: string | undefined; content?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }" + "{ id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/prompts/bulk_crud_prompts_route.gen.ts", "deprecated": false, @@ -11323,7 +11323,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -11387,7 +11387,7 @@ "label": "ReadKnowledgeBaseEntryResponse", "description": [], "signature": [ - "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -11549,7 +11549,7 @@ "\nA request approval interrupt" ], "signature": [ - "{ interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }" + "{ interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -11566,7 +11566,7 @@ "\nA request approval option" ], "signature": [ - "{ value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }" + "{ value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -11600,7 +11600,7 @@ "\nInterrupt that requests user to select one of the provided options" ], "signature": [ - "{ type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }" + "{ type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -11795,7 +11795,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -11896,7 +11896,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -12001,7 +12001,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -12136,7 +12136,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -12155,7 +12155,7 @@ "label": "UpdateKnowledgeBaseEntryRequestBody", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -12170,7 +12170,7 @@ "label": "UpdateKnowledgeBaseEntryRequestBodyInput", "description": [], "signature": [ - "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -12215,7 +12215,7 @@ "label": "UpdateKnowledgeBaseEntryResponse", "description": [], "signature": [ - "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" + "{ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -13517,7 +13517,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -13851,9 +13855,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -13977,7 +13981,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -14059,7 +14063,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -14143,7 +14147,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -14229,7 +14233,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -14317,7 +14321,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -14403,7 +14407,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -14519,7 +14523,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -14853,9 +14861,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -14979,7 +14987,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -15061,7 +15069,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -15145,7 +15153,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -15231,7 +15239,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -15351,7 +15359,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -15441,7 +15449,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -16053,7 +16061,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -16067,7 +16075,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -16079,7 +16087,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, @@ -16471,7 +16479,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>" + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, @@ -17235,7 +17243,7 @@ "ZodOptional", ">; }, \"strip\", ", "ZodTypeAny", - ", { per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; search?: string | undefined; start?: string | undefined; end?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }, { search?: string | undefined; per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; connector_names?: unknown; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }>" + ", { per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; search?: string | undefined; start?: string | undefined; end?: string | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; ids?: string[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }, { search?: string | undefined; per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; status?: unknown; ids?: unknown; alert_ids?: unknown; connector_names?: unknown; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, @@ -17721,11 +17729,11 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", + ", { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", + ", \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: ", "objectInputType", "<{}, ", "ZodString", @@ -17983,7 +17991,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -17997,7 +18005,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -18009,7 +18017,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ", \"strip\"> | undefined; uuid?: string | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules.gen.ts", "deprecated": false, @@ -18401,7 +18409,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>" + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules.gen.ts", "deprecated": false, @@ -20070,7 +20078,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -20404,9 +20416,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -20530,7 +20542,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -20612,7 +20624,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -20696,7 +20708,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -20782,7 +20794,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -20914,7 +20926,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -21004,7 +21016,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -21060,7 +21072,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -21394,9 +21410,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -21520,7 +21536,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -21602,7 +21618,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -21686,7 +21702,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -21772,7 +21788,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -21860,7 +21876,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -21946,7 +21962,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -22040,7 +22056,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -22374,9 +22394,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -22500,7 +22520,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -22582,7 +22602,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -22666,7 +22686,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -22752,7 +22772,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -22872,7 +22892,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -22962,7 +22982,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -23122,7 +23142,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -23456,9 +23480,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -23582,7 +23606,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -23664,7 +23688,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -23748,7 +23772,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -23834,7 +23858,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -23954,7 +23978,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -24044,7 +24068,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -24126,7 +24150,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -24460,9 +24488,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -24586,7 +24614,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -24668,7 +24696,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -24752,7 +24780,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -24838,7 +24866,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -24958,7 +24986,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -25048,7 +25076,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -25158,7 +25186,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -25248,7 +25276,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -25338,7 +25366,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -25428,7 +25456,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -25560,7 +25588,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -25650,7 +25678,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -25740,7 +25768,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -25830,7 +25858,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -25922,7 +25950,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -26012,7 +26040,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -26102,7 +26130,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -26192,7 +26220,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -26290,7 +26318,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -26624,9 +26656,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -26750,7 +26782,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -26832,7 +26864,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -26916,7 +26948,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -27002,7 +27034,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -27122,7 +27154,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -27212,7 +27244,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -27294,7 +27326,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -27628,9 +27664,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -27754,7 +27790,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -27836,7 +27872,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -27920,7 +27956,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -28006,7 +28042,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -28126,7 +28162,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -28216,7 +28252,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -28326,7 +28362,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -28416,7 +28452,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -28506,7 +28542,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -28596,7 +28632,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -28642,7 +28678,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -28976,9 +29016,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -29102,7 +29142,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -29184,7 +29224,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -29268,7 +29308,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -29354,7 +29394,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -29502,7 +29542,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -29592,7 +29632,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -30228,7 +30268,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -30242,7 +30282,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -30254,7 +30294,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -30294,7 +30334,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -30628,9 +30672,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -30754,7 +30798,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -30836,7 +30880,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -30920,7 +30964,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -31006,7 +31050,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -31138,7 +31182,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -31228,7 +31272,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -31322,7 +31366,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -31656,9 +31704,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -31782,7 +31830,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -31864,7 +31912,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -31948,7 +31996,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -32034,7 +32082,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -32154,7 +32202,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -32244,7 +32292,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -32386,7 +32434,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -32536,7 +32584,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -33043,7 +33091,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33051,7 +33099,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -33061,7 +33109,7 @@ "ZodString", ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }>>>; }, \"strip\", ", "ZodTypeAny", - ", { data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { data?: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33069,7 +33117,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; } | null | undefined; }, { data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; } | null | undefined; }, { data?: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -33191,7 +33239,7 @@ "ZodNumber", ">; }, \"strip\", ", "ZodTypeAny", - ", { type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; ids?: string[] | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; connector_id?: string | undefined; endpoint_ids?: string[] | undefined; }, { type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; ids?: unknown; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; connector_id?: string | undefined; endpoint_ids?: unknown; }>" + ", { type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; ids?: string[] | undefined; connector_id?: string | undefined; endpoint_ids?: string[] | undefined; }, { type?: \"incompatible_antivirus\" | \"noisy_process_tree\" | \"policy_response_failure\" | undefined; size?: number | undefined; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; ids?: unknown; connector_id?: string | undefined; endpoint_ids?: unknown; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/defend_insights/get_defend_insights_route.gen.ts", "deprecated": false, @@ -33355,7 +33403,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33363,7 +33411,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -33373,7 +33421,7 @@ "ZodString", ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { data: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { data: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33381,7 +33429,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }[]; }, { data: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }[]; }, { data: { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -33677,7 +33725,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33685,7 +33733,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -33853,7 +33901,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -33861,7 +33909,7 @@ "objectOutputType", "<{}, ", "ZodString", - ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", + ", \"strip\"> | undefined; eventsContextCount?: number | undefined; }, { id: string; namespace: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | 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\" | \"policy_response_failure\"; insights: { group: string; events?: { id: string; value: string; endpointId: string; }[] | undefined; remediation?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -34445,7 +34493,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -34779,9 +34831,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -34905,7 +34957,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -34987,7 +35039,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -35071,7 +35123,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -35157,7 +35209,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -35277,7 +35329,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -35367,7 +35419,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -36141,7 +36193,7 @@ "ZodTypeAny", ", { transactionId?: string | undefined; traceId?: string | undefined; }, { transactionId?: string | undefined; traceId?: string | undefined; }>>; }, \"strip\", ", "ZodTypeAny", - ", { data: string; status: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }, { data: string; status: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }>" + ", { status: string; data: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }, { status: string; data: string; connector_id: string; trace_data?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/actions_connector/post_actions_connector_execute_route.gen.ts", "deprecated": false, @@ -36671,7 +36723,7 @@ "ZodBoolean", "; }, \"strip\", ", "ZodTypeAny", - ", { page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }, { enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }>" + ", { page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; status?: string[] | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }, { enableFieldRendering: boolean; withReplacements: boolean; search?: string | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; executionUuid?: string | undefined; status?: string[] | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, @@ -36971,7 +37023,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -36985,7 +37037,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -36997,7 +37049,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", ", { per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -37011,7 +37063,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }, { per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }, { per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -37023,7 +37075,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }>" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -37177,7 +37229,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -37511,9 +37567,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -37637,7 +37693,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -37719,7 +37775,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -37803,7 +37859,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -37889,7 +37945,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -38009,7 +38065,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -38099,7 +38155,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -38191,7 +38247,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -38281,7 +38337,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -38526,9 +38582,9 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; }, \"strip\", ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }, { page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }>" + ", { page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }, { page: number; data: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; perPage: number; total: number; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/find_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -39454,7 +39510,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -39468,7 +39524,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -39480,7 +39536,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -39692,7 +39748,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -39766,7 +39822,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -39832,7 +39888,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; index: string; field: string; description: string; queryDescription: string; }, { type: \"index\"; index: string; field: string; description: string; queryDescription: string; }>" + ", { type: \"index\"; index: string; description: string; field: string; queryDescription: string; }, { type: \"index\"; index: string; description: string; field: string; queryDescription: string; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -39880,7 +39936,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; index: string; field: string; description: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; index: string; field: string; description: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" + ", { type: \"index\"; index: string; description: string; field: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; index: string; description: string; field: string; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -39974,7 +40030,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" + ", { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -40207,9 +40263,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -40473,7 +40529,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", "ZodArray", "<", "ZodDiscriminatedUnion", @@ -40611,7 +40667,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", "ZodArray", "<", "ZodString", @@ -40631,7 +40687,7 @@ "ZodTypeAny", ", { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }, { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>; summary: ", + ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>; summary: ", "ZodObject", "<{ failed: ", "ZodNumber", @@ -40673,9 +40729,9 @@ "ZodTypeAny", ", { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }, { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }>, \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }, { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }>; }, \"strip\", ", + ", { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }, { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }>; }, \"strip\", ", "ZodTypeAny", - ", { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }, { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }>" + ", { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }, { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -40829,7 +40885,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", "ZodArray", "<", "ZodDiscriminatedUnion", @@ -40967,7 +41023,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", "ZodArray", "<", "ZodString", @@ -40987,7 +41043,7 @@ "ZodTypeAny", ", { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }, { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>" + ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -41177,7 +41233,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -41397,7 +41453,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -41543,7 +41599,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -41681,7 +41737,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, @@ -41834,7 +41890,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -42168,9 +42228,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -42294,7 +42354,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -42376,7 +42436,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -42460,7 +42520,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -42546,7 +42606,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -42870,9 +42930,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -42996,7 +43056,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -43078,7 +43138,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>" + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -44041,7 +44101,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -44375,9 +44439,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -44501,7 +44565,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -44583,7 +44647,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -44667,7 +44731,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -44753,7 +44817,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -44885,7 +44949,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -44975,7 +45039,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -45011,7 +45075,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -45345,9 +45413,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -45471,7 +45539,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -45553,7 +45621,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -45637,7 +45705,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -45723,7 +45791,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -45871,7 +45939,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -45961,7 +46029,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -46053,7 +46121,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -46143,7 +46211,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -46233,7 +46301,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -46323,7 +46391,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -46441,7 +46509,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -46775,9 +46847,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -46901,7 +46973,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -46983,7 +47055,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -47067,7 +47139,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -47153,7 +47225,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -47273,7 +47345,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -47363,7 +47435,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -47445,7 +47517,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -47779,9 +47855,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -47905,7 +47981,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -47987,7 +48063,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -48071,7 +48147,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -48157,7 +48233,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -48277,7 +48353,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -48367,7 +48443,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -48477,7 +48553,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -48567,7 +48643,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -48657,7 +48733,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -48747,7 +48823,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -48879,7 +48955,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -48969,7 +49045,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -49059,7 +49135,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -49149,7 +49225,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -49241,7 +49317,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -49331,7 +49407,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -49421,7 +49497,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -49511,7 +49587,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -49675,7 +49751,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">>; update: ", + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">>; update: ", "ZodOptional", "<", "ZodArray", @@ -49811,9 +49887,9 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">>; }, \"strip\", ", + ", { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }, { create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }>" + ", { create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }, { create?: ({ source: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; update?: ({ source: string; id: string; type: \"document\"; name: string; text: string; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; namespace?: string | undefined; global?: boolean | undefined; required?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -49987,7 +50063,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; created: ", "ZodArray", "<", "ZodDiscriminatedUnion", @@ -50125,7 +50201,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>, \"many\">; deleted: ", "ZodArray", "<", "ZodString", @@ -50145,7 +50221,7 @@ "ZodTypeAny", ", { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }, { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>; summary: ", + ", { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }, { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }>; summary: ", "ZodObject", "<{ failed: ", "ZodNumber", @@ -50187,9 +50263,9 @@ "ZodTypeAny", ", { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }, { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }>, \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }, { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }>; }, \"strip\", ", + ", { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }, { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }>; }, \"strip\", ", "ZodTypeAny", - ", { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }, { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }>" + ", { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }, { attributes: { results: { skipped: { id: string; skip_reason: \"KNOWLEDGE_BASE_ENTRY_NOT_MODIFIED\"; name?: string | undefined; }[]; created: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; updated: ({ source: string; id: string; type: \"document\"; namespace: string; name: string; text: string; global: boolean; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; kbResource: \"user\" | \"security_labs\" | \"defend_insights\"; required?: boolean | undefined; vector?: { tokens: {} & { [k: string]: number; }; modelId: string; } | undefined; } | { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; })[]; deleted: string[]; }; summary: { skipped: number; total: number; succeeded: number; failed: number; }; errors?: { message: string; statusCode: number; knowledgeBaseEntries: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; statusCode?: number | undefined; knowledgeBaseEntriesCount?: number | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/bulk_crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -50293,9 +50369,9 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; consumer?: string | undefined; content?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }, { id: string; consumer?: string | undefined; content?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }>, \"many\">>; }, \"strip\", ", + ", { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }, { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }>, \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { 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; }, { 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; }>" + ", { create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }, { create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/prompts/bulk_crud_prompts_route.gen.ts", "deprecated": false, @@ -52028,7 +52104,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { id: string; consumer?: string | undefined; content?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }, { id: string; consumer?: string | undefined; content?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }>" + ", { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }, { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/prompts/bulk_crud_prompts_route.gen.ts", "deprecated": false, @@ -52171,7 +52247,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -52505,9 +52585,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -52631,7 +52711,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -52713,7 +52793,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -52797,7 +52877,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -52883,7 +52963,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -53003,7 +53083,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -53093,7 +53173,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -53295,7 +53375,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -53545,9 +53625,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>; resumeValue: ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>; resumeValue: ", "ZodObject", "<{} & { type: ", "ZodLiteral", @@ -53557,7 +53637,7 @@ "ZodTypeAny", ", { value: string; type: \"SELECT_OPTION\"; }, { value: string; type: \"SELECT_OPTION\"; }>; }, \"strip\", ", "ZodTypeAny", - ", { interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }, { interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }>" + ", { interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }, { interruptValue: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }; resumeValue: { value: string; type: \"SELECT_OPTION\"; }; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -53583,7 +53663,7 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>" + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -53645,9 +53725,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>" + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/common_attributes.gen.ts", "deprecated": false, @@ -54356,7 +54436,7 @@ "ZodString", ">; }, \"strip\", ", "ZodTypeAny", - ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", + ", { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectOutputType", @@ -54370,7 +54450,7 @@ "objectOutputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | ", "objectInputType", "<{}, ", "ZodUnknown", @@ -54382,7 +54462,7 @@ "objectInputType", "<{}, ", "ZodUnknown", - ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ", \"strip\"> | undefined; } | { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; uuid?: string | undefined; })[]; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"warning\" | \"active\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, @@ -54424,7 +54504,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -54758,9 +54842,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -54884,7 +54968,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -54966,7 +55050,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -55050,7 +55134,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -55136,7 +55220,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -55284,7 +55368,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -55374,7 +55458,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -55490,7 +55574,11 @@ "ZodString", ", string, string>>; content: ", "ZodString", - "; reader: ", + "; refusal: ", + "ZodOptional", + "<", + "ZodString", + ">; reader: ", "ZodOptional", "<", "ZodObject", @@ -55824,9 +55912,9 @@ "ZodEnum", "<[\"text\", \"accent\", \"accentSecondary\", \"primary\", \"success\", \"warning\", \"danger\", \"neutral\", \"risk\"]>>; }, \"strip\", ", "ZodTypeAny", - ", { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }>, \"many\">; }, \"strip\", ", + ", { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }, { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }>, \"many\">; }, \"strip\", ", "ZodTypeAny", - ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", + ", { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }, { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; }>, ", "ZodObject", "<{ expired: ", "ZodOptional", @@ -55950,7 +56038,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }, { contentReferences?: ", "objectInputType", "<{}, ", "ZodUnion", @@ -56032,7 +56120,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; }>>; }, \"strip\", ", "ZodTypeAny", ", { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; metadata?: { contentReferences?: ", "objectOutputType", @@ -56116,7 +56204,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -56202,7 +56290,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -56322,7 +56410,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectOutputType", "<{}, ", "ZodUnknown", @@ -56412,7 +56500,7 @@ "ZodString", "; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"success\" | \"warning\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | \"neutral\" | \"risk\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; reader?: ", + ", { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; interruptValue?: { type: \"SELECT_OPTION\"; options: { value: string; label: string; buttonColor?: \"text\" | \"primary\" | \"neutral\" | \"success\" | \"accent\" | \"accentSecondary\" | \"warning\" | \"risk\" | \"danger\" | undefined; }[]; description: string; threadId: string; expired?: boolean | undefined; } | { type: \"INPUT_TEXT\"; threadId: string; description?: string | undefined; placeholder?: string | undefined; expired?: boolean | undefined; } | undefined; interruptResumeValue?: { value: string; type: \"SELECT_OPTION\"; } | { value: string; type: \"INPUT_TEXT\"; } | undefined; } | undefined; isError?: boolean | undefined; refusal?: string | undefined; reader?: ", "objectInputType", "<{}, ", "ZodUnknown", @@ -56554,7 +56642,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; field: string; description: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { type: \"index\"; name: string; index: string; description: string; field: string; queryDescription: string; namespace?: string | undefined; global?: boolean | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, @@ -56726,7 +56814,7 @@ "ZodString", ", \"many\">>; }, \"strip\", ", "ZodTypeAny", - ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; field: string; description: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" + ", { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }, { id: string; type: \"index\"; namespace: string; name: string; index: string; global: boolean; description: string; field: string; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; users: { id?: string | undefined; name?: string | undefined; }[]; queryDescription: string; inputSchema?: { description: string; fieldName: string; fieldType: string; }[] | undefined; outputFields?: string[] | undefined; }>]>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index c1c4afb87d170..e20b9dd753774 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_shared_state.mdx b/api_docs/kbn_elastic_assistant_shared_state.mdx index cf2ceb0971cdb..83690e33bfd0c 100644 --- a/api_docs/kbn_elastic_assistant_shared_state.mdx +++ b/api_docs/kbn_elastic_assistant_shared_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-shared-state title: "@kbn/elastic-assistant-shared-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-shared-state plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-shared-state'] --- import kbnElasticAssistantSharedStateObj from './kbn_elastic_assistant_shared_state.devdocs.json'; diff --git a/api_docs/kbn_encrypted_saved_objects_shared.mdx b/api_docs/kbn_encrypted_saved_objects_shared.mdx index e9b6a9e5c4af2..6a8227771eec5 100644 --- a/api_docs/kbn_encrypted_saved_objects_shared.mdx +++ b/api_docs/kbn_encrypted_saved_objects_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-encrypted-saved-objects-shared title: "@kbn/encrypted-saved-objects-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/encrypted-saved-objects-shared plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/encrypted-saved-objects-shared'] --- import kbnEncryptedSavedObjectsSharedObj from './kbn_encrypted_saved_objects_shared.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index d3db544e0c0b5..aaa0fdb949305 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: 2025-12-19 +date: 2026-01-07 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 dd9d2b50c8712..675c38540e275 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: 2025-12-19 +date: 2026-01-07 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 e89be9265884b..2b7b14a91a70e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index cf9cf982225b9..4a564856904b3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_mappings.mdx b/api_docs/kbn_es_mappings.mdx index 21eaa50e187fd..0a9c06af18d0e 100644 --- a/api_docs/kbn_es_mappings.mdx +++ b/api_docs/kbn_es_mappings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-mappings title: "@kbn/es-mappings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-mappings plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-mappings'] --- import kbnEsMappingsObj from './kbn_es_mappings.devdocs.json'; diff --git a/api_docs/kbn_es_query.devdocs.json b/api_docs/kbn_es_query.devdocs.json index 267203d8835d3..41fc47fa114ac 100644 --- a/api_docs/kbn_es_query.devdocs.json +++ b/api_docs/kbn_es_query.devdocs.json @@ -4166,7 +4166,7 @@ "tags": [], "label": "sanitizeProjectRoutingForES", "description": [ - "\nSanitizes project routing value for Elasticsearch API calls.\n\nApplication-level code may use special values like 'ALL' to represent \"all projects\"\nwith explicit state, but Elasticsearch only accepts specific routing values.\n" + "\nSanitizes project routing value for Elasticsearch API calls.\n" ], "signature": [ "(value: ", @@ -5529,6 +5529,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/es-query", + "id": "def-common.FilterCompareOptions.group", + "type": "CompoundType", + "tags": [], + "label": "group", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/es-query", "id": "def-common.FilterCompareOptions.state", @@ -6425,7 +6439,7 @@ "tags": [], "label": "ProjectRouting", "description": [ - "\nProject routing configuration for cross-project search (CPS).\n\nUsed in serverless environments to control whether searches are scoped to a single project or span multiple projects.\n\nExamples:\n- undefined - Search across all projects (default)\n- '_alias:_origin' - Search only in the current project\n" + "\nProject routing configuration for cross-project search (CPS).\n\nUsed in serverless environments to control whether searches are scoped to a single project or span multiple projects.\n\nExamples:\n- undefined - Search across all projects (default)\n- '_alias:*' - Search across all projects\n- '_alias:_origin' - Search only in the current project\n" ], "signature": [ "string | undefined" @@ -6678,6 +6692,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/es-query", + "id": "def-common.COMPARE_ALL_OPTIONS.group", + "type": "boolean", + "tags": [], + "label": "group", + "description": [], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/es-query", "id": "def-common.COMPARE_ALL_OPTIONS.state", diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 20774520b8d63..711bf0df197d4 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.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 | |-------------------|-----------|------------------------|-----------------| -| 310 | 1 | 244 | 14 | +| 312 | 1 | 246 | 14 | ## Common diff --git a/api_docs/kbn_es_query_constants.mdx b/api_docs/kbn_es_query_constants.mdx index d5601260d24bd..4639a79b6a8ca 100644 --- a/api_docs/kbn_es_query_constants.mdx +++ b/api_docs/kbn_es_query_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query-constants title: "@kbn/es-query-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query-constants plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query-constants'] --- import kbnEsQueryConstantsObj from './kbn_es_query_constants.devdocs.json'; diff --git a/api_docs/kbn_es_query_server.devdocs.json b/api_docs/kbn_es_query_server.devdocs.json index fa8e46f781df8..8a61a477ecee5 100644 --- a/api_docs/kbn_es_query_server.devdocs.json +++ b/api_docs/kbn_es_query_server.devdocs.json @@ -61,7 +61,7 @@ "section": "def-common.Writable", "text": "Writable" }, - " | Readonly<{} & { value: string[] | boolean[] | number[]; field: string; operator: \"is_one_of\" | \"is_not_one_of\"; }> | Readonly<{} & { value: Readonly<{ gte?: string | number | undefined; lte?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; } & {}>; field: string; operator: \"range\"; }> | Readonly<{} & { field: string; operator: \"exists\" | \"not_exists\"; }>; }>> | ", + " | Readonly<{} & { value: string[] | boolean[] | number[]; operator: \"is_one_of\" | \"is_not_one_of\"; field: string; }> | Readonly<{} & { value: Readonly<{ gte?: string | number | undefined; lte?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; } & {}>; operator: \"range\"; field: string; }> | Readonly<{} & { operator: \"exists\" | \"not_exists\"; field: string; }>; }>> | ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -69,7 +69,7 @@ "section": "def-common.Writable", "text": "Writable" }, - "; }>> | ", + "; }>> | ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -77,7 +77,7 @@ "section": "def-common.Writable", "text": "Writable" }, - "; }>>" + "; }>>" ], "path": "src/platform/packages/shared/kbn-es-query-server/src/types.ts", "deprecated": false, @@ -148,7 +148,7 @@ "section": "def-common.Type", "text": "Type" }, - " | Readonly<{} & { value: string[] | boolean[] | number[]; field: string; operator: \"is_one_of\" | \"is_not_one_of\"; }> | Readonly<{} & { value: Readonly<{ gte?: string | number | undefined; lte?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; } & {}>; field: string; operator: \"range\"; }> | Readonly<{} & { field: string; operator: \"exists\" | \"not_exists\"; }>; }> | Readonly<{ key?: string | undefined; value?: string | undefined; label?: string | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; dataViewId?: string | undefined; pinned?: boolean | undefined; filterType?: string | undefined; } & { group: Readonly<{} & { type: \"or\" | \"and\"; conditions: unknown[]; }>; }> | Readonly<{ key?: string | undefined; value?: string | undefined; label?: string | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; dataViewId?: string | undefined; pinned?: boolean | undefined; filterType?: string | undefined; } & { dsl: Record; }>>" + " | Readonly<{} & { value: string[] | boolean[] | number[]; operator: \"is_one_of\" | \"is_not_one_of\"; field: string; }> | Readonly<{} & { value: Readonly<{ gte?: string | number | undefined; lte?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; } & {}>; operator: \"range\"; field: string; }> | Readonly<{} & { operator: \"exists\" | \"not_exists\"; field: string; }>; }> | Readonly<{ key?: string | undefined; value?: string | undefined; label?: string | undefined; disabled?: boolean | undefined; dataViewId?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; pinned?: boolean | undefined; filterType?: string | undefined; } & { group: Readonly<{} & { type: \"or\" | \"and\"; conditions: unknown[]; }>; }> | Readonly<{ key?: string | undefined; value?: string | undefined; label?: string | undefined; disabled?: boolean | undefined; dataViewId?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; pinned?: boolean | undefined; filterType?: string | undefined; } & { dsl: Record; }>>" ], "path": "src/platform/packages/shared/kbn-es-query-server/src/filter.ts", "deprecated": false, diff --git a/api_docs/kbn_es_query_server.mdx b/api_docs/kbn_es_query_server.mdx index 82634fd2627e2..0b302f678ec7f 100644 --- a/api_docs/kbn_es_query_server.mdx +++ b/api_docs/kbn_es_query_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query-server title: "@kbn/es-query-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query-server plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query-server'] --- import kbnEsQueryServerObj from './kbn_es_query_server.devdocs.json'; diff --git a/api_docs/kbn_es_snapshot_loader.mdx b/api_docs/kbn_es_snapshot_loader.mdx index 8b0641f771537..16c010bf3db30 100644 --- a/api_docs/kbn_es_snapshot_loader.mdx +++ b/api_docs/kbn_es_snapshot_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-snapshot-loader title: "@kbn/es-snapshot-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-snapshot-loader plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-snapshot-loader'] --- import kbnEsSnapshotLoaderObj from './kbn_es_snapshot_loader.devdocs.json'; diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index a0b62f22eb9ce..d712cdabe6e9d 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: 2025-12-19 +date: 2026-01-07 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 060b2906a0572..07c27dbd968a5 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: 2025-12-19 +date: 2026-01-07 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_composer.devdocs.json b/api_docs/kbn_esql_composer.devdocs.json index 1b23e5f554a4f..d82cea198f403 100644 --- a/api_docs/kbn_esql_composer.devdocs.json +++ b/api_docs/kbn_esql_composer.devdocs.json @@ -327,9 +327,9 @@ "signature": [ "(queryAst: ", { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLAstQueryExpression", "text": "ESQLAstQueryExpression" }, @@ -350,9 +350,9 @@ "description": [], "signature": [ { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLAstQueryExpression", "text": "ESQLAstQueryExpression" } diff --git a/api_docs/kbn_esql_composer.mdx b/api_docs/kbn_esql_composer.mdx index 42f86a17825d4..5db319d420e6e 100644 --- a/api_docs/kbn_esql_composer.mdx +++ b/api_docs/kbn_esql_composer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-composer title: "@kbn/esql-composer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-composer plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-composer'] --- import kbnEsqlComposerObj from './kbn_esql_composer.devdocs.json'; diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 2d7eaea36a4dc..4e08de8444c7a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; diff --git a/api_docs/kbn_esql_language.devdocs.json b/api_docs/kbn_esql_language.devdocs.json new file mode 100644 index 0000000000000..fe1760c19790b --- /dev/null +++ b/api_docs/kbn_esql_language.devdocs.json @@ -0,0 +1,17637 @@ +{ + "id": "@kbn/esql-language", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter", + "type": "Class", + "tags": [], + "label": "BasicPrettyPrinter", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(node: ", + "ESQLProperNode", + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.print.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.print.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A single-line string representation of the query." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.multiline", + "type": "Function", + "tags": [], + "label": "multiline", + "description": [ + "\nPrint a query with each command on a separate line. It is also possible to\nspecify a tabbing option for the pipe character.\n" + ], + "signature": [ + "(query: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterMultilineOptions", + "text": "BasicPrettyPrinterMultilineOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.multiline.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [ + "ES|QL query AST to print." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.multiline.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [ + "Options for pretty-printing." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterMultilineOptions", + "text": "BasicPrettyPrinterMultilineOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A multi-line string representation of the query." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.query", + "type": "Function", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "(query: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.query.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [ + "ES|QL query AST to print." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.query.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A single-line string representation of the query." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.command", + "type": "Function", + "tags": [], + "label": "command", + "description": [], + "signature": [ + "(command: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.command.$1", + "type": "CompoundType", + "tags": [], + "label": "command", + "description": [ + "ES|QL command AST node to print." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.command.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "Prints a single-line string representation of the command." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.expression", + "type": "Function", + "tags": [], + "label": "expression", + "description": [], + "signature": [ + "(expression: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.expression.$1", + "type": "CompoundType", + "tags": [], + "label": "expression", + "description": [ + "ES|QL expression AST node to print." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.expression.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "Prints a single-line string representation of the expression." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.opts", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "{ multiline: boolean; pipeTab: string; skipHeader: boolean; lowercase: boolean; lowercaseCommands: boolean; lowercaseOptions: boolean; lowercaseFunctions: boolean; lowercaseKeywords: boolean; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.keyword", + "type": "Function", + "tags": [], + "label": "keyword", + "description": [], + "signature": [ + "(word: string) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.keyword.$1", + "type": "string", + "tags": [], + "label": "word", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.decorateWithComments", + "type": "Function", + "tags": [], + "label": "decorateWithComments", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + ", formatted: string) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.decorateWithComments.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.decorateWithComments.$2", + "type": "string", + "tags": [], + "label": "formatted", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.simplifyMultiplicationByOne", + "type": "Function", + "tags": [], + "label": "simplifyMultiplicationByOne", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ", minusCount?: number) => string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.simplifyMultiplicationByOne.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.simplifyMultiplicationByOne.$2", + "type": "number", + "tags": [], + "label": "minusCount", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.visitor", + "type": "Object", + "tags": [], + "label": "visitor", + "description": [], + "signature": [ + "Visitor", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(query: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ") => any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.print.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.printCommand", + "type": "Function", + "tags": [], + "label": "printCommand", + "description": [], + "signature": [ + "(command: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + ") => any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.printCommand.$1", + "type": "CompoundType", + "tags": [], + "label": "command", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.printExpression", + "type": "Function", + "tags": [], + "label": "printExpression", + "description": [], + "signature": [ + "(expression: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ") => any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinter.printExpression.$1", + "type": "CompoundType", + "tags": [], + "label": "expression", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery", + "type": "Class", + "tags": [], + "label": "ComposerQuery", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.composerQuerySymbol", + "type": "boolean", + "tags": [], + "label": "[composerQuerySymbol]", + "description": [], + "signature": [ + "true" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "ast", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.Unnamed.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Map" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.pipe", + "type": "Function", + "tags": [], + "label": "pipe", + "description": [ + "\nAppends a command to the query. This is the generic command appending method,\nwhich supports all ES|QL commands. Use it similar to `esql` template tag, but\nit adds one command at-a-time to the existing query. Use chainable calls to\nappend multiple commands.\n\nExample:\n\n```typescript\n// Start a new query with a source command:\nconst query = esql `FROM index`;\n\n// Append commands using .pipe:\nquery\n .pipe `WHERE field > 10`\n .pipe `LIMIT 100`;\n```\n\nSafely inline dynamic values using template literal holes:\n\n```typescript\nconst threshold = 10;\nquery.pipe `WHERE field > ${threshold}`;\n// WHERE field > 10\n```\n\nOr insert named parameters using `${{param}}` syntax:\n\n```typescript\nconst limit = 100;\nquery.pipe `WHERE field > ${{threshold}} | LIMIT ${{limit}}`;\n// WHERE field > ?threshold | LIMIT ?limit\n```\n\nYou can also insert parameters ahead of the template:\n\n```typescript\nconst limit = 100;\nconst threshold = 10;\nquery.pipe({ limit, threshold }) `WHERE field > ?threshold | LIMIT ?limit`;\n```\n\nOr specify commands as strings, and provide parameters separately:\n\n```typescript\nconst limit = 100;\nconst threshold = 10;\nquery.pipe('WHERE field > ?threshold | LIMIT ?limit', { limit, threshold });\n```" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.QueryCommandTag", + "text": "QueryCommandTag" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.header", + "type": "Function", + "tags": [], + "label": "header", + "description": [ + "\nAppends a header command to the query. This is used to add commands like `SET`\nto the query header. Use it exactly like {@linkcode pipe}, for example:\n\n```typescript\nconst query = esql `FROM index`;\nquery.header `SET x = 10`;\n\nquery.print(); // \"SET x = 10; FROM index\"\n```" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.QueryCommandTag", + "text": "QueryCommandTag" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.change_point", + "type": "Function", + "tags": [], + "label": "change_point", + "description": [ + "\nAppends a `CHANGE_POINT` command to detect change points in time series data.\nEquivalent to calling `.pipe` with a `CHANGE_POINT` command.\n\nThe `CHANGE_POINT` command is used to identify points in time where the statistical\nproperties of a time series change significantly.\n\n```typescript\n// Basic usage - detect change points in a column\nquery.change_point('metric_value');\n// Result: CHANGE_POINT metric_value\n\n// Specify a key column to group by\nquery.change_point('metric_value', { on: 'timestamp' });\n// Result: CHANGE_POINT metric_value ON timestamp\n\n// Specify output column names for type and p-value\nquery.change_point('metric_value', { as: ['change_type', 'p_value'] });\n// Result: CHANGE_POINT metric_value AS change_type, p_value\n\n// Use all options together\nquery.change_point('metric_value', {\n on: 'timestamp',\n as: ['change_type', 'p_value']\n});\n// Result: CHANGE_POINT metric_value ON timestamp AS change_type, p_value\n```\n\nColumns can be specified as strings or arrays for nested columns:\n\n```typescript\nquery.change_point(['metrics', 'cpu'], {\n on: ['timestamp', 'field'],\n as: [['change', 'type'], ['p', 'value']]\n});\n// Result: CHANGE_POINT metrics.cpu ON timestamp.field AS change.type, p.value\n```\n" + ], + "signature": [ + "(value: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", options?: { on?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + " | undefined; as?: [type: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", pvalue: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "] | undefined; }) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.change_point.$1", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [ + "The column to analyze for change points. Can be a string\ncolumn name or an array of column parts for nested columns\n(e.g., ['metrics', 'cpu'] for 'metrics.cpu')." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.change_point.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.change_point.$2.on", + "type": "CompoundType", + "tags": [], + "label": "on", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.change_point.$2.as", + "type": "Object", + "tags": [], + "label": "as", + "description": [], + "signature": [ + "[type: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", pvalue: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dissect", + "type": "Function", + "tags": [], + "label": "dissect", + "description": [ + "\nAppends a `DISSECT` command to extract structured data from unstructured text.\nEquivalent to calling `.pipe` with a `DISSECT` command.\n\nThe `DISSECT` command uses pattern matching to extract key-value pairs from text\nfields based on a delimiter-based pattern. It's particularly useful for parsing\nlog entries, CSV data, or other structured text formats.\n\nRead more: {@link https://www.elastic.co/docs/reference/query-languages/esql/commands/processing-commands#esql-dissect}.\n\n```typescript\n// Basic usage - extract fields from a text column\nquery.dissect('message', '%{timestamp} - %{level} - %{msg}');\n// Result: DISSECT message \"%{timestamp} - %{level} - %{msg}\"\n\n// Extract from nested column\nquery.dissect(['log', 'entry'], '%{date} %{time} [%{level}] %{message}');\n// Result: DISSECT log.entry \"%{date} %{time} [%{level}] %{message}\"\n\n// Using APPEND_SEPARATOR option\nquery.dissect('data', '%{field1},%{field2},%{field3}', {\n APPEND_SEPARATOR: ','\n});\n// Result: DISSECT data \"%{field1},%{field2},%{field3}\" APPEND_SEPARATOR = \",\"\n```\n\nExamples with different patterns:\n\n```typescript\n// CSV-like data\nquery.dissect('csv_data', '%{name},%{age},%{city}');\n\n// Log entries with timestamps\nquery.dissect('log_line', '[%{timestamp}] %{level}: %{message}');\n\n// Key-value pairs\nquery.dissect('kv_data', 'user=%{user} action=%{action} result=%{result}');\n\n// Skip unwanted parts\nquery.dissect('complex_log', '%{date} %{time} %{} [%{level}] %{message}');\n```\n" + ], + "signature": [ + "(input: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", pattern: string, options?: { APPEND_SEPARATOR?: string | undefined; }) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dissect.$1", + "type": "CompoundType", + "tags": [], + "label": "input", + "description": [ + "The column containing the text to dissect. Can be a string\ncolumn name or an array of column parts for nested columns\n(e.g., ['log', 'message'] for 'log.message')." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dissect.$2", + "type": "string", + "tags": [], + "label": "pattern", + "description": [ + "The dissect pattern that defines how to extract fields\nfrom the input text." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dissect.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dissect.$3.APPEND_SEPARATOR", + "type": "string", + "tags": [], + "label": "APPEND_SEPARATOR", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.grok", + "type": "Function", + "tags": [], + "label": "grok", + "description": [ + "\nAppends a `GROK` command to extract structured data from unstructured text using patterns.\nEquivalent to calling `.pipe` with a `GROK` command.\n\nThe `GROK` command uses regular expression-based patterns to parse and extract fields\nfrom text data. It's particularly powerful for parsing log files, as it combines\nregular expressions with pre-built patterns for common data formats.\n\n```typescript\n// Basic usage - extract fields using a grok pattern\nquery.grok('message', '%{TIMESTAMP_ISO8601:timestamp} %{LOGLEVEL:level} %{GREEDYDATA:msg}');\n// Result: GROK message \"%{TIMESTAMP_ISO8601:timestamp} %{LOGLEVEL:level} %{GREEDYDATA:msg}\"\n\n// Extract from nested column\nquery.grok(['log', 'entry'], '%{COMBINEDAPACHELOG}');\n// Result: GROK log.entry \"%{COMBINEDAPACHELOG}\"\n```\n" + ], + "signature": [ + "(input: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", pattern: string) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.grok.$1", + "type": "CompoundType", + "tags": [], + "label": "input", + "description": [ + "The column containing the text to parse with grok. Can be a\nstring column name or an array of column parts for nested columns\n(e.g., ['log', 'message'] for 'log.message')." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.grok.$2", + "type": "string", + "tags": [], + "label": "pattern", + "description": [ + "The grok pattern that defines how to extract and name\nfields from the input text. Use `%{PATTERN:field_name}` syntax to\nextract and name fields." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.enrich", + "type": "Function", + "tags": [], + "label": "enrich", + "description": [ + "\nAppends an `ENRICH` command to add data from an enrich policy to the query\nresults. Equivalent to calling `.pipe` with an `ENRICH` command.\n\nThe `ENRICH` command allows you to add fields from an enrich policy to your query results\nbased on matching field values. Enrich policies are pre-configured datasets that can be\nused to supplement your query data with additional context or metadata.\n\nSee docs: {@link https://www.elastic.co/docs/reference/query-languages/esql/commands/processing-commands#esql-enrich}\n\n```typescript\n// Basic usage - enrich with a policy\nquery.enrich('user_policy');\n// Result: ENRICH user_policy\n\n// Specify a match field using ON clause\nquery.enrich('geo_policy', { on: 'ip_address' });\n// Result: ENRICH geo_policy ON ip_address\n\n// Select specific fields to add using WITH clause\nquery.enrich('user_policy', {\n with: {\n full_name: 'user_name',\n department: ['org', 'dept']\n }\n});\n// Result: ENRICH user_policy WITH full_name = user_name, department = org.dept\n\n// Use both ON and WITH options\nquery.enrich('geo_policy', {\n on: 'client_ip',\n with: {\n country: 'geo_country',\n city: 'geo_city'\n }\n});\n// Result: ENRICH geo_policy ON client_ip WITH country = geo_country, city = geo_city\n```\n" + ], + "signature": [ + "(policy: string, options?: { on?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + " | undefined; with?: Record | undefined; }) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.enrich.$1", + "type": "string", + "tags": [], + "label": "policy", + "description": [ + "The name of the enrich policy to use for enrichment." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.enrich.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.enrich.$2.on", + "type": "CompoundType", + "tags": [], + "label": "on", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.enrich.$2.with", + "type": "Object", + "tags": [], + "label": "with", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.limit", + "type": "Function", + "tags": [], + "label": "limit", + "description": [ + "\nAppends a new `LIMIT` command to the query. Equivalent to calling\n`.pipe` with a `LIMIT` command.\n" + ], + "signature": [ + "(limit: number) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.limit.$1", + "type": "number", + "tags": [], + "label": "limit", + "description": [ + "The limit to apply to the query." + ], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.sample", + "type": "Function", + "tags": [ + "throws" + ], + "label": "sample", + "description": [ + "\nAppends a new `SAMPLE` command to the query. Equivalent to calling\n`.pipe` with a `SAMPLE` command.\n\nThe `SAMPLE` command randomly selects a subset of rows from the result set\nbased on the specified probability. This is useful for quickly analyzing\nlarge datasets without processing the entire set of results.\n\n```typescript\n// Sample approximately 10% of the rows\nquery.sample(0.1);\n// ... | SAMPLE 0.1 | ...\n\n// Sample approximately 50% of the rows\nquery.pipe `SAMPLE ${0.5}`;\n// ... | SAMPLE 0.5 | ...\n```\n" + ], + "signature": [ + "(probability: number) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.sample.$1", + "type": "number", + "tags": [], + "label": "probability", + "description": [ + "A number between 0 and 1 representing the fraction of\nrows to sample. For example, 0.1 samples approximately 10% of rows,\nwhile 0.5 samples approximately 50%." + ], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.keep", + "type": "Function", + "tags": [], + "label": "keep", + "description": [ + "\nSpecifies the columns to keep in the result set. Appends a `KEEP` command.\nEquivalent to calling `.pipe` with a `KEEP` command.\n\n```typescript\nquery.pipe`KEEP {['order', 'id']}`; // KEEP order.id\n```\n\nColumns can be a list of column names. To specify nested columns, use the\nshorthand syntax `['user', 'name']` for `user.name`.\n\nFor example:\n\n```typescript\nquery.keep('my-column', ['order', 'id']); // KEEP `my-column`, order.id\n```\n\nColumn name parts are automatically escaped if they contain special\ncharacters.\n" + ], + "signature": [ + "(column: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", ...columns: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.keep.$1", + "type": "CompoundType", + "tags": [], + "label": "column", + "description": [ + "The first column to keep." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.keep.$2", + "type": "Array", + "tags": [], + "label": "columns", + "description": [ + "Additional columns to keep." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.drop", + "type": "Function", + "tags": [], + "label": "drop", + "description": [ + "\nSpecifies the columns to drop from the result set. Appends a `DROP` command.\nEquivalent to calling `.pipe` with a `DROP` command.\n\n```typescript\nquery.pipe`DROP {['order', 'id']}`; // DROP order.id\n```\n\nColumns can be a list of column names. To specify nested columns, use the\nshorthand syntax `['user', 'name']` for `user.name`.\n\nFor example:\n\n```typescript\nquery.drop('my-column', ['order', 'id']); // DROP `my-column`, order.id\n```\n\nColumn name parts are automatically escaped if they contain special\ncharacters.\n" + ], + "signature": [ + "(column: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", ...columns: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.drop.$1", + "type": "CompoundType", + "tags": [], + "label": "column", + "description": [ + "The first column to drop." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.drop.$2", + "type": "Array", + "tags": [], + "label": "columns", + "description": [ + "Additional columns to drop." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.mv_expand", + "type": "Function", + "tags": [], + "label": "mv_expand", + "description": [ + "\nAppends a `MV_EXPAND` command to expand multi-valued fields into multiple\nrows. Equivalent to calling `.pipe` with a `MV_EXPAND` command.\n\n```typescript\nquery.pipe `MV_EXPAND tags`; // ... | MV_EXPAND tags | ...\n```\n\nColumns can be specified as strings or arrays for nested columns:\n\n```typescript\nquery.mv_expand(['user', 'roles']); // ... | MV_EXPAND user.roles | ...\n```" + ], + "signature": [ + "(column: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.mv_expand.$1", + "type": "CompoundType", + "tags": [], + "label": "column", + "description": [ + "The column to expand." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.rename", + "type": "Function", + "tags": [], + "label": "rename", + "description": [ + "\nSpecifies renaming of columns in the result set. Appends a `RENAME` command.\nEquivalent to calling `.pipe` with a `RENAME` command.\n\n```typescript\nquery.pipe `RENAME foo = bar, baz = qux`;\n```\n\nColumns can be specified as strings or arrays for nested columns:\n\n```typescript\nquery.rename(['user', 'name'], 'username');\n// ... | RENAME user.name = username | ...\n```\n\nYou can rename multiple columns at once:\n\n```typescript\nquery.rename(\n ['user', 'name'], 'username',\n 'addr', ['user', 'address']\n);\n// ... | RENAME user.name = username, addr = user.address | ...\n```\n" + ], + "signature": [ + "(expression: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerRenameShorthand", + "text": "ComposerRenameShorthand" + }, + ", ...expressions: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerRenameShorthand", + "text": "ComposerRenameShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.rename.$1", + "type": "Object", + "tags": [], + "label": "expression", + "description": [ + "The first rename expression as a tuple of [newName, oldName]." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerRenameShorthand", + "text": "ComposerRenameShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.rename.$2", + "type": "Array", + "tags": [], + "label": "expressions", + "description": [ + "Additional rename expressions." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerRenameShorthand", + "text": "ComposerRenameShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.sort", + "type": "Function", + "tags": [], + "label": "sort", + "description": [ + "\nSpecifies the columns to sort by. Appends a `SORT` command. Equivalent to\ncalling `.pipe` with a `SORT` command.\n\n```typescript\nquery.pipe `SORT order.id,\n order.date DESC, user.name NULLS LAST`;\n```\n\nOrder conditions are specified as a 3-tuple [column, order, nulls].\n`column` can be specified as a string or as an array of column parts.\n\nFor example:\n\n```typescript\nquery.sort([['order', 'id'], 'ASC', 'NULLS FIRST']);\n // SORT order.id ASC NULLS FIRST\n```\n\nIf you your column is not nested, you can simply pass a string:\n\n```typescript\nquery.sort(['column', '', 'NULLS FIRST']); // SORT column NULLS FIRST\nquery.sort('abc'); // SORT abc\n```\n" + ], + "signature": [ + "(expression: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSortShorthand", + "text": "ComposerSortShorthand" + }, + ", ...expressions: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSortShorthand", + "text": "ComposerSortShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.sort.$1", + "type": "CompoundType", + "tags": [], + "label": "expression", + "description": [ + "The primary sort expression." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSortShorthand", + "text": "ComposerSortShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.sort.$2", + "type": "Array", + "tags": [], + "label": "expressions", + "description": [ + "Additional sort expressions." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSortShorthand", + "text": "ComposerSortShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.lookup_join", + "type": "Function", + "tags": [], + "label": "lookup_join", + "description": [ + "\nAppends a `LOOKUP JOIN` command to perform a lookup join with another index.\nEquivalent to calling `.pipe` with a `LOOKUP JOIN` command.\n\nThe `LOOKUP JOIN` command allows you to enrich your query results by joining\ndata from another index based on matching field values. This is useful for\nadding context or related information from different datasets.\n\n```typescript\n// Basic usage - perform a lookup join with another index\nquery.lookup_join('other_index', 'user_id');\n// Result: ... | LOOKUP JOIN other_index ON user_id | ...\n\n// Join on multiple fields\nquery.lookup_join('other_index', 'user_id', 'session_id');\n// Result: ... | LOOKUP JOIN other_index ON user_id, session_id | ...\n\n// Join using a nested column\nquery.lookup_join('other_index', ['user', 'id']);\n// Result: ... | LOOKUP JOIN other_index ON user.id | ...\n\n// Join with an alias\nquery.lookup_join({ index: 'other_index', alias: 'o' }, 'user_id');\n// Result: ... | LOOKUP JOIN other_index AS o ON user_id | ...\n\n// Join using a qualified column\nquery.lookup_join('other_index', ['usersIndex', ['id']]);\n// Result: ... | LOOKUP JOIN other_index ON [usersIndex].[id] | ...\n```\n" + ], + "signature": [ + "(lookupIndex: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + ", onFieldName: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", ...onFieldNames: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.lookup_join.$1", + "type": "CompoundType", + "tags": [], + "label": "lookupIndex", + "description": [ + "The name of the index to join with, or an object with\nindex and alias properties." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.lookup_join.$2", + "type": "CompoundType", + "tags": [], + "label": "onFieldName", + "description": [ + "The first field to join on. Can be a string column name\nor an array of column parts for nested columns (e.g., ['user', 'id']\nfor 'user.id')." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.lookup_join.$3", + "type": "Array", + "tags": [], + "label": "onFieldNames", + "description": [ + "Additional fields to join on." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.where", + "type": "Function", + "tags": [], + "label": "where", + "description": [ + "\nAppends a `WHERE` command to filter rows based on a condition. Equivalent to\ncalling `.pipe` with a `WHERE` command.\n\n```typescript\nquery.where `foo > 42 AND bar < 24`;\n```\n\nYou can use parameters in the WHERE condition:\n\n```typescript\nconst threshold = 42;\nquery.where `foo > ${{threshold}}`;\n```\n\nYou can also parametrize the template by providing parameters upfront:\n\n```typescript\nquery.where({threshold: 42}) `foo > ?threshold`;\n```\n\nOr use string syntax with parameters:\n\n```typescript\nquery.where('foo > ?threshold', {threshold: 42});\n```\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.QueryCommandTag", + "text": "QueryCommandTag" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.getParams", + "type": "Function", + "tags": [], + "label": "getParams", + "description": [ + "\nReturns a record of all parameters used in the query, where keys are\nparameter names and values are the corresponding parameter values." + ], + "signature": [ + "() => Record" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.setParam", + "type": "Function", + "tags": [], + "label": "setParam", + "description": [], + "signature": [ + "(name: string, value: unknown) => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.setParam.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.setParam.$2", + "type": "Unknown", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.inlineParam", + "type": "Function", + "tags": [ + "throws" + ], + "label": "inlineParam", + "description": [ + "\nInlines a parameter by replacing its placeholder with its actual value.\nThis operation modifies the query AST to include the literal value\ninstead of the parameter reference. See {@linkcode inlineParams} for\nmore details.\n" + ], + "signature": [ + "(name: string) => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.inlineParam.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "The name of the parameter to inline." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.inlineParams", + "type": "Function", + "tags": [ + "throws" + ], + "label": "inlineParams", + "description": [ + "\nInlines all parameters in the query by replacing parameter placeholders with\ntheir actual values directly in the AST. This operation modifies the query\nto contain literal values instead of parameter references and clears the\nparameter map.\n\nThis method is useful when you want to convert a parameterized query into\na static query with all values embedded directly in the query text.\n\n```typescript\n// Create a parameterized query\nconst query = esql`FROM logs | WHERE user == ${{ userName: 'admin' }} | LIMIT ${{ limit: 100 }}`;\n\nconsole.log(query.print());\n// FROM logs | WHERE user == ?userName | LIMIT ?limit\n\nconsole.log(query.getParams());\n// { userName: 'admin', limit: 100 }\n\n// Inline all parameters\nquery.inlineParams();\n\nconsole.log(query.print());\n// FROM logs | WHERE user == \"admin\" | LIMIT 100\n\nconsole.log(query.getParams());\n// {} (empty - all parameters have been inlined)\n```\n\n**Note:** This operation is irreversible. Once parameters are inlined,\nthey cannot be extracted back into parameter form. The parameter map\nwill be empty after this operation.\n\n**Supported parameter types:**\n- `string` - Converted to string literals\n- `number` - Converted to numeric literals\n- `boolean` - Converted to boolean literals\n- Column (field) names (when used with `??` param syntax)\n- Nested column name parts (both, `?` and `??` param syntax)\n- Function names (both, `?` and `??` param syntax)\n" + ], + "signature": [ + "() => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "The updated ComposerQuery instance with all parameters inlined." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.addSetCommand", + "type": "Function", + "tags": [], + "label": "addSetCommand", + "description": [ + "\nInserts a SET instruction into the query header.\n\nSET instructions are pseudo-commands that set configuration values for the query.\nThey must appear before the main query and are separated by semicolons.\n\n```typescript\n// Add a single SET instruction\nquery.addSetCommand('a', 'foo');\n// Result: SET a = \"foo\"; \n\n// Add multiple SET instructions\nquery.addSetCommand('b', 123);\n// Result: SET a = \"foo\"; SET b = 123; \n```\n" + ], + "signature": [ + "(name: string, value: string | number | boolean) => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.addSetCommand.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "The setting name (identifier) to set." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.addSetCommand.$2", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [ + "The value to assign to the setting (string, number, or boolean)." + ], + "signature": [ + "string | number | boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.removeSetCommand", + "type": "Function", + "tags": [], + "label": "removeSetCommand", + "description": [ + "\nRemoves a SET instruction from the query header by setting name.\n\n```typescript\n// Remove a specific SET instruction\nquery.removeSetCommand('a');\n// Removes: SET a = \"foo\";\n```\n" + ], + "signature": [ + "(name: string) => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.removeSetCommand.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "The setting name (identifier) to remove." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.getSetInstructions", + "type": "Function", + "tags": [], + "label": "getSetInstructions", + "description": [ + "\nGets all SET instructions from the query header.\n\n```typescript\nconst sets = query.getSetCommands();\n// Returns: [{ name: 'a', value: 'foo' }, { name: 'b', value: 123 }]\n```\n" + ], + "signature": [ + "() => [name: string, value: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + "][]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "An array of objects containing the setting name and value pairs." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.getSetInstructionRecord", + "type": "Function", + "tags": [], + "label": "getSetInstructionRecord", + "description": [ + "\nReturns a flattened record of all SET instructions from the query header.\nValues are converted to their native types (string, number, boolean). If\nan instruction with the same name appears multiple times, the last one\ntakes precedence. (Elasticsearch also uses the last value.)\n" + ], + "signature": [ + "() => Record" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "A POJO of flattened set instructions." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.clearSetCommands", + "type": "Function", + "tags": [], + "label": "clearSetCommands", + "description": [ + "\nRemoves all SET instructions from the query header.\n\n```typescript\nquery.clearSetCommands();\n// Removes all: SET a = \"foo\"; SET b = 123;\n```\n" + ], + "signature": [ + "() => this" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "The updated ComposerQuery instance." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [ + "\nPrints the query to a string in a specified format.\n" + ], + "signature": [ + "(format?: \"basic\" | \"wrapping\") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.print.$1", + "type": "CompoundType", + "tags": [], + "label": "format", + "description": [ + "The format of the printed query. Can be 'wrapping' for a\nmore readable format or 'basic' for a single line." + ], + "signature": [ + "\"basic\" | \"wrapping\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The printed query string." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.toRequest", + "type": "Function", + "tags": [], + "label": "toRequest", + "description": [ + "\nConverts the query to an ESQL request format as an object, which\nElasticsearch `POST /_query` API expects.\n" + ], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlRequest", + "text": "EsqlRequest" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "An object representing the ESQL request, including the query string\nand parameters." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.toString", + "type": "Function", + "tags": [], + "label": "toString", + "description": [ + "\nUsed for debugging and logging purposes, this method provides a\nstring representation of the ComposerQuery instance.\n\nSimply cast the `query` instance to a string to get a formatted output.\n\n```typescript\nconst query = esql`\n FROM kibana_ecommerce_index\n | WHERE foo > 42 AND bar < 24\n | EVAL a = 123 | LIMIT 10`;\n\nconsole.log(query + '');\n// Output:\n// ComposerQuery\n// ├─ query\n// │ └─ FROM kibana_ecommerce_index\n// │ | WHERE foo > 42 AND bar < 24\n// │ | EVAL a = 123\n// │ | LIMIT 10\n// │\n// └─ params\n// └─ {}\n```" + ], + "signature": [ + "() => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dump", + "type": "Function", + "tags": [], + "label": "dump", + "description": [], + "signature": [ + "(options?: ", + "ComposerQueryDumpOptions", + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQuery.dump.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "ComposerQueryDumpOptions" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/composer_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener", + "type": "Class", + "tags": [], + "label": "ESQLErrorListener", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLErrorListener", + "text": "ESQLErrorListener" + }, + " extends ", + "ErrorListener", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.errors", + "type": "Array", + "tags": [], + "label": "errors", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError", + "type": "Function", + "tags": [], + "label": "syntaxError", + "description": [], + "signature": [ + "(recognizer: ", + "Recognizer", + ", offendingSymbol: any, line: number, column: number, message: string, error: ", + "RecognitionException", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$1", + "type": "Object", + "tags": [], + "label": "recognizer", + "description": [], + "signature": [ + "Recognizer", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$2", + "type": "Any", + "tags": [], + "label": "offendingSymbol", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$3", + "type": "number", + "tags": [], + "label": "line", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$4", + "type": "number", + "tags": [], + "label": "column", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$5", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.syntaxError.$6", + "type": "Object", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "RecognitionException", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLErrorListener.getErrors", + "type": "Function", + "tags": [], + "label": "getErrors", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/esql_error_listener.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery", + "type": "Class", + "tags": [], + "label": "EsqlQuery", + "description": [ + "\nRepresents a parsed or programmatically created ES|QL query. Keeps track of\nthe AST, source code, and optionally lexer tokens." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.fromSrc", + "type": "Function", + "tags": [], + "label": "fromSrc", + "description": [], + "signature": [ + "(src: string, opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlQuery", + "text": "EsqlQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.fromSrc.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.fromSrc.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "ast", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.Unnamed.$2", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.Unnamed.$3", + "type": "Array", + "tags": [], + "label": "tokens", + "description": [], + "signature": [ + "Token", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.Unnamed.$4", + "type": "Array", + "tags": [], + "label": "errors", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlQuery.print.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/query/query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHole", + "type": "Class", + "tags": [], + "label": "ParameterHole", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/parameter_hole.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHole.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/parameter_hole.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHole.Unnamed.$1", + "type": "Unknown", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/parameter_hole.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHole.Unnamed.$2", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/parameter_hole.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser", + "type": "Class", + "tags": [], + "label": "Parser", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Parser", + "text": "Parser" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.create.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.create.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parse", + "type": "Function", + "tags": [], + "label": "parse", + "description": [ + "\nParse a complete ES|QL query, generating an AST and a list of parsing errors.\n\nMake sure to check the returned `errors` list for any parsing issues.\n\nFor example:\n\n```typescript\nconst result = Parser.parse('FROM my_index | STATS count(*)');\n```\n" + ], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parse.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Source text to parse." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parse.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "Parsing options." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseErrors", + "type": "Function", + "tags": [], + "label": "parseErrors", + "description": [ + "\nExtract parsing errors from the source text without generating an AST.\n" + ], + "signature": [ + "(src: string) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseErrors.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Source text to parse for errors." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A list of parsing errors." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseQuery", + "type": "Function", + "tags": [], + "label": "parseQuery", + "description": [], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseQuery.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseQuery.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseHeaderCommand", + "type": "Function", + "tags": [], + "label": "parseHeaderCommand", + "description": [ + "\nParse a single ES|QL header pseudo-command, generating an AST and a list of parsing errors.\n\nMake sure to check the returned `errors` list for any parsing issues.\n\nFor example:\n\n```typescript\nconst result = Parser.parseSetCommand('SET a = \"foo\"');\n```\n" + ], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + "ESQLAstHeaderCommand", + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseHeaderCommand.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Source text of a SET pseudo-command to parse." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseHeaderCommand.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "Parsing options." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A result object containing the parsed SET command, its AST, tokens, and errors." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseCommand", + "type": "Function", + "tags": [], + "label": "parseCommand", + "description": [ + "\nParse a single ES|QL command, generating an AST and a list of parsing errors.\n\nMake sure to check the returned `errors` list for any parsing issues.\n\nFor example:\n\n```typescript\nconst result = Parser.parseCommand('ROW abc = 123');\n```\n" + ], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseCommand.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Source text of a single command to parse." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseCommand.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "Parsing options." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A result object containing the parsed command, its AST, tokens, and errors." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseExpression", + "type": "Function", + "tags": [], + "label": "parseExpression", + "description": [ + "\nParse a single ES|QL expression, generating an AST and a list of parsing errors.\n\nMake sure to check the returned `errors` list for any parsing issues.\n\nFor example:\n\n```typescript\nconst result = Parser.parseExpression('count(*) + 1');\n```\n" + ], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseExpression.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Source text of an expression to parse." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseExpression.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "Parsing options." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "A result object containing the parsed expression, its AST, tokens, and errors." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseMap", + "type": "Function", + "tags": [], + "label": "parseMap", + "description": [], + "signature": [ + "(src: string, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + "ESQLMap", + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseMap.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseMap.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.tokens", + "type": "Function", + "tags": [], + "label": "tokens", + "description": [ + "\nGet the first `count` tokens from the source text.\n" + ], + "signature": [ + "(src: string, count: number, visible?: boolean) => ", + "Token", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.tokens.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [ + "Text to parse for tokens." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.tokens.$2", + "type": "number", + "tags": [], + "label": "count", + "description": [ + "Number of tokens to parse." + ], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.tokens.$3", + "type": "boolean", + "tags": [], + "label": "visible", + "description": [ + "Whether to return only visible tokens (not comments or whitespace)." + ], + "signature": [ + "boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "An array of parsed tokens." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.streams", + "type": "Object", + "tags": [], + "label": "streams", + "description": [], + "signature": [ + "CharStream" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.lexer", + "type": "Object", + "tags": [], + "label": "lexer", + "description": [], + "signature": [ + "default" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.tokens", + "type": "Object", + "tags": [], + "label": "tokens", + "description": [], + "signature": [ + "CommonTokenStream" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parser", + "type": "Object", + "tags": [], + "label": "parser", + "description": [], + "signature": [ + "default" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.errors", + "type": "Object", + "tags": [], + "label": "errors", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLErrorListener", + "text": "ESQLErrorListener" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.Unnamed.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.Unnamed.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseTarget", + "type": "Function", + "tags": [], + "label": "parseTarget", + "description": [], + "signature": [ + "([rule, conversion,]: ", + "EsqlParsingTarget", + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseTarget.$1", + "type": "Object", + "tags": [], + "label": "[\n rule,\n conversion,\n ]", + "description": [], + "signature": [ + "EsqlParsingTarget" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseSourceCommand", + "type": "Function", + "tags": [], + "label": "parseSourceCommand", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseProcessingCommand", + "type": "Function", + "tags": [], + "label": "parseProcessingCommand", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parse", + "type": "Function", + "tags": [], + "label": "parse", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Parser.parseErrors", + "type": "Function", + "tags": [], + "label": "parseErrors", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SuggestionOrderingEngine", + "type": "Class", + "tags": [], + "label": "SuggestionOrderingEngine", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/suggestion_ordering_engine.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SuggestionOrderingEngine.sort", + "type": "Function", + "tags": [], + "label": "sort", + "description": [ + "\nSorts suggestions based on their inferred category and context.\nLower priority number = appears first in list." + ], + "signature": [ + "(suggestions: ", + "ISuggestionItem", + "[], context: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SortingContext", + "text": "SortingContext" + }, + ") => ", + "ISuggestionItem", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/suggestion_ordering_engine.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SuggestionOrderingEngine.sort.$1", + "type": "Array", + "tags": [], + "label": "suggestions", + "description": [], + "signature": [ + "ISuggestionItem", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/suggestion_ordering_engine.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SuggestionOrderingEngine.sort.$2", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SortingContext", + "text": "SortingContext" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/suggestion_ordering_engine.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker", + "type": "Class", + "tags": [], + "label": "Walker", + "description": [ + "\nIterates over all nodes in the AST and calls the appropriate visitor\nfunctions." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk", + "type": "Function", + "tags": [], + "label": "walk", + "description": [ + "\nWalks the AST and calls the appropriate visitor functions." + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", options: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Walker", + "text": "Walker" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.find", + "type": "Function", + "tags": [], + "label": "find", + "description": [ + "\nFinds and returns the first node that matches the search criteria.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", predicate: (node: ", + "ESQLProperNode", + ") => boolean, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.find.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to start the search from." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.find.$2", + "type": "Function", + "tags": [], + "label": "predicate", + "description": [ + "A function that returns true if the node matches the search criteria." + ], + "signature": [ + "(node: ", + "ESQLProperNode", + ") => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.find.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "The first node that matches the search criteria." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findAll", + "type": "Function", + "tags": [], + "label": "findAll", + "description": [ + "\nFinds and returns all nodes that match the search criteria.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", predicate: (node: ", + "ESQLProperNode", + ") => boolean, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + "ESQLProperNode", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findAll.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to start the search from." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findAll.$2", + "type": "Function", + "tags": [], + "label": "predicate", + "description": [ + "A function that returns true if the node matches the search criteria." + ], + "signature": [ + "(node: ", + "ESQLProperNode", + ") => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findAll.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "All nodes that match the search criteria." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.match", + "type": "Function", + "tags": [], + "label": "match", + "description": [ + "\nMatches a single node against a template object. Returns the first node\nthat matches the template. The *template* object is a sparse representation\nof the node structure, where each property corresponds to a node type or\nproperty to match against.\n\n- An array matches if the node key is in the array.\n- A RegExp matches if the node key matches the RegExp.\n- Any other value matches if the node key is triple-equal to the value.\n\nFor example, match the first `literal`:\n\n```typescript\nconst literal = Walker.match(ast, { type: 'literal' });\n```\n\nFind the first `literal` with a specific value:\n\n```typescript\nconst number42 = Walker.match(ast, { type: 'literal', value: 42 });\n```\n\nFind the first literal of type `integer` or `decimal`:\n\n```typescript\nconst number = Walker.match(ast, {\n type: 'literal',\n literalType: [ 'integer', 'decimal' ],\n});\n```\n\nFinally, you can also match any field by regular expression. Find\nthe first `source` AST node, which has \"log\" in its name:\n\n```typescript\nconst logSource = Walker.match(ast, { type: 'source', name: /.+log.+/ });\n```\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", template: ", + "NodeMatchTemplate", + ", options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.match.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to match against the template." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.match.$2", + "type": "Object", + "tags": [], + "label": "template", + "description": [ + "Template object to match against the node." + ], + "signature": [ + "NodeMatchTemplate" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.match.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "The first node that matches the template" + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.matchAll", + "type": "Function", + "tags": [], + "label": "matchAll", + "description": [ + "\nMatches all nodes against a template object. Returns all nodes that match\nthe template.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", template: ", + "NodeMatchTemplate", + ", options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + "ESQLProperNode", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.matchAll.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to match against the template." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.matchAll.$2", + "type": "Object", + "tags": [], + "label": "template", + "description": [ + "Template object to match against the node." + ], + "signature": [ + "NodeMatchTemplate" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.matchAll.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [ + "All nodes that match the template" + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replace", + "type": "Function", + "tags": [], + "label": "replace", + "description": [ + "\nReplaces a single node in the AST with a new value. Replaces the first\nnode that matches the template with the new value. Replacement happens\nin-place, so the original AST is modified.\n\nFor example, replace \"?my_param\" parameter with an inlined string literal:\n\n```typescript\nWalker.replace(ast,\n { type: 'literal', literalType: 'param', paramType: 'named',\n value: 'my_param' },\n Builder.expression.literal.string('This is my string'));\n```\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", matcher: ", + "NodeMatchTemplate", + " | ((node: ", + "ESQLProperNode", + ") => boolean), newValue: ", + "ESQLProperNode", + " | ((node: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + ")) => ", + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replace.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to search in." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replace.$2", + "type": "CompoundType", + "tags": [], + "label": "matcher", + "description": [ + "A function or template object to match against the node." + ], + "signature": [ + "NodeMatchTemplate", + " | ((node: ", + "ESQLProperNode", + ") => boolean)" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replace.$3", + "type": "CompoundType", + "tags": [], + "label": "newValue", + "description": [ + "The new value to replace the matched node." + ], + "signature": [ + "ESQLProperNode", + " | ((node: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + ")" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated node, if a match was found and replaced." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replaceAll", + "type": "Function", + "tags": [], + "label": "replaceAll", + "description": [ + "\nReplaces all nodes in the AST that match the given template with the new\nvalue. Works same as {@link Walker.replace}, but replaces all matching nodes.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", matcher: ", + "NodeMatchTemplate", + " | ((node: ", + "ESQLProperNode", + ") => boolean), newValue: ", + "ESQLProperNode", + " | ((node: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + ")) => ", + "ESQLProperNode", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replaceAll.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to search in." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replaceAll.$2", + "type": "CompoundType", + "tags": [], + "label": "matcher", + "description": [ + "A function or template object to match against the node." + ], + "signature": [ + "NodeMatchTemplate", + " | ((node: ", + "ESQLProperNode", + ") => boolean)" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.replaceAll.$3", + "type": "CompoundType", + "tags": [], + "label": "newValue", + "description": [ + "The new value to replace the matched nodes." + ], + "signature": [ + "ESQLProperNode", + " | ((node: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + ")" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The updated nodes, if any matches were found and replaced." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.commands", + "type": "Function", + "tags": [], + "label": "commands", + "description": [ + "\nWalks the AST and extracts all command statements.\n" + ], + "signature": [ + "(tree: Node, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.commands.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to extract parameters from." + ], + "signature": [ + "Node" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.commands.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.params", + "type": "Function", + "tags": [], + "label": "params", + "description": [ + "\nWalks the AST and extracts all parameter literals.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.params.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to extract parameters from." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.params.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findFunction", + "type": "Function", + "tags": [], + "label": "findFunction", + "description": [ + "\nFinds the first function that matches the predicate.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", predicateOrName: string | ((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>) => boolean)) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findFunction.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node from which to search for a function" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.findFunction.$2", + "type": "CompoundType", + "tags": [], + "label": "predicateOrName", + "description": [ + "Callback to determine if the function is found or\na string with the function name." + ], + "signature": [ + "string | ((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>) => boolean)" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The first function that matches the predicate" + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.hasFunction", + "type": "Function", + "tags": [], + "label": "hasFunction", + "description": [ + "\nSearches for at least one occurrence of a function by name.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", name: string) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.hasFunction.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST subtree to search in." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.hasFunction.$2", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "Function or expression name to search for." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "True if the function or expression is found in the AST." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parent", + "type": "Function", + "tags": [], + "label": "parent", + "description": [ + "\nReturns the parent node of the given child node.\n\nFor example, if the child node is a source node, this method will return\nthe `FROM` command that contains the source:\n\n```typescript\nconst { ast } = EsqlQuery.fromSrc('FROM index');\nconst child = Walker.match(ast, { type: 'source' });\nconst parent = Walker.parent(ast, child); // FROM\nconst grandParent = Walker.parent(ast, parent); // query expression\n```\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", child: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parent.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parent.$2", + "type": "CompoundType", + "tags": [], + "label": "child", + "description": [ + "The child node for which to find the parent." + ], + "signature": [ + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "The parent node of the child, if found." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parents", + "type": "Function", + "tags": [], + "label": "parents", + "description": [ + "\nReturns an array of parent nodes for the given child node.\nThis method traverses the AST upwards from the child node\nand collects all parent nodes until it reaches the root. The\nmost immediate parent is the first element in the array,\nand the root node is the last element.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", child: ", + "ESQLProperNode", + ") => ", + "ESQLProperNode", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parents.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to search in." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.parents.$2", + "type": "CompoundType", + "tags": [], + "label": "child", + "description": [ + "The child node for which to find the parents." + ], + "signature": [ + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "An array of parent nodes for the child, if found." + ] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitComments", + "type": "Function", + "tags": [], + "label": "visitComments", + "description": [ + "\nVisits all comment nodes in the AST. Comments are part of the *hidden*\nchannel and normally not part of the AST. To parse the comments, you\nneed to run the parser with `withFormatting` option set to `true`.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", callback: (comment: ", + "ESQLAstComment", + ", node: ", + "ESQLProperNode", + ", attachment: keyof ", + "ESQLAstNodeFormatting", + ") => void) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitComments.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to search in." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitComments.$2", + "type": "Function", + "tags": [], + "label": "callback", + "description": [ + "Callback function that is called for each comment node.\nThe callback receives the comment node, the node it is attached to,\nand the attachment type (top, left, right, rightSingleLine, bottom)." + ], + "signature": [ + "(comment: ", + "ESQLAstComment", + ", node: ", + "ESQLProperNode", + ", attachment: keyof ", + "ESQLAstNodeFormatting", + ") => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitAny", + "type": "Function", + "tags": [], + "label": "visitAny", + "description": [ + "\nVisits all nodes in the AST.\n" + ], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", visitAny: ((node: ", + "ESQLProperNode", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitAny.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [ + "AST node to walk." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitAny.$2", + "type": "Function", + "tags": [], + "label": "visitAny", + "description": [ + "Callback function to call for each node." + ], + "signature": [ + "((node: ", + "ESQLProperNode", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.visitAny.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "Additional options for the walker." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.aborted", + "type": "boolean", + "tags": [], + "label": "aborted", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.abort", + "type": "Function", + "tags": [], + "label": "abort", + "description": [], + "signature": [ + "() => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk", + "type": "Function", + "tags": [], + "label": "walk", + "description": [], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + " | undefined, parent?: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walk.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkList", + "type": "Function", + "tags": [], + "label": "walkList", + "description": [], + "signature": [ + "(list: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + "[], parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkList.$1", + "type": "Array", + "tags": [], + "label": "list", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkList.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkCommand", + "type": "Function", + "tags": [], + "label": "walkCommand", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkCommand.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkCommand.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkHeaderCommand", + "type": "Function", + "tags": [], + "label": "walkHeaderCommand", + "description": [], + "signature": [ + "(node: ", + "ESQLAstHeaderCommand", + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkHeaderCommand.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLAstHeaderCommand", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkHeaderCommand.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOption", + "type": "Function", + "tags": [], + "label": "walkOption", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOption.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOption.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkExpression", + "type": "Function", + "tags": [], + "label": "walkExpression", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLList", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[], parent?: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkExpression.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLList", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkExpression.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkListLiteral", + "type": "Function", + "tags": [], + "label": "walkListLiteral", + "description": [], + "signature": [ + "(node: ", + "ESQLList", + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkListLiteral.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLList" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkListLiteral.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSource", + "type": "Function", + "tags": [], + "label": "walkSource", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSource.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSource.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkColumn", + "type": "Function", + "tags": [], + "label": "walkColumn", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkColumn.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkColumn.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOrder", + "type": "Function", + "tags": [], + "label": "walkOrder", + "description": [], + "signature": [ + "(node: ", + "ESQLOrderExpression", + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOrder.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLOrderExpression" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkOrder.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkInlineCast", + "type": "Function", + "tags": [], + "label": "walkInlineCast", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + ">, parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkInlineCast.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkInlineCast.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkFunction", + "type": "Function", + "tags": [], + "label": "walkFunction", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>, parent?: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkFunction.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkFunction.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMap", + "type": "Function", + "tags": [], + "label": "walkMap", + "description": [], + "signature": [ + "(node: ", + "ESQLMap", + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMap.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLMap" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMap.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMapEntry", + "type": "Function", + "tags": [], + "label": "walkMapEntry", + "description": [], + "signature": [ + "(node: ", + "ESQLMapEntry", + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMapEntry.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLMapEntry" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkMapEntry.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkParens", + "type": "Function", + "tags": [], + "label": "walkParens", + "description": [], + "signature": [ + "(node: ", + "ESQLParens", + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkParens.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLParens" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkParens.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkQuery", + "type": "Function", + "tags": [], + "label": "walkQuery", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkQuery.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkQuery.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSingleAstItem", + "type": "Function", + "tags": [], + "label": "walkSingleAstItem", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ", parent: ", + "ESQLProperNode", + " | undefined) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSingleAstItem.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Walker.walkSingleAstItem.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter", + "type": "Class", + "tags": [], + "label": "WrappingPrettyPrinter", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(query: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ", opts?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + }, + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.print.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.print.$2", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.opts", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "{ indent: string; tab: string; pipeTab: string; commandTab: string; multiline: boolean; wrap: number; skipHeader: boolean; lowercase: boolean; lowercaseCommands: boolean; lowercaseOptions: boolean; lowercaseFunctions: boolean; lowercaseKeywords: boolean; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.keyword", + "type": "Function", + "tags": [], + "label": "keyword", + "description": [], + "signature": [ + "(word: string) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.keyword.$1", + "type": "string", + "tags": [], + "label": "word", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.printTopDecorations", + "type": "Function", + "tags": [], + "label": "printTopDecorations", + "description": [], + "signature": [ + "(indent: string, node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.printTopDecorations.$1", + "type": "string", + "tags": [], + "label": "indent", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.printTopDecorations.$2", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.decorateWithComments", + "type": "Function", + "tags": [], + "label": "decorateWithComments", + "description": [], + "signature": [ + "({ indent, suffix }: Input, node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + ", txt: string, indented?: boolean) => { txt: string; indented: boolean; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.decorateWithComments.$1", + "type": "Object", + "tags": [], + "label": "{ indent, suffix }", + "description": [], + "signature": [ + "Input" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.decorateWithComments.$2", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.decorateWithComments.$3", + "type": "string", + "tags": [], + "label": "txt", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.decorateWithComments.$4", + "type": "boolean", + "tags": [], + "label": "indented", + "description": [], + "signature": [ + "boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.visitor", + "type": "Object", + "tags": [], + "label": "visitor", + "description": [], + "signature": [ + "Visitor", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(query: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ") => any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinter.print.$1", + "type": "Object", + "tags": [], + "label": "query", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.binaryExpressionGroup", + "type": "Function", + "tags": [], + "label": "binaryExpressionGroup", + "description": [ + "\nReturns the group of a binary expression.\n" + ], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BinaryExpressionGroup", + "text": "BinaryExpressionGroup" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.binaryExpressionGroup.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [ + "Any ES|QL AST node." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "Binary expression group or undefined if the node is\nnot a binary expression." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.cmd", + "type": "Function", + "tags": [], + "label": "cmd", + "description": [ + "\nShort 3-letter alias for DX convenience." + ], + "signature": [ + "SynthGenerator", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "> & ", + "SynthTaggedTemplate", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "> & ", + "SynthTaggedTemplateWithOpts", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/synth/command.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.e", + "type": "Function", + "tags": [], + "label": "e", + "description": [ + "\nAlias for {@link esql} for convenience." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryTag", + "text": "ComposerQueryTag" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParametrizedComposerQueryTag", + "text": "ParametrizedComposerQueryTag" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryGenerator", + "text": "ComposerQueryGenerator" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + }, + "> & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryTagMethods", + "text": "ComposerQueryTagMethods" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.esql", + "type": "Function", + "tags": [], + "label": "esql", + "description": [ + "\nESQL query composer tag function.\n\nThis function allows you to create ESQL queries using template literals.\nIt supports both static and dynamic inputs, but it is designed to provide\nsafe and structured query construction with dynamic parameters.\n\nBasic example:\n\n```typescript\nconst inputFromUser = 42;\nconst query = esql`FROM index | WHERE foo > ${inputFromUser} | LIMIT 10`;\n```\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryTag", + "text": "ComposerQueryTag" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParametrizedComposerQueryTag", + "text": "ParametrizedComposerQueryTag" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryGenerator", + "text": "ComposerQueryGenerator" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + }, + "> & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryTagMethods", + "text": "ComposerQueryTagMethods" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/esql.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.exp", + "type": "Function", + "tags": [], + "label": "exp", + "description": [ + "\nShort 3-letter alias for DX convenience." + ], + "signature": [ + "SynthGenerator", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + "> & ", + "SynthTaggedTemplate", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + "> & ", + "SynthTaggedTemplateWithOpts", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/synth/expression.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.firstItem", + "type": "Function", + "tags": [], + "label": "firstItem", + "description": [ + "\nReturns the first normalized \"single item\" from the \"item\" list.\n" + ], + "signature": [ + "(items: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.firstItem.$1", + "type": "Array", + "tags": [], + "label": "items", + "description": [ + "Returns the first \"single item\" from the \"item\" list." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A \"single item\", if any." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getHoverItem", + "type": "Function", + "tags": [], + "label": "getHoverItem", + "description": [], + "signature": [ + "(fullText: string, offset: number, callbacks: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined) => Promise" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getHoverItem.$1", + "type": "string", + "tags": [], + "label": "fullText", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getHoverItem.$2", + "type": "number", + "tags": [], + "label": "offset", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getHoverItem.$3", + "type": "Object", + "tags": [], + "label": "callbacks", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getNoValidCallSignatureError", + "type": "Function", + "tags": [], + "label": "getNoValidCallSignatureError", + "description": [], + "signature": [ + "(fnName: string, givenTypes: string[]) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/validation/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getNoValidCallSignatureError.$1", + "type": "string", + "tags": [], + "label": "fnName", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/validation/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getNoValidCallSignatureError.$2", + "type": "Array", + "tags": [], + "label": "givenTypes", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/validation/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getSignatureHelp", + "type": "Function", + "tags": [], + "label": "getSignatureHelp", + "description": [], + "signature": [ + "(fullText: string, offset: number, callbacks: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined) => Promise" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/signature_help/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getSignatureHelp.$1", + "type": "string", + "tags": [], + "label": "fullText", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/signature_help/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getSignatureHelp.$2", + "type": "number", + "tags": [], + "label": "offset", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/signature_help/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.getSignatureHelp.$3", + "type": "Object", + "tags": [], + "label": "callbacks", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/signature_help/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inlineSuggest", + "type": "Function", + "tags": [], + "label": "inlineSuggest", + "description": [], + "signature": [ + "(fullText: string, textBeforeCursor: string, range: { readonly startLineNumber: number; readonly startColumn: number; readonly endLineNumber: number; readonly endColumn: number; } | undefined, callbacks: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined) => Promise<{ items: ", + "InlineSuggestionItem", + "[]; }>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/inline_suggestions/inline_suggest.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inlineSuggest.$1", + "type": "string", + "tags": [], + "label": "fullText", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/inline_suggestions/inline_suggest.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inlineSuggest.$2", + "type": "string", + "tags": [], + "label": "textBeforeCursor", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/inline_suggestions/inline_suggest.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inlineSuggest.$3", + "type": "Object", + "tags": [], + "label": "range", + "description": [], + "signature": [ + "{ readonly startLineNumber: number; readonly startColumn: number; readonly endLineNumber: number; readonly endColumn: number; } | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/inline_suggestions/inline_suggest.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inlineSuggest.$4", + "type": "Object", + "tags": [], + "label": "callbacks", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/inline_suggestions/inline_suggest.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isArrayType", + "type": "Function", + "tags": [], + "label": "isArrayType", + "description": [], + "signature": [ + "(type: string) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isArrayType.$1", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isAsExpression", + "type": "Function", + "tags": [], + "label": "isAsExpression", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLBinaryExpression", + "<\"as\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isAsExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isAssignment", + "type": "Function", + "tags": [], + "label": "isAssignment", + "description": [], + "signature": [ + "(node: unknown) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isAssignment.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isBinaryExpression", + "type": "Function", + "tags": [], + "label": "isBinaryExpression", + "description": [ + "\nReturns true if the given node is a binary expression, i.e. an operator\nsurrounded by two operands:\n\n```\n1 + 1\ncolumn LIKE \"foo\"\nfoo = \"bar\"\n```\n" + ], + "signature": [ + "(node: unknown) => node is ", + "ESQLBinaryExpression", + "<", + "BinaryExpressionOperator", + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isBinaryExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [ + "Any ES|QL AST node." + ], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isBooleanLiteral", + "type": "Function", + "tags": [], + "label": "isBooleanLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLBooleanLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isBooleanLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isColumn", + "type": "Function", + "tags": [], + "label": "isColumn", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isColumn.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isCommand", + "type": "Function", + "tags": [], + "label": "isCommand", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isCommand.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isDatePeriodLiteral", + "type": "Function", + "tags": [], + "label": "isDatePeriodLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLDatePeriodLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isDatePeriodLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isDoubleLiteral", + "type": "Function", + "tags": [], + "label": "isDoubleLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLIntegerLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isDoubleLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFieldExpression", + "type": "Function", + "tags": [], + "label": "isFieldExpression", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLBinaryExpression", + "<\"where\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFieldExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFieldType", + "type": "Function", + "tags": [], + "label": "isFieldType", + "description": [], + "signature": [ + "(str: string | undefined) => str is string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFieldType.$1", + "type": "string", + "tags": [], + "label": "str", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFunctionExpression", + "type": "Function", + "tags": [], + "label": "isFunctionExpression", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isFunctionExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isHeaderCommand", + "type": "Function", + "tags": [], + "label": "isHeaderCommand", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLAstHeaderCommand", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isHeaderCommand.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isIdentifier", + "type": "Function", + "tags": [], + "label": "isIdentifier", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLIdentifier" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isIdentifier.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isInlineCast", + "type": "Function", + "tags": [], + "label": "isInlineCast", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isInlineCast.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isIntegerLiteral", + "type": "Function", + "tags": [], + "label": "isIntegerLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLIntegerLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isIntegerLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isList", + "type": "Function", + "tags": [], + "label": "isList", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLList" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isList.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isLiteral", + "type": "Function", + "tags": [], + "label": "isLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isMap", + "type": "Function", + "tags": [], + "label": "isMap", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLMap" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isMap.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isNumericType", + "type": "Function", + "tags": [], + "label": "isNumericType", + "description": [], + "signature": [ + "(type: unknown) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isNumericType.$1", + "type": "Unknown", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isOptionNode", + "type": "Function", + "tags": [], + "label": "isOptionNode", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + ") => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isOptionNode.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParameterType", + "type": "Function", + "tags": [], + "label": "isParameterType", + "description": [], + "signature": [ + "(str: string | undefined) => str is string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParameterType.$1", + "type": "string", + "tags": [], + "label": "str", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParametrized", + "type": "Function", + "tags": [], + "label": "isParametrized", + "description": [], + "signature": [ + "(node: ", + "ESQLProperNode", + ") => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParametrized.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParamLiteral", + "type": "Function", + "tags": [], + "label": "isParamLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParamLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParens", + "type": "Function", + "tags": [], + "label": "isParens", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLParens" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isParens.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isProperNode", + "type": "Function", + "tags": [], + "label": "isProperNode", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isProperNode.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isQuery", + "type": "Function", + "tags": [], + "label": "isQuery", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isQuery.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isReturnType", + "type": "Function", + "tags": [], + "label": "isReturnType", + "description": [], + "signature": [ + "(str: string) => str is string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isReturnType.$1", + "type": "string", + "tags": [], + "label": "str", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isSource", + "type": "Function", + "tags": [], + "label": "isSource", + "description": [], + "signature": [ + "(node: unknown) => node is ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isSource.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isStringLiteral", + "type": "Function", + "tags": [], + "label": "isStringLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLStringLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isStringLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isSubQuery", + "type": "Function", + "tags": [], + "label": "isSubQuery", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLParens", + " & { child: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + "; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isSubQuery.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isTimeDurationLiteral", + "type": "Function", + "tags": [], + "label": "isTimeDurationLiteral", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLTimeDurationLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isTimeDurationLiteral.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isUnaryExpression", + "type": "Function", + "tags": [], + "label": "isUnaryExpression", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLUnaryExpression", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isUnaryExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isUnknownNode", + "type": "Function", + "tags": [], + "label": "isUnknownNode", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLUnknownItem" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isUnknownNode.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isWhereExpression", + "type": "Function", + "tags": [], + "label": "isWhereExpression", + "description": [], + "signature": [ + "(node: unknown) => node is ", + "ESQLBinaryExpression", + "<\"where\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.isWhereExpression.$1", + "type": "Unknown", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/is.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.lastItem", + "type": "Function", + "tags": [], + "label": "lastItem", + "description": [ + "\nReturns the last normalized \"single item\" from the \"item\" list.\n" + ], + "signature": [ + "(items: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.lastItem.$1", + "type": "Array", + "tags": [], + "label": "items", + "description": [ + "Returns the last \"single item\" from the \"item\" list." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A \"single item\", if any." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.parse", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "parse", + "description": [], + "signature": [ + "(src: string | undefined, options?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": true, + "trackAdoption": false, + "references": [ + { + "plugin": "@kbn/esql-composer", + "path": "src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts" + }, + { + "plugin": "@kbn/esql-composer", + "path": "src/platform/packages/shared/kbn-esql-composer/src/commands/from.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/rule_flyout_component.tsx" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/alert_rule_from_vis_ui_action/escape_field_name_factory.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_row_additional_leading_controls.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "inference", + "path": "x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/compute_if_esql_query_aggregating.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/parse_esql_query.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts" + }, + { + "plugin": "@kbn/securitysolution-utils", + "path": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src/esql/get_mv_expand_fields.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/assistant/tools/esql/graphs/generate_esql/nodes/validate_esql_in_last_message_node/utils.ts" + }, + { + "plugin": "@kbn/esql-composer", + "path": "src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts" + }, + { + "plugin": "@kbn/esql-composer", + "path": "src/platform/packages/shared/kbn-esql-composer/src/pipeline/replace_parameters.test.ts" + } + ], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.parse.$1", + "type": "string", + "tags": [], + "label": "src", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.parse.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseOptions", + "text": "ParseOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.qry", + "type": "Function", + "tags": [], + "label": "qry", + "description": [ + "\nShort 3-letter alias for DX convenience." + ], + "signature": [ + "SynthGenerator", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + "> & ", + "SynthTaggedTemplate", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + "> & ", + "SynthTaggedTemplateWithOpts", + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/synth/query.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.resolveItem", + "type": "Function", + "tags": [], + "label": "resolveItem", + "description": [], + "signature": [ + "(items: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.resolveItem.$1", + "type": "CompoundType", + "tags": [], + "label": "items", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.singleItems", + "type": "Function", + "tags": [], + "label": "singleItems", + "description": [ + "\nNormalizes AST \"item\" list to only contain *single* items.\n" + ], + "signature": [ + "(items: Iterable<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLList", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]>) => Iterable<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.singleItems.$1", + "type": "Object", + "tags": [], + "label": "items", + "description": [ + "A list of single or nested items." + ], + "signature": [ + "Iterable<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLList", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/visitor/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.suggest", + "type": "Function", + "tags": [], + "label": "suggest", + "description": [], + "signature": [ + "(fullText: string, offset: number, resourceRetriever: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined) => Promise<", + "ISuggestionItem", + "[]>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/autocomplete/autocomplete.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.suggest.$1", + "type": "string", + "tags": [], + "label": "fullText", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/autocomplete/autocomplete.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.suggest.$2", + "type": "number", + "tags": [], + "label": "offset", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/autocomplete/autocomplete.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.suggest.$3", + "type": "Object", + "tags": [], + "label": "resourceRetriever", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/autocomplete/autocomplete.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.supportsArithmeticOperations", + "type": "Function", + "tags": [], + "label": "supportsArithmeticOperations", + "description": [], + "signature": [ + "(type: string) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.supportsArithmeticOperations.$1", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.unaryExpressionGroup", + "type": "Function", + "tags": [], + "label": "unaryExpressionGroup", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.UnaryExpressionGroup", + "text": "UnaryExpressionGroup" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.unaryExpressionGroup.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.validateQuery", + "type": "Function", + "tags": [], + "label": "validateQuery", + "description": [ + "\nES|QL validation public API\nIt takes a query string and returns a list of messages (errors and warnings) after validate\nThe astProvider is optional, but if not provided the default one will be used.\nThis is useful for async loading the ES|QL parser and reduce the bundle size, or to swap grammar version.\nAs for the callbacks, while optional, the validation function will selectively ignore some errors types based on each callback missing.\n" + ], + "signature": [ + "(queryString: string, callbacks: ", + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined, options: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ValidationOptions", + "text": "ValidationOptions" + }, + " | undefined) => Promise<", + "ValidationResult", + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/validation.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.validateQuery.$1", + "type": "string", + "tags": [], + "label": "queryString", + "description": [ + "- The query string to validate" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/validation.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.validateQuery.$2", + "type": "Object", + "tags": [], + "label": "callbacks", + "description": [ + "- Optional callbacks for resource retrieval." + ], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/validation.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.validateQuery.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ValidationOptions", + "text": "ValidationOptions" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/validation.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.walk", + "type": "Function", + "tags": [], + "label": "walk", + "description": [], + "signature": [ + "(tree: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerAstNode", + "text": "WalkerAstNode" + }, + ", options: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + }, + ") => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Walker", + "text": "Walker" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.walk.$1", + "type": "CompoundType", + "tags": [], + "label": "tree", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.walk.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WalkerOptions", + "text": "WalkerOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.withAutoSuggest", + "type": "Function", + "tags": [], + "label": "withAutoSuggest", + "description": [ + "\nGiven a suggestion item, decorates it with editor.action.triggerSuggest\nthat triggers the autocomplete dialog again after accepting the suggestion.\n\nIf the suggestion item already has a custom command, it will preserve it, by attaching\nthe triggerSuggest command as part of a multiCommands execution." + ], + "signature": [ + "(suggestionItem: ", + "ISuggestionItem", + ") => ", + "ISuggestionItem" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/autocomplete/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.withAutoSuggest.$1", + "type": "Object", + "tags": [], + "label": "suggestionItem", + "description": [], + "signature": [ + "ISuggestionItem" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/autocomplete/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.within", + "type": "Function", + "tags": [], + "label": "within", + "description": [], + "signature": [ + "(inner: number | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ", outer: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + " | ", + "ESQLAstComment", + " | undefined) => boolean" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/location.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.within.$1", + "type": "CompoundType", + "tags": [], + "label": "inner", + "description": [], + "signature": [ + "number | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/location.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.within.$2", + "type": "CompoundType", + "tags": [], + "label": "outer", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + " | ", + "ESQLAstComment", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/location.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions", + "type": "Interface", + "tags": [], + "label": "BasicPrettyPrinterOptions", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.multiline", + "type": "CompoundType", + "tags": [], + "label": "multiline", + "description": [ + "\nWhether to break the query into multiple lines on each pipe. Defaults to\n`false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.pipeTab", + "type": "string", + "tags": [], + "label": "pipeTab", + "description": [ + "\nTabbing string inserted before a pipe, when `multiline` is `true`. Defaults\nto two spaces." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.skipHeader", + "type": "CompoundType", + "tags": [ + "default" + ], + "label": "skipHeader", + "description": [ + "\nWhether to skip printing header commands (e.g., SET instructions).\n" + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.lowercase", + "type": "CompoundType", + "tags": [], + "label": "lowercase", + "description": [ + "\nThe default lowercase setting to use for all options. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.lowercaseCommands", + "type": "CompoundType", + "tags": [], + "label": "lowercaseCommands", + "description": [ + "\nWhether to lowercase command names. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.lowercaseOptions", + "type": "CompoundType", + "tags": [], + "label": "lowercaseOptions", + "description": [ + "\nWhether to lowercase command options. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.lowercaseFunctions", + "type": "CompoundType", + "tags": [], + "label": "lowercaseFunctions", + "description": [ + "\nWhether to lowercase function names. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterOptions.lowercaseKeywords", + "type": "CompoundType", + "tags": [], + "label": "lowercaseKeywords", + "description": [ + "\nWhether to lowercase keywords. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods", + "type": "Interface", + "tags": [], + "label": "ComposerQueryTagMethods", + "description": [ + "\nMethods available of the `esql` tagged template function.\nThese methods are used to construct AST nodes." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryTagMethods", + "text": "ComposerQueryTagMethods" + }, + " extends Omit" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.par", + "type": "Function", + "tags": [], + "label": "par", + "description": [], + "signature": [ + "(value: unknown, name?: string | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterHole", + "text": "ParameterHole" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.par.$1", + "type": "Unknown", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.par.$2", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.dpar", + "type": "Function", + "tags": [], + "label": "dpar", + "description": [], + "signature": [ + "(value: unknown, name?: string | undefined) => ", + "DoubleParameterHole" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.dpar.$1", + "type": "Unknown", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.dpar.$2", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.from", + "type": "Function", + "tags": [], + "label": "from", + "description": [ + "\nCreates a new {@linkcode ComposerQuery} instance with a `FROM` command with\nthe specified list of sources.\n\nExample:\n\n```typescript\nconst query = esql.from('kibana_ecommerce_index', 'kibana_logs_index');\n// FROM kibana_ecommerce_index, kibana_logs_index\n```\n\nor with metadata fields:\n\n```typescript\nconst query = esql.from(\n ['kibana_ecommerce_index', 'kibana_logs_index'],\n ['_id', '_index']\n);\n// FROM kibana_ecommerce_index, kibana_logs_index WITH METADATA _id, _index\n```\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FromSourcesQueryStarter", + "text": "FromSourcesQueryStarter" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FromSourcesAndMetadataQueryStarter", + "text": "FromSourcesAndMetadataQueryStarter" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.ts", + "type": "Function", + "tags": [], + "label": "ts", + "description": [ + "\nCreates a new {@linkcode ComposerQuery} instance with a `TS` command with\nthe specified list of sources.\n\nExample:\n\n```typescript\nconst query = esql.ts('kibana_ecommerce_index', 'kibana_logs_index');\n// TS kibana_ecommerce_index, kibana_logs_index\n```\n\nor with metadata fields:\n\n```typescript\nconst query = esql.from(\n ['kibana_ecommerce_index', 'kibana_logs_index'],\n ['_id', '_index']\n);\n// FROM kibana_ecommerce_index, kibana_logs_index WITH METADATA _id, _index\n```\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FromSourcesQueryStarter", + "text": "FromSourcesQueryStarter" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FromSourcesAndMetadataQueryStarter", + "text": "FromSourcesAndMetadataQueryStarter" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagMethods.nop", + "type": "Object", + "tags": [], + "label": "nop", + "description": [ + "\nAn AST no-op command that can be used in the query, for example in\nconditional expressions.\n\nExample:\n\n```typescript\nconst shouldAddNoop = true;\nconst query = esql`FROM index\n | ${shouldAddNoop ? esql.noop : esql.cmd`WHERE foo > 42`}\n | LIMIT 10`;\n```\n\nNo-op command is removed from the final query during synthesis.\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerSourceWithAlias", + "type": "Interface", + "tags": [], + "label": "ComposerSourceWithAlias", + "description": [ + "\nA shorthand for specifying a source with an optional alias.\n\n```\n{ index: 'my_index', alias: 'i' }\n// Result: my_index AS i\n```" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerSourceWithAlias.index", + "type": "string", + "tags": [], + "label": "index", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerSourceWithAlias.alias", + "type": "string", + "tags": [], + "label": "alias", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError", + "type": "Interface", + "tags": [], + "label": "EditorError", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.startLineNumber", + "type": "number", + "tags": [], + "label": "startLineNumber", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.endLineNumber", + "type": "number", + "tags": [], + "label": "endLineNumber", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.startColumn", + "type": "number", + "tags": [], + "label": "startColumn", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.endColumn", + "type": "number", + "tags": [], + "label": "endColumn", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.message", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EditorError.severity", + "type": "CompoundType", + "tags": [], + "label": "severity", + "description": [], + "signature": [ + "number | \"error\" | \"warning\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchCommandDefinition", + "type": "Interface", + "tags": [], + "label": "ElasticsearchCommandDefinition", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchCommandDefinition.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchCommandDefinition.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchCommandDefinition.license", + "type": "CompoundType", + "tags": [], + "label": "license", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchCommandDefinition.observability_tier", + "type": "string", + "tags": [], + "label": "observability_tier", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition", + "type": "Interface", + "tags": [], + "label": "ElasticsearchSettingsDefinition", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.serverlessOnly", + "type": "boolean", + "tags": [], + "label": "serverlessOnly", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.preview", + "type": "boolean", + "tags": [], + "label": "preview", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.snapshotOnly", + "type": "boolean", + "tags": [], + "label": "snapshotOnly", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ElasticsearchSettingsDefinition.ignoreAsSuggestion", + "type": "CompoundType", + "tags": [], + "label": "ignoreAsSuggestion", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem", + "type": "Interface", + "tags": [], + "label": "ESQLAstBaseItem", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem.name", + "type": "Uncategorized", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "Name" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem.text", + "type": "string", + "tags": [], + "label": "text", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem.location", + "type": "Object", + "tags": [], + "label": "location", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLocation", + "text": "ESQLLocation" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem.incomplete", + "type": "boolean", + "tags": [], + "label": "incomplete", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstBaseItem.formatting", + "type": "Object", + "tags": [], + "label": "formatting", + "description": [], + "signature": [ + "ESQLAstNodeFormatting", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstChangePointCommand", + "type": "Interface", + "tags": [], + "label": "ESQLAstChangePointCommand", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstChangePointCommand", + "text": "ESQLAstChangePointCommand" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "<\"change_point\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstChangePointCommand.value", + "type": "Object", + "tags": [], + "label": "value", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstChangePointCommand.key", + "type": "Object", + "tags": [], + "label": "key", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstChangePointCommand.target", + "type": "Object", + "tags": [], + "label": "target", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + "; pvalue: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + "; } | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstForkCommand", + "type": "Interface", + "tags": [], + "label": "ESQLAstForkCommand", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstForkCommand", + "text": "ESQLAstForkCommand" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "<\"fork\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstForkCommand.args", + "type": "Array", + "tags": [], + "label": "args", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLForkParens", + "text": "ESQLForkParens" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstJoinCommand", + "type": "Interface", + "tags": [], + "label": "ESQLAstJoinCommand", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstJoinCommand", + "text": "ESQLAstJoinCommand" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "<\"join\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstJoinCommand.commandType", + "type": "CompoundType", + "tags": [], + "label": "commandType", + "description": [], + "signature": [ + "\"right\" | \"left\" | \"lookup\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstQueryExpression", + "type": "Interface", + "tags": [], + "label": "ESQLAstQueryExpression", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "<\"\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstQueryExpression.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"query\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstQueryExpression.header", + "type": "Array", + "tags": [], + "label": "header", + "description": [], + "signature": [ + "ESQLAstHeaderCommand", + "[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstQueryExpression.commands", + "type": "Array", + "tags": [], + "label": "commands", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn", + "type": "Interface", + "tags": [], + "label": "ESQLColumn", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"column\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn.qualifier", + "type": "Object", + "tags": [], + "label": "qualifier", + "description": [ + "\nOptional qualifier for the column, e.g. index name or alias.\n" + ], + "signature": [ + "ESQLIdentifier", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn.args", + "type": "Array", + "tags": [], + "label": "args", + "description": [ + "\nA ES|QL column name can be composed of multiple parts,\ne.g: part1.part2.`part``3️⃣`.?param. Where parts can be quoted, or not\nquoted, or even be a parameter.\n\nThe args list contains the parts of the column name." + ], + "signature": [ + "(", + "ESQLIdentifier", + " | ", + "ESQLParam", + ")[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn.parts", + "type": "Array", + "tags": [], + "label": "parts", + "description": [ + "\nAn identifier can be composed of multiple parts, e.g: part1.part2.`part``3️⃣`.\nThis property contains the parsed unquoted parts of the identifier.\nFor example: `['part1', 'part2', 'part`3️⃣']`." + ], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLColumn.quoted", + "type": "boolean", + "tags": [ + "deprecated" + ], + "label": "quoted", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": true, + "trackAdoption": false, + "references": [ + { + "plugin": "@kbn/esql-composer", + "path": "src/platform/packages/shared/kbn-esql-composer/src/transformers/parameter_replacer.test.ts" + }, + { + "plugin": "@kbn/esql-utils", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts" + }, + { + "plugin": "@kbn/esql-utils", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts" + }, + { + "plugin": "@kbn/esql-utils", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts" + }, + { + "plugin": "@kbn/esql-utils", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.test.ts" + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommand", + "type": "Interface", + "tags": [], + "label": "ESQLCommand", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommand.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"command\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommand.commandType", + "type": "string", + "tags": [], + "label": "commandType", + "description": [ + "\nThe subtype of the command. For example, the `JOIN` command can be: (1)\nLOOKUP JOIN, (2) LEFT JOIN, (3) RIGHT JOIN." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommand.args", + "type": "Array", + "tags": [], + "label": "args", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommandOption", + "type": "Interface", + "tags": [], + "label": "ESQLCommandOption", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommandOption.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"option\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLCommandOption.args", + "type": "Array", + "tags": [], + "label": "args", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLForkParens", + "type": "Interface", + "tags": [], + "label": "ESQLForkParens", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLForkParens", + "text": "ESQLForkParens" + }, + " extends ", + "ESQLParens" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLForkParens.child", + "type": "Object", + "tags": [], + "label": "child", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLFunction", + "type": "Interface", + "tags": [], + "label": "ESQLFunction", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"function\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLFunction.subtype", + "type": "Uncategorized", + "tags": [], + "label": "subtype", + "description": [ + "\nDefault is 'variadic-call'." + ], + "signature": [ + "Subtype | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLFunction.operator", + "type": "CompoundType", + "tags": [], + "label": "operator", + "description": [ + "\nA node representing the function or operator being called." + ], + "signature": [ + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLFunction.args", + "type": "Array", + "tags": [], + "label": "args", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLInlineCast", + "type": "Interface", + "tags": [], + "label": "ESQLInlineCast", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLInlineCast.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"inlineCast\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLInlineCast.value", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "ValueType" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLInlineCast.castType", + "type": "CompoundType", + "tags": [], + "label": "castType", + "description": [], + "signature": [ + "\"string\" | \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"keyword\" | \"date\" | \"date_nanos\" | \"version\" | \"integer\" | \"long\" | \"double\" | \"aggregate_metric_double\" | \"dense_vector\" | \"unsigned_long\" | \"bool\" | \"datetime\" | \"int\" | \"date_period\" | \"time_duration\" | \"cartesian_point\" | \"cartesian_shape\" | \"geohash\" | \"geohex\" | \"geotile\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLLocation", + "type": "Interface", + "tags": [], + "label": "ESQLLocation", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLLocation.min", + "type": "number", + "tags": [], + "label": "min", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLLocation.max", + "type": "number", + "tags": [], + "label": "max", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage", + "type": "Interface", + "tags": [], + "label": "ESQLMessage", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"error\" | \"warning\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.text", + "type": "string", + "tags": [], + "label": "text", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.location", + "type": "Object", + "tags": [], + "label": "location", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLocation", + "text": "ESQLLocation" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.errorType", + "type": "string", + "tags": [], + "label": "errorType", + "description": [], + "signature": [ + "\"semantic\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLMessage.requiresCallback", + "type": "string", + "tags": [], + "label": "requiresCallback", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral", + "type": "Interface", + "tags": [], + "label": "ESQLParamLiteral", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"literal\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral.literalType", + "type": "string", + "tags": [], + "label": "literalType", + "description": [], + "signature": [ + "\"param\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral.paramKind", + "type": "Uncategorized", + "tags": [], + "label": "paramKind", + "description": [], + "signature": [ + "ParamKind" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral.paramType", + "type": "Uncategorized", + "tags": [], + "label": "paramType", + "description": [], + "signature": [ + "ParamType" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLParamLiteral.value", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string | number" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest", + "type": "Interface", + "tags": [], + "label": "EsqlRequest", + "description": [ + "\nThe Elasticsearch request body as it can be sent to the `POST /_query` endpoint." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.query", + "type": "string", + "tags": [], + "label": "query", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.params", + "type": "Array", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlRequestParams", + "text": "EsqlRequestParams" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.filter", + "type": "Unknown", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.columnar", + "type": "CompoundType", + "tags": [], + "label": "columnar", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.locale", + "type": "string", + "tags": [], + "label": "locale", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequest.wait_for_completion_timeout", + "type": "string", + "tags": [], + "label": "wait_for_completion_timeout", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource", + "type": "Interface", + "tags": [], + "label": "ESQLSource", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstBaseItem", + "text": "ESQLAstBaseItem" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"source\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource.sourceType", + "type": "CompoundType", + "tags": [], + "label": "sourceType", + "description": [], + "signature": [ + "\"index\" | \"policy\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource.prefix", + "type": "Object", + "tags": [], + "label": "prefix", + "description": [ + "\nRepresents the prefix part of the source identifier. Empty string if not\npresent. Used in index pattern as the cluster identifier or as \"mode\" in\nenrich policy.\n\n```\nFROM [:]\n```" + ], + "signature": [ + "ESQLStringLiteral", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource.index", + "type": "Object", + "tags": [], + "label": "index", + "description": [ + "\nRepresents the index part of the source identifier. Unescaped and unquoted.\n\n```\nFROM [:]\n```" + ], + "signature": [ + "ESQLStringLiteral", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSource.selector", + "type": "Object", + "tags": [], + "label": "selector", + "description": [ + "\nRepresents the selector (component) part of the source identifier.\n\n```\nFROM [::]\n```" + ], + "signature": [ + "ESQLStringLiteral", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition", + "type": "Interface", + "tags": [], + "label": "FunctionDefinition", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinitionTypes", + "text": "FunctionDefinitionTypes" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.preview", + "type": "CompoundType", + "tags": [], + "label": "preview", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.ignoreAsSuggestion", + "type": "CompoundType", + "tags": [], + "label": "ignoreAsSuggestion", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.alias", + "type": "Array", + "tags": [], + "label": "alias", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.locationsAvailable", + "type": "Array", + "tags": [], + "label": "locationsAvailable", + "description": [], + "signature": [ + "Location", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.signatures", + "type": "Array", + "tags": [], + "label": "signatures", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Signature", + "text": "Signature" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.examples", + "type": "Array", + "tags": [], + "label": "examples", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.operator", + "type": "string", + "tags": [], + "label": "operator", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.customParametersSnippet", + "type": "string", + "tags": [], + "label": "customParametersSnippet", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.license", + "type": "CompoundType", + "tags": [], + "label": "license", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinition.observabilityTier", + "type": "CompoundType", + "tags": [], + "label": "observabilityTier", + "description": [], + "signature": [ + "\"COMPLETE\" | \"LOGS_ESSENTIALS\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionFilterPredicates", + "type": "Interface", + "tags": [], + "label": "FunctionFilterPredicates", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionFilterPredicates.location", + "type": "Enum", + "tags": [], + "label": "location", + "description": [], + "signature": [ + "Location" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionFilterPredicates.returnTypes", + "type": "Array", + "tags": [], + "label": "returnTypes", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionFilterPredicates.ignored", + "type": "Array", + "tags": [], + "label": "ignored", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionFilterPredicates.allowed", + "type": "Array", + "tags": [], + "label": "allowed", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter", + "type": "Interface", + "tags": [], + "label": "FunctionParameter", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.optional", + "type": "CompoundType", + "tags": [], + "label": "optional", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.supportsWildcard", + "type": "CompoundType", + "tags": [], + "label": "supportsWildcard", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.constantOnly", + "type": "CompoundType", + "tags": [], + "label": "constantOnly", + "description": [ + "\nIf set, this parameter does not accept a field. It only accepts a constant,\nthough a function can be used to create the value. (e.g. now() for dates or concat() for strings)" + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.fieldsOnly", + "type": "CompoundType", + "tags": [], + "label": "fieldsOnly", + "description": [ + "\nDefault to false. If set to true, this parameter does not accept a function or literal, only fields." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.suggestedValues", + "type": "Array", + "tags": [], + "label": "suggestedValues", + "description": [ + "\nA list of suggested values for this parameter." + ], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.mapParams", + "type": "string", + "tags": [], + "label": "mapParams", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.supportsMultiValues", + "type": "CompoundType", + "tags": [], + "label": "supportsMultiValues", + "description": [ + "If true, this parameter supports multiple values (arrays). Default is false.\nThis indicates that the parameter can accept multiple values, which will be passed as an array." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameter.hint", + "type": "Object", + "tags": [], + "label": "hint", + "description": [ + "\nProvides information that is useful for getting parameter values from external sources.\nFor example, an inference endpoint" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterHint", + "text": "ParameterHint" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Literals", + "type": "Interface", + "tags": [], + "label": "Literals", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Literals.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Literals.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHint", + "type": "Interface", + "tags": [], + "label": "ParameterHint", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHint.entityType", + "type": "string", + "tags": [], + "label": "entityType", + "description": [], + "signature": [ + "\"inference_endpoint\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHint.constraints", + "type": "Object", + "tags": [], + "label": "constraints", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseOptions", + "type": "Interface", + "tags": [], + "label": "ParseOptions", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseOptions.withFormatting", + "type": "CompoundType", + "tags": [], + "label": "withFormatting", + "description": [ + "\nWhether to collect and attach to AST nodes user's custom formatting:\ncomments and whitespace." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseResult", + "type": "Interface", + "tags": [], + "label": "ParseResult", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParseResult", + "text": "ParseResult" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseResult.root", + "type": "Uncategorized", + "tags": [], + "label": "root", + "description": [ + "\nThe root *QueryExpression* node of the parsed tree." + ], + "signature": [ + "T" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseResult.ast", + "type": "Array", + "tags": [ + "deprecated" + ], + "label": "ast", + "description": [ + "\nList of parsed commands.\n" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": true, + "trackAdoption": false, + "references": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseResult.tokens", + "type": "Array", + "tags": [], + "label": "tokens", + "description": [ + "\nList of ANTLR tokens generated by the lexer." + ], + "signature": [ + "Token", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParseResult.errors", + "type": "Array", + "tags": [], + "label": "errors", + "description": [ + "\nList of parsing errors." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EditorError", + "text": "EditorError" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/parser.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.QueryCommandTag", + "type": "Interface", + "tags": [], + "label": "QueryCommandTag", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.QueryCommandTag", + "text": "QueryCommandTag" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.QueryCommandTagParametrized", + "text": "QueryCommandTagParametrized" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.QueryCommandTag.Unnamed", + "type": "Any", + "tags": [], + "label": "Unnamed", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.QueryCommandTagParametrized", + "type": "Interface", + "tags": [], + "label": "QueryCommandTagParametrized", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.QueryCommandTagParametrized.Unnamed", + "type": "Any", + "tags": [], + "label": "Unnamed", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.QueryCommandTagParametrized.Unnamed", + "type": "Any", + "tags": [], + "label": "Unnamed", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature", + "type": "Interface", + "tags": [], + "label": "Signature", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature.params", + "type": "Array", + "tags": [], + "label": "params", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionParameter", + "text": "FunctionParameter" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature.minParams", + "type": "number", + "tags": [], + "label": "minParams", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature.returnType", + "type": "string", + "tags": [], + "label": "returnType", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature.license", + "type": "CompoundType", + "tags": [], + "label": "license", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Signature.isSignatureRepeating", + "type": "CompoundType", + "tags": [], + "label": "isSignatureRepeating", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SortingContext", + "type": "Interface", + "tags": [], + "label": "SortingContext", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SortingContext.command", + "type": "string", + "tags": [], + "label": "command", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SortingContext.location", + "type": "string", + "tags": [], + "label": "location", + "description": [ + "Optional specific location/clause within the command (e.g., 'BY' for STATS BY clause)" + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors", + "type": "Interface", + "tags": [], + "label": "ValidationErrors", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.wrongNumberArgsExact", + "type": "Object", + "tags": [], + "label": "wrongNumberArgsExact", + "description": [], + "signature": [ + "{ message: string; type: { fn: string; expected: number; actual: number; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.wrongNumberArgsVariadic", + "type": "Object", + "tags": [], + "label": "wrongNumberArgsVariadic", + "description": [], + "signature": [ + "{ message: string; type: { fn: string; validArgCounts: number[]; actual: number; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.wrongNumberArgsAtLeast", + "type": "Object", + "tags": [], + "label": "wrongNumberArgsAtLeast", + "description": [], + "signature": [ + "{ message: string; type: { fn: string; minArgs: number; actual: number; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.noMatchingCallSignature", + "type": "Object", + "tags": [], + "label": "noMatchingCallSignature", + "description": [], + "signature": [ + "{ message: string; type: { functionName: string; argTypes: string; validSignatures: string[]; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownColumn", + "type": "Object", + "tags": [], + "label": "unknownColumn", + "description": [], + "signature": [ + "{ message: string; type: { name: string | number; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownFunction", + "type": "Object", + "tags": [], + "label": "unknownFunction", + "description": [], + "signature": [ + "{ message: string; type: { name: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownIndex", + "type": "Object", + "tags": [], + "label": "unknownIndex", + "description": [], + "signature": [ + "{ message: string; type: { name: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownSetting", + "type": "Object", + "tags": [], + "label": "unknownSetting", + "description": [], + "signature": [ + "{ message: string; type: { name: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownCastingType", + "type": "Object", + "tags": [], + "label": "unknownCastingType", + "description": [], + "signature": [ + "{ message: string; type: { castType: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.invalidInlineCast", + "type": "Object", + "tags": [], + "label": "invalidInlineCast", + "description": [], + "signature": [ + "{ message: string; type: { castType: string; valueType: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.functionNotAllowedHere", + "type": "Object", + "tags": [], + "label": "functionNotAllowedHere", + "description": [], + "signature": [ + "{ message: string; type: { name: string; locationName: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unsupportedColumnTypeForCommand", + "type": "Object", + "tags": [], + "label": "unsupportedColumnTypeForCommand", + "description": [], + "signature": [ + "{ message: string; type: { command: string; type: string; givenType: string; column: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownDissectKeyword", + "type": "Object", + "tags": [], + "label": "unknownDissectKeyword", + "description": [], + "signature": [ + "{ message: string; type: { keyword: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.wrongOptionArgumentType", + "type": "Object", + "tags": [], + "label": "wrongOptionArgumentType", + "description": [], + "signature": [ + "{ message: string; type: { command: string; option: string; type: string; givenValue: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownInterval", + "type": "Object", + "tags": [], + "label": "unknownInterval", + "description": [], + "signature": [ + "{ message: string; type: { value: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownPolicy", + "type": "Object", + "tags": [], + "label": "unknownPolicy", + "description": [], + "signature": [ + "{ message: string; type: { name: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.nestedAggFunction", + "type": "Object", + "tags": [], + "label": "nestedAggFunction", + "description": [], + "signature": [ + "{ message: string; type: { parentName: string; name: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownAggregateFunction", + "type": "Object", + "tags": [], + "label": "unknownAggregateFunction", + "description": [], + "signature": [ + "{ message: string; type: { type: string; value: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unsupportedFieldType", + "type": "Object", + "tags": [], + "label": "unsupportedFieldType", + "description": [], + "signature": [ + "{ message: string; type: { field: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unsupportedMode", + "type": "Object", + "tags": [], + "label": "unsupportedMode", + "description": [], + "signature": [ + "{ message: string; type: { command: string; value: string; expected: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.metadataBracketsDeprecation", + "type": "Object", + "tags": [], + "label": "metadataBracketsDeprecation", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unknownMetadataField", + "type": "Object", + "tags": [], + "label": "unknownMetadataField", + "description": [], + "signature": [ + "{ message: string; type: { value: string; availableFields: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.wrongDissectOptionArgumentType", + "type": "Object", + "tags": [], + "label": "wrongDissectOptionArgumentType", + "description": [], + "signature": [ + "{ message: string; type: { value: string | number; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.invalidJoinIndex", + "type": "Object", + "tags": [], + "label": "invalidJoinIndex", + "description": [], + "signature": [ + "{ message: string; type: { identifier: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.tooManyForks", + "type": "Object", + "tags": [], + "label": "tooManyForks", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.licenseRequired", + "type": "Object", + "tags": [], + "label": "licenseRequired", + "description": [], + "signature": [ + "{ message: string; type: { name: string; requiredLicense: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.licenseRequiredForSignature", + "type": "Object", + "tags": [], + "label": "licenseRequiredForSignature", + "description": [], + "signature": [ + "{ message: string; type: { name: string; signatureDescription: string; requiredLicense: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.changePointWrongFieldType", + "type": "Object", + "tags": [], + "label": "changePointWrongFieldType", + "description": [], + "signature": [ + "{ message: string; type: { columnName: string; givenType: string; }; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.dropTimestampWarning", + "type": "Object", + "tags": [], + "label": "dropTimestampWarning", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.inferenceIdRequired", + "type": "Object", + "tags": [], + "label": "inferenceIdRequired", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.unsupportedQueryType", + "type": "Object", + "tags": [], + "label": "unsupportedQueryType", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.forkTooManyBranches", + "type": "Object", + "tags": [], + "label": "forkTooManyBranches", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.forkTooFewBranches", + "type": "Object", + "tags": [], + "label": "forkTooFewBranches", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.forkNotAllowedWithSubqueries", + "type": "Object", + "tags": [], + "label": "forkNotAllowedWithSubqueries", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.inlineStatsNotAllowedAfterLimit", + "type": "Object", + "tags": [], + "label": "inlineStatsNotAllowedAfterLimit", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationErrors.joinOnSingleExpression", + "type": "Object", + "tags": [], + "label": "joinOnSingleExpression", + "description": [], + "signature": [ + "{ message: string; type: {}; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationOptions", + "type": "Interface", + "tags": [], + "label": "ValidationOptions", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ValidationOptions.invalidateColumnsCache", + "type": "CompoundType", + "tags": [ + "default" + ], + "label": "invalidateColumnsCache", + "description": [ + "\nForces cache invalidation for column metadata.\nOnly effective when 'getColumnsFor' callback is provided in ESQLCallbacks.\nUse when schema changes have occurred (e.g., new fields added to lookup indices)." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/language/validation/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions", + "type": "Interface", + "tags": [], + "label": "WalkerOptions", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommand", + "type": "Function", + "tags": [], + "label": "visitCommand", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommand.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommand.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommand.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitHeaderCommand", + "type": "Function", + "tags": [], + "label": "visitHeaderCommand", + "description": [], + "signature": [ + "((node: ", + "ESQLAstHeaderCommand", + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitHeaderCommand.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLAstHeaderCommand", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitHeaderCommand.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitHeaderCommand.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommandOption", + "type": "Function", + "tags": [], + "label": "visitCommandOption", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + ", parent: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommandOption.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommandOption.$2", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitCommandOption.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitQuery", + "type": "Function", + "tags": [], + "label": "visitQuery", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitQuery.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitQuery.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitQuery.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitFunction", + "type": "Function", + "tags": [], + "label": "visitFunction", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>, parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitFunction.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitFunction.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitFunction.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSource", + "type": "Function", + "tags": [], + "label": "visitSource", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSource.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSource.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSource.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitColumn", + "type": "Function", + "tags": [], + "label": "visitColumn", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitColumn.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitColumn.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitColumn.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitOrder", + "type": "Function", + "tags": [], + "label": "visitOrder", + "description": [], + "signature": [ + "((node: ", + "ESQLOrderExpression", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitOrder.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLOrderExpression" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitOrder.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitOrder.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitLiteral", + "type": "Function", + "tags": [], + "label": "visitLiteral", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + }, + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitLiteral.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitLiteral.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitLiteral.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitListLiteral", + "type": "Function", + "tags": [], + "label": "visitListLiteral", + "description": [], + "signature": [ + "((node: ", + "ESQLList", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitListLiteral.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLList" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitListLiteral.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitListLiteral.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitInlineCast", + "type": "Function", + "tags": [], + "label": "visitInlineCast", + "description": [], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + ">, parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitInlineCast.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitInlineCast.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitInlineCast.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitUnknown", + "type": "Function", + "tags": [], + "label": "visitUnknown", + "description": [], + "signature": [ + "((node: ", + "ESQLUnknownItem", + ", parents: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitUnknown.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLUnknownItem" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitUnknown.$2", + "type": "CompoundType", + "tags": [], + "label": "parents", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitUnknown.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitIdentifier", + "type": "Function", + "tags": [], + "label": "visitIdentifier", + "description": [], + "signature": [ + "((node: ", + "ESQLIdentifier", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitIdentifier.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLIdentifier" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitIdentifier.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitIdentifier.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMap", + "type": "Function", + "tags": [], + "label": "visitMap", + "description": [], + "signature": [ + "((node: ", + "ESQLMap", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMap.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLMap" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMap.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMap.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMapEntry", + "type": "Function", + "tags": [], + "label": "visitMapEntry", + "description": [], + "signature": [ + "((node: ", + "ESQLMapEntry", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMapEntry.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLMapEntry" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMapEntry.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitMapEntry.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitParens", + "type": "Function", + "tags": [], + "label": "visitParens", + "description": [], + "signature": [ + "((node: ", + "ESQLParens", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitParens.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLParens" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitParens.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitParens.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSingleAstItem", + "type": "Function", + "tags": [ + "todo" + ], + "label": "visitSingleAstItem", + "description": [ + "\nCalled on every expression node.\n" + ], + "signature": [ + "((node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSingleAstItem.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSingleAstItem.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitSingleAstItem.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitAny", + "type": "Function", + "tags": [], + "label": "visitAny", + "description": [ + "\nCalled for any node type that does not have a specific visitor.\n" + ], + "signature": [ + "((node: ", + "ESQLProperNode", + ", parent: ", + "ESQLProperNode", + " | undefined, walker: ", + "WalkerVisitorApi", + ") => void) | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitAny.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [ + "Any valid AST node." + ], + "signature": [ + "ESQLProperNode" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitAny.$2", + "type": "CompoundType", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + "ESQLProperNode", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.visitAny.$3", + "type": "Object", + "tags": [], + "label": "walker", + "description": [], + "signature": [ + "WalkerVisitorApi" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.order", + "type": "CompoundType", + "tags": [ + "default" + ], + "label": "order", + "description": [ + "\nOrder in which to traverse child nodes. If set to 'forward', child nodes\nare traversed in the order they appear in the AST. If set to 'backward',\nchild nodes are traversed in reverse order.\n" + ], + "signature": [ + "\"forward\" | \"backward\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerOptions.skipHeader", + "type": "CompoundType", + "tags": [ + "default" + ], + "label": "skipHeader", + "description": [ + "\nIf true, skip traversal of header commands (e.g., SET statements).\nThis allows processing only the main query commands without the header.\n" + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions", + "type": "Interface", + "tags": [], + "label": "WrappingPrettyPrinterOptions", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.WrappingPrettyPrinterOptions", + "text": "WrappingPrettyPrinterOptions" + }, + " extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.BasicPrettyPrinterOptions", + "text": "BasicPrettyPrinterOptions" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.indent", + "type": "string", + "tags": [], + "label": "indent", + "description": [ + "\nInitial indentation string inserted before the whole query. Defaults to an\nempty string." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.tab", + "type": "string", + "tags": [], + "label": "tab", + "description": [ + "\nTabbing string inserted before new level of nesting. Defaults to two spaces." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.pipeTab", + "type": "string", + "tags": [], + "label": "pipeTab", + "description": [ + "\nTabbing string inserted before a pipe, when `multiline` is `true`." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.commandTab", + "type": "string", + "tags": [], + "label": "commandTab", + "description": [ + "\nTabbing string inserted before command arguments, when they are broken into\nmultiple lines. Defaults to four spaces." + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.multiline", + "type": "CompoundType", + "tags": [], + "label": "multiline", + "description": [ + "\nWhether to force multiline formatting. Defaults to `false`. If set to\n`false`, it will try to fit the query into a single line." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WrappingPrettyPrinterOptions.wrap", + "type": "number", + "tags": [], + "label": "wrap", + "description": [ + "\nExpected width of the output. Defaults to 80 characters. Text will be\nwrapped to fit this width." + ], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/wrapping_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BinaryExpressionGroup", + "type": "Enum", + "tags": [], + "label": "BinaryExpressionGroup", + "description": [ + "\nThe group name of a binary expression. Groups are ordered by precedence." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionDefinitionTypes", + "type": "Enum", + "tags": [], + "label": "FunctionDefinitionTypes", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SuggestionCategory", + "type": "Enum", + "tags": [], + "label": "SuggestionCategory", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/shared/sorting/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.UnaryExpressionGroup", + "type": "Enum", + "tags": [], + "label": "UnaryExpressionGroup", + "description": [ + "\nThe group name of a unary expression. Groups are ordered by precedence." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/grouping.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.arithmeticOperators", + "type": "Array", + "tags": [], + "label": "arithmeticOperators", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ArrayType", + "type": "Type", + "tags": [], + "label": "ArrayType", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.AstNodeParserFields", + "type": "Type", + "tags": [], + "label": "AstNodeParserFields", + "description": [ + "\nNode fields which are available only when the node is minted by the parser.\nWhen creating nodes manually, these fields are not available." + ], + "signature": [ + "{ text: string; location: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLocation", + "text": "ESQLLocation" + }, + "; incomplete: boolean; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/builder/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.AstNodeTemplate", + "type": "Type", + "tags": [], + "label": "AstNodeTemplate", + "description": [ + "\nThe node *template* transforms ES|QL AST nodes into a permissive shape, with\nthe aim to:\n\n- Remove the `type` property, as the builder will set it.\n- Make properties like `text`, `location`, and `incomplete` optional, as they\n are a available only when the AST node is minted by the parser.\n- Make all other properties optional, for easy node creation." + ], + "signature": [ + "Omit & Partial>" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/builder/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.BasicPrettyPrinterMultilineOptions", + "type": "Type", + "tags": [], + "label": "BasicPrettyPrinterMultilineOptions", + "description": [], + "signature": [ + "{ lowercase?: boolean | undefined; pipeTab?: string | undefined; skipHeader?: boolean | undefined; lowercaseCommands?: boolean | undefined; lowercaseOptions?: boolean | undefined; lowercaseFunctions?: boolean | undefined; lowercaseKeywords?: boolean | undefined; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/basic_pretty_printer.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.comparisonFunctions", + "type": "Array", + "tags": [], + "label": "comparisonFunctions", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerColumnShorthand", + "type": "Type", + "tags": [], + "label": "ComposerColumnShorthand", + "description": [ + "\nA shorthand for specifying a column in the query.\nIt can be a string a simple column or an array of strings for a nested column." + ], + "signature": [ + "string | ", + "SynthColumnShorthand", + " | ", + "SynthQualifiedColumnShorthand" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryGenerator", + "type": "Type", + "tags": [], + "label": "ComposerQueryGenerator", + "description": [], + "signature": [ + "(query: string, paramsValues?: Record | undefined) => Return" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryGenerator.$1", + "type": "string", + "tags": [], + "label": "query", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryGenerator.$2", + "type": "Object", + "tags": [], + "label": "paramsValues", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTag", + "type": "Type", + "tags": [], + "label": "ComposerQueryTag", + "description": [], + "signature": [ + "(template: TemplateStringsArray, ...holes: { [K in keyof T]: T[K] extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterShorthandHole", + "text": "ParameterShorthandHole" + }, + " ? ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SingleKey", + "text": "SingleKey" + }, + " : T[K]; }) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTag.$1", + "type": "Object", + "tags": [], + "label": "template", + "description": [], + "signature": [ + "TemplateStringsArray" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTag.$2", + "type": "Object", + "tags": [], + "label": "holes", + "description": [], + "signature": [ + "{ [K in keyof T]: T[K] extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterShorthandHole", + "text": "ParameterShorthandHole" + }, + " ? ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SingleKey", + "text": "SingleKey" + }, + " : T[K]; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerQueryTagHole", + "type": "Type", + "tags": [], + "label": "ComposerQueryTagHole", + "description": [ + "\nHoles are expressions that can be used in the `esql` tagged template function.\n\n```ts\nesql `FROM index | WHERE foo > ${ hole } | LIMIT 10`;\n ^~~~~^\n```" + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterShorthandHole", + "text": "ParameterShorthandHole" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterHole", + "text": "ParameterHole" + }, + " | ", + "SynthTemplateHole" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerRenameShorthand", + "type": "Type", + "tags": [], + "label": "ComposerRenameShorthand", + "description": [ + "\nA shorthand for specifying a rename expression in the `RENAME` command.\n\n```\n... | RENAME AS | ...\n```" + ], + "signature": [ + "[newName: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", oldName: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerSortShorthand", + "type": "Type", + "tags": [], + "label": "ComposerSortShorthand", + "description": [ + "\nA shorthand for specifying a sort condition." + ], + "signature": [ + "string | [column: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + ", order?: \"\" | \"ASC\" | \"DESC\" | undefined, nulls?: \"\" | \"NULLS FIRST\" | \"NULLS LAST\" | undefined]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerSourceShorthand", + "type": "Type", + "tags": [], + "label": "ComposerSourceShorthand", + "description": [], + "signature": [ + "string | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceWithAlias", + "text": "ComposerSourceWithAlias" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerTag", + "type": "Type", + "tags": [], + "label": "ComposerTag", + "description": [], + "signature": [ + "(template: TemplateStringsArray, ...holes: { [K in keyof T]: T[K] extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterShorthandHole", + "text": "ParameterShorthandHole" + }, + " ? ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SingleKey", + "text": "SingleKey" + }, + " : T[K]; }) => Return" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerTag.$1", + "type": "Object", + "tags": [], + "label": "template", + "description": [], + "signature": [ + "TemplateStringsArray" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ComposerTag.$2", + "type": "Object", + "tags": [], + "label": "holes", + "description": [], + "signature": [ + "{ [K in keyof T]: T[K] extends ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ParameterShorthandHole", + "text": "ParameterShorthandHole" + }, + " ? ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.SingleKey", + "text": "SingleKey" + }, + " : T[K]; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EDITOR_MARKER", + "type": "string", + "tags": [], + "label": "EDITOR_MARKER", + "description": [], + "signature": [ + "\"marker_esql_editor\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ErrorTypes", + "type": "Type", + "tags": [], + "label": "ErrorTypes", + "description": [], + "signature": [ + "keyof ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ValidationErrors", + "text": "ValidationErrors" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ErrorValues", + "type": "Type", + "tags": [], + "label": "ErrorValues", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ValidationErrors", + "text": "ValidationErrors" + }, + "[K][\"type\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAst", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "ESQLAst", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstCommand", + "text": "ESQLAstCommand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": true, + "trackAdoption": false, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstCommand", + "type": "Type", + "tags": [], + "label": "ESQLAstCommand", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstJoinCommand", + "text": "ESQLAstJoinCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstChangePointCommand", + "text": "ESQLAstChangePointCommand" + }, + " | ", + "ESQLAstRerankCommand", + " | ", + "ESQLAstCompletionCommand", + " | ", + "ESQLAstFuseCommand", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstForkCommand", + "text": "ESQLAstForkCommand" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstItem", + "type": "Type", + "tags": [], + "label": "ESQLAstItem", + "description": [ + "\nAn array of AST nodes represents different things in different contexts.\nFor example, in command top level arguments it is treated as an \"assignment expression\"." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSingleAstItem", + "text": "ESQLSingleAstItem" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLAstNode", + "type": "Type", + "tags": [], + "label": "ESQLAstNode", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstJoinCommand", + "text": "ESQLAstJoinCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstChangePointCommand", + "text": "ESQLAstChangePointCommand" + }, + " | ", + "ESQLAstRerankCommand", + " | ", + "ESQLAstCompletionCommand", + " | ", + "ESQLAstFuseCommand", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstForkCommand", + "text": "ESQLAstForkCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLList", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "[] | ", + "ESQLAstHeaderCommand", + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLLiteral", + "type": "Type", + "tags": [], + "label": "ESQLLiteral", + "description": [], + "signature": [ + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + " | ", + "ESQLDecimalLiteral", + " | ", + "ESQLIntegerLiteral", + " | ", + "ESQLBooleanLiteral", + " | ", + "ESQLNullLiteral", + " | ", + "ESQLStringLiteral", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequestParamEntry", + "type": "Type", + "tags": [], + "label": "EsqlRequestParamEntry", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlRequestParamPositionalEntry", + "text": "EsqlRequestParamPositionalEntry" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlRequestParamNamedEntry", + "text": "EsqlRequestParamNamedEntry" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequestParamNamedEntry", + "type": "Type", + "tags": [], + "label": "EsqlRequestParamNamedEntry", + "description": [], + "signature": [ + "{ [x: string]: unknown; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequestParamPositionalEntry", + "type": "Type", + "tags": [], + "label": "EsqlRequestParamPositionalEntry", + "description": [], + "signature": [ + "string | number | boolean | null" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.EsqlRequestParams", + "type": "Type", + "tags": [], + "label": "EsqlRequestParams", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.EsqlRequestParamEntry", + "text": "EsqlRequestParamEntry" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLSingleAstItem", + "type": "Type", + "tags": [], + "label": "ESQLSingleAstItem", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstQueryExpression", + "text": "ESQLAstQueryExpression" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLFunction", + "text": "ESQLFunction" + }, + "<", + "FunctionSubtype", + ", string> | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + "ESQLParens", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + " | ", + "ESQLList", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + }, + " | ", + "ESQLIdentifier", + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLInlineCast", + "text": "ESQLInlineCast" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstItem", + "text": "ESQLAstItem" + }, + "> | ", + "ESQLOrderExpression", + " | ", + "ESQLUnknownItem", + " | ", + "ESQLMap", + " | ", + "ESQLMapEntry" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQLTimeSpanLiteral", + "type": "Type", + "tags": [], + "label": "ESQLTimeSpanLiteral", + "description": [], + "signature": [ + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesAndMetadataQueryStarter", + "type": "Type", + "tags": [], + "label": "FromSourcesAndMetadataQueryStarter", + "description": [], + "signature": [ + "(sources: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + "[], metadataFields?: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[] | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesAndMetadataQueryStarter.$1", + "type": "Array", + "tags": [], + "label": "sources", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesAndMetadataQueryStarter.$2", + "type": "Array", + "tags": [], + "label": "metadataFields", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerColumnShorthand", + "text": "ComposerColumnShorthand" + }, + "[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesQueryStarter", + "type": "Type", + "tags": [], + "label": "FromSourcesQueryStarter", + "description": [], + "signature": [ + "(source: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + ", ...moreSources: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + "[]) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesQueryStarter.$1", + "type": "CompoundType", + "tags": [], + "label": "source", + "description": [], + "signature": [ + "string | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceWithAlias", + "text": "ComposerSourceWithAlias" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FromSourcesQueryStarter.$2", + "type": "Array", + "tags": [], + "label": "moreSources", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerSourceShorthand", + "text": "ComposerSourceShorthand" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FULL_TEXT_SEARCH_FUNCTIONS", + "type": "Array", + "tags": [], + "label": "FULL_TEXT_SEARCH_FUNCTIONS", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionParameterType", + "type": "Type", + "tags": [], + "label": "FunctionParameterType", + "description": [ + "\nThis is the type of a parameter in a function definition." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.FunctionReturnType", + "type": "Type", + "tags": [], + "label": "FunctionReturnType", + "description": [ + "\nThis is the return type of a function definition.\n\nTODO: remove `any`" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.GrokDataType", + "type": "Type", + "tags": [], + "label": "GrokDataType", + "description": [], + "signature": [ + "\"boolean\" | \"long\" | \"float\" | \"double\" | \"int\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.inOperators", + "type": "Array", + "tags": [], + "label": "inOperators", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.IsUnion", + "type": "Type", + "tags": [], + "label": "IsUnion", + "description": [], + "signature": [ + "[T] extends [", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.UnionToIntersection", + "text": "UnionToIntersection" + }, + "] ? false : true" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.logicalOperators", + "type": "Array", + "tags": [], + "label": "logicalOperators", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.METADATA_FIELDS", + "type": "Array", + "tags": [], + "label": "METADATA_FIELDS", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/registry/options/metadata/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.nullCheckOperators", + "type": "Array", + "tags": [], + "label": "nullCheckOperators", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.operatorsDefinitions", + "type": "Array", + "tags": [], + "label": "operatorsDefinitions", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterHintEntityType", + "type": "Type", + "tags": [], + "label": "ParameterHintEntityType", + "description": [], + "signature": [ + "\"inference_endpoint\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParameterShorthandHole", + "type": "Type", + "tags": [], + "label": "ParameterShorthandHole", + "description": [ + "\nA hole shorthand where the user can specify a parametrized hole with an\nobject literal syntax where th" + ], + "signature": [ + "{ [x: string]: unknown; }" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParametrizedComposerQueryTag", + "type": "Type", + "tags": [], + "label": "ParametrizedComposerQueryTag", + "description": [], + "signature": [ + "(paramsValues?: Record | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerTag", + "text": "ComposerTag" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + }, + "> & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryGenerator", + "text": "ComposerQueryGenerator" + }, + "<", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQuery", + "text": "ComposerQuery" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParametrizedComposerQueryTag.$1", + "type": "Object", + "tags": [], + "label": "paramsValues", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParametrizedComposerTag", + "type": "Type", + "tags": [], + "label": "ParametrizedComposerTag", + "description": [], + "signature": [ + "(paramsValues?: Record | undefined) => ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerTag", + "text": "ComposerTag" + }, + " & ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ComposerQueryGenerator", + "text": "ComposerQueryGenerator" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ParametrizedComposerTag.$1", + "type": "Object", + "tags": [], + "label": "paramsValues", + "description": [], + "signature": [ + "Record | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.patternMatchOperators", + "type": "Array", + "tags": [], + "label": "patternMatchOperators", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.FunctionDefinition", + "text": "FunctionDefinition" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/all_operators.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ReasonTypes", + "type": "Type", + "tags": [], + "label": "ReasonTypes", + "description": [], + "signature": [ + "\"missingCommand\" | \"unsupportedFunction\" | \"unknownFunction\"" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SingleKey", + "type": "Type", + "tags": [], + "label": "SingleKey", + "description": [ + "\n{@link SingleKey} enforces on the type level that an object literal has just\none field." + ], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.IsUnion", + "text": "IsUnion" + }, + " extends true ? never : {} extends T ? never : T" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SupportedDataType", + "type": "Type", + "tags": [], + "label": "SupportedDataType", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.TIME_SPAN_UNITS", + "type": "Array", + "tags": [], + "label": "TIME_SPAN_UNITS", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.TIME_SYSTEM_PARAMS", + "type": "Array", + "tags": [], + "label": "TIME_SYSTEM_PARAMS", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/utils/literals.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.timeUnitsToSuggest", + "type": "Array", + "tags": [], + "label": "timeUnitsToSuggest", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Literals", + "text": "Literals" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.UnionToIntersection", + "type": "Type", + "tags": [], + "label": "UnionToIntersection", + "description": [], + "signature": [ + "(U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/composer/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.WalkerAstNode", + "type": "Type", + "tags": [], + "label": "WalkerAstNode", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + " | ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLAstNode", + "text": "ESQLAstNode" + }, + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/walker/walker.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.Builder", + "type": "Object", + "tags": [], + "label": "Builder", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.Builder", + "text": "Builder" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/ast/builder/builder.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.dataTypes", + "type": "Object", + "tags": [], + "label": "dataTypes", + "description": [ + "\nThis is the list of all data types that are supported in ES|QL.\n\nNot all of these can be used as field types. Some can only be literals,\nothers may be the value of a field, but cannot be used in the index mapping.\n\nThis is a partial list. The full list is here and we may need to expand this type as\nthe capabilities of the client-side engines grow.\nhttps://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type/DataType.java" + ], + "signature": [ + "readonly string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.DATE_PERIOD_UNITS", + "type": "Object", + "tags": [], + "label": "DATE_PERIOD_UNITS", + "description": [], + "signature": [ + "Set" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQL_ARITHMETIC_TYPES", + "type": "Object", + "tags": [], + "label": "ESQL_ARITHMETIC_TYPES", + "description": [], + "signature": [ + "readonly string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQL_COMMON_NUMERIC_TYPES", + "type": "Object", + "tags": [], + "label": "ESQL_COMMON_NUMERIC_TYPES", + "description": [ + "\nHandles numeric types in ES|QL." + ], + "signature": [ + "readonly [\"double\", \"long\", \"integer\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQL_NUMBER_TYPES", + "type": "Object", + "tags": [], + "label": "ESQL_NUMBER_TYPES", + "description": [], + "signature": [ + "readonly string[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQL_NUMERIC_DECIMAL_TYPES", + "type": "Object", + "tags": [], + "label": "ESQL_NUMERIC_DECIMAL_TYPES", + "description": [], + "signature": [ + "readonly [\"double\", \"unsigned_long\", \"long\", \"counter_long\", \"counter_double\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.ESQL_STRING_TYPES", + "type": "Object", + "tags": [], + "label": "ESQL_STRING_TYPES", + "description": [], + "signature": [ + "readonly [\"keyword\", \"text\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.esqlCommandRegistry", + "type": "Object", + "tags": [], + "label": "esqlCommandRegistry", + "description": [], + "signature": [ + "CommandRegistry" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/registry/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.grokSupportedDataTypes", + "type": "Object", + "tags": [], + "label": "grokSupportedDataTypes", + "description": [], + "signature": [ + "readonly [\"int\", \"long\", \"double\", \"float\", \"boolean\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.HEADER_COMMANDS", + "type": "Object", + "tags": [], + "label": "HEADER_COMMANDS", + "description": [], + "signature": [ + "Set" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter", + "type": "Object", + "tags": [], + "label": "LeafPrinter", + "description": [ + "\nPrinter for leaf AST nodes. The printing output of these nodes should\ntypically not depend on word wrapping settings, should always return an\natomic short string." + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.source", + "type": "Function", + "tags": [], + "label": "source", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + }, + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.source.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLSource", + "text": "ESQLSource" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.identifier", + "type": "Function", + "tags": [], + "label": "identifier", + "description": [], + "signature": [ + "(node: ", + "ESQLIdentifier", + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.identifier.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLIdentifier" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.column", + "type": "Function", + "tags": [], + "label": "column", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.column.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.string", + "type": "Function", + "tags": [], + "label": "string", + "description": [], + "signature": [ + "(node: Pick<", + "ESQLStringLiteral", + ", \"valueUnquoted\" | \"unquoted\">) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.string.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "Pick<", + "ESQLStringLiteral", + ", \"valueUnquoted\" | \"unquoted\">" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.literal", + "type": "Function", + "tags": [], + "label": "literal", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + }, + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.literal.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLLiteral", + "text": "ESQLLiteral" + } + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.param", + "type": "Function", + "tags": [], + "label": "param", + "description": [], + "signature": [ + "(node: ", + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.param.$1", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-language", + "scope": "common", + "docId": "kibKbnEsqlLanguagePluginApi", + "section": "def-common.ESQLParamLiteral", + "text": "ESQLParamLiteral" + }, + "" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.timespan", + "type": "Function", + "tags": [], + "label": "timespan", + "description": [], + "signature": [ + "(node: ", + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral", + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.timespan.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLDatePeriodLiteral", + " | ", + "ESQLTimeDurationLiteral" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.comment", + "type": "Function", + "tags": [], + "label": "comment", + "description": [], + "signature": [ + "(node: ", + "ESQLAstComment", + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.comment.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLAstComment" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.commentList", + "type": "Function", + "tags": [], + "label": "commentList", + "description": [], + "signature": [ + "(comments: ", + "ESQLAstCommentMultiLine", + "[]) => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.commentList.$1", + "type": "Array", + "tags": [], + "label": "comments", + "description": [], + "signature": [ + "ESQLAstCommentMultiLine", + "[]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.print", + "type": "Function", + "tags": [], + "label": "print", + "description": [], + "signature": [ + "(node: ", + "ESQLProperNode", + " | ", + "ESQLAstComment", + ") => string" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.LeafPrinter.print.$1", + "type": "CompoundType", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "ESQLProperNode", + " | ", + "ESQLAstComment" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/pretty_print/leaf_printer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.parameterHintEntityTypes", + "type": "Object", + "tags": [], + "label": "parameterHintEntityTypes", + "description": [], + "signature": [ + "readonly [\"inference_endpoint\"]" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/commands/definitions/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.SOURCE_COMMANDS", + "type": "Object", + "tags": [], + "label": "SOURCE_COMMANDS", + "description": [], + "signature": [ + "Set" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-language", + "id": "def-common.TIME_DURATION_UNITS", + "type": "Object", + "tags": [], + "label": "TIME_DURATION_UNITS", + "description": [], + "signature": [ + "Set" + ], + "path": "src/platform/packages/shared/kbn-esql-language/src/parser/core/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_esql_language.mdx b/api_docs/kbn_esql_language.mdx new file mode 100644 index 0000000000000..8cbd0d01fa673 --- /dev/null +++ b/api_docs/kbn_esql_language.mdx @@ -0,0 +1,45 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnEsqlLanguagePluginApi +slug: /kibana-dev-docs/api/kbn-esql-language +title: "@kbn/esql-language" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/esql-language plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-language'] +--- +import kbnEsqlLanguageObj from './kbn_esql_language.devdocs.json'; + + + +Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 823 | 4 | 621 | 48 | + +## Common + +### Objects + + +### Functions + + +### Classes + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + diff --git a/api_docs/kbn_esql_types.devdocs.json b/api_docs/kbn_esql_types.devdocs.json index c1382c91c1abe..798683a2630f0 100644 --- a/api_docs/kbn_esql_types.devdocs.json +++ b/api_docs/kbn_esql_types.devdocs.json @@ -571,41 +571,6 @@ "deprecated": false, "trackAdoption": false, "children": [ - { - "parentPluginId": "@kbn/esql-types", - "id": "def-common.ESQLControlState.grow", - "type": "CompoundType", - "tags": [], - "label": "grow", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/packages/shared/kbn-esql-types/src/variables_types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-types", - "id": "def-common.ESQLControlState.width", - "type": "CompoundType", - "tags": [], - "label": "width", - "description": [], - "signature": [ - { - "pluginId": "@kbn/esql-types", - "scope": "common", - "docId": "kibKbnEsqlTypesPluginApi", - "section": "def-common.ControlWidthOptions", - "text": "ControlWidthOptions" - }, - " | undefined" - ], - "path": "src/platform/packages/shared/kbn-esql-types/src/variables_types.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "@kbn/esql-types", "id": "def-common.ESQLControlState.singleSelect", @@ -779,6 +744,20 @@ "path": "src/platform/packages/shared/kbn-esql-types/src/variables_types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.ESQLControlVariable.meta", + "type": "Object", + "tags": [], + "label": "meta", + "description": [], + "signature": [ + "{ controlledBy?: string | undefined; group?: string | undefined; } | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-types/src/variables_types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -1309,7 +1288,17 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -1569,17 +1558,7 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -1687,7 +1666,17 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -1947,17 +1936,7 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - "[]>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "[]>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { diff --git a/api_docs/kbn_esql_types.mdx b/api_docs/kbn_esql_types.mdx index 892e3985ef754..2fe844cdd70a5 100644 --- a/api_docs/kbn_esql_types.mdx +++ b/api_docs/kbn_esql_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-types title: "@kbn/esql-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-types plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-types'] --- import kbnEsqlTypesObj from './kbn_esql_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 113 | 0 | 108 | 0 | +| 112 | 0 | 107 | 0 | ## Common diff --git a/api_docs/kbn_esql_utils.devdocs.json b/api_docs/kbn_esql_utils.devdocs.json index 43db38884f139..0357a6156de16 100644 --- a/api_docs/kbn_esql_utils.devdocs.json +++ b/api_docs/kbn_esql_utils.devdocs.json @@ -690,9 +690,9 @@ "signature": [ "(renameFunction: ", { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLFunction", "text": "ESQLFunction" }, @@ -700,17 +700,17 @@ "FunctionSubtype", ", string>) => { original: ", { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLColumn", "text": "ESQLColumn" }, "; renamed: ", { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLColumn", "text": "ESQLColumn" }, @@ -729,9 +729,9 @@ "description": [], "signature": [ { - "pluginId": "@kbn/esql-ast", + "pluginId": "@kbn/esql-language", "scope": "common", - "docId": "kibKbnEsqlAstPluginApi", + "docId": "kibKbnEsqlLanguagePluginApi", "section": "def-common.ESQLFunction", "text": "ESQLFunction" }, diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index 9f39e5ba9e57b..4883b5a156263 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_evals.mdx b/api_docs/kbn_evals.mdx index 8c108c0f6509c..45ba12de4724b 100644 --- a/api_docs/kbn_evals.mdx +++ b/api_docs/kbn_evals.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-evals title: "@kbn/evals" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/evals plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/evals'] --- import kbnEvalsObj from './kbn_evals.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 006e170a79d1d..6aaf0dde20658 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: 2025-12-19 +date: 2026-01-07 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 8585eb0984d2d..5276465a3558d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; diff --git a/api_docs/kbn_event_stacktrace.mdx b/api_docs/kbn_event_stacktrace.mdx index c5d8c70c90ccd..587cf7a202e06 100644 --- a/api_docs/kbn_event_stacktrace.mdx +++ b/api_docs/kbn_event_stacktrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-stacktrace title: "@kbn/event-stacktrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-stacktrace plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-stacktrace'] --- import kbnEventStacktraceObj from './kbn_event_stacktrace.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index 0c5f6cd848040..a4b833b0ed455 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_extract_plugin_translations.mdx b/api_docs/kbn_extract_plugin_translations.mdx index b1238f739605b..11b6eb232a7ec 100644 --- a/api_docs/kbn_extract_plugin_translations.mdx +++ b/api_docs/kbn_extract_plugin_translations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-extract-plugin-translations title: "@kbn/extract-plugin-translations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/extract-plugin-translations plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/extract-plugin-translations'] --- import kbnExtractPluginTranslationsObj from './kbn_extract_plugin_translations.devdocs.json'; diff --git a/api_docs/kbn_failure_store_modal.mdx b/api_docs/kbn_failure_store_modal.mdx index 5f6d87accc448..709700a90ac84 100644 --- a/api_docs/kbn_failure_store_modal.mdx +++ b/api_docs/kbn_failure_store_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-failure-store-modal title: "@kbn/failure-store-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/failure-store-modal plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/failure-store-modal'] --- import kbnFailureStoreModalObj from './kbn_failure_store_modal.devdocs.json'; diff --git a/api_docs/kbn_field_formats_common.mdx b/api_docs/kbn_field_formats_common.mdx index ae1d61a02229f..35d6cbc590e78 100644 --- a/api_docs/kbn_field_formats_common.mdx +++ b/api_docs/kbn_field_formats_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-formats-common title: "@kbn/field-formats-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-formats-common plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-formats-common'] --- import kbnFieldFormatsCommonObj from './kbn_field_formats_common.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index d4f21693f4e27..863ae283e766f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index f03c95139e5f0..1850735810013 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_file_upload.devdocs.json b/api_docs/kbn_file_upload.devdocs.json index a1b055958582d..488f88e8d8b13 100644 --- a/api_docs/kbn_file_upload.devdocs.json +++ b/api_docs/kbn_file_upload.devdocs.json @@ -1065,7 +1065,7 @@ "section": "def-common.OpenFileUploadLiteContext", "text": "OpenFileUploadLiteContext" }, - ">" + ", {}>" ], "path": "x-pack/platform/packages/shared/file-upload/src/file_upload_component/new/file_upload_lite_action.tsx", "deprecated": false, @@ -1662,7 +1662,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -1722,7 +1722,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -1730,7 +1730,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1738,7 +1738,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -1746,7 +1746,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1754,7 +1754,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1762,7 +1762,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1770,7 +1770,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -1778,7 +1778,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", diff --git a/api_docs/kbn_file_upload.mdx b/api_docs/kbn_file_upload.mdx index 24c171f317a0f..f9d7476dab1cd 100644 --- a/api_docs/kbn_file_upload.mdx +++ b/api_docs/kbn_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-file-upload title: "@kbn/file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/file-upload plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/file-upload'] --- import kbnFileUploadObj from './kbn_file_upload.devdocs.json'; diff --git a/api_docs/kbn_file_upload_common.mdx b/api_docs/kbn_file_upload_common.mdx index 7a0cb95ccb042..80c2512da7ea7 100644 --- a/api_docs/kbn_file_upload_common.mdx +++ b/api_docs/kbn_file_upload_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-file-upload-common title: "@kbn/file-upload-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/file-upload-common plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/file-upload-common'] --- import kbnFileUploadCommonObj from './kbn_file_upload_common.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index db45321d69311..9831075ae79eb 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: 2025-12-19 +date: 2026-01-07 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_fs.mdx b/api_docs/kbn_fs.mdx index 343fd9214bebc..60933b309c8cb 100644 --- a/api_docs/kbn_fs.mdx +++ b/api_docs/kbn_fs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-fs title: "@kbn/fs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/fs plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/fs'] --- import kbnFsObj from './kbn_fs.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index 372422db7bd53..fd9fbeced095b 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: 2025-12-19 +date: 2026-01-07 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 4ae0390d6978e..7d5698e45e65e 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: 2025-12-19 +date: 2026-01-07 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 abd5cf72be1bc..a8ab4b785028f 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: 2025-12-19 +date: 2026-01-07 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 9be69f2b5e7f6..b21fb33bc7c58 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: 2025-12-19 +date: 2026-01-07 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 c83873a3627e9..e681ccffb7bdb 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: 2025-12-19 +date: 2026-01-07 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 219af04744e04..77571a79e19ac 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_global_redirect_app_links.mdx b/api_docs/kbn_global_redirect_app_links.mdx index bc888bab3b9de..8fada9f426e96 100644 --- a/api_docs/kbn_global_redirect_app_links.mdx +++ b/api_docs/kbn_global_redirect_app_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-global-redirect-app-links title: "@kbn/global-redirect-app-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/global-redirect-app-links plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/global-redirect-app-links'] --- import kbnGlobalRedirectAppLinksObj from './kbn_global_redirect_app_links.devdocs.json'; diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index 026a6b8d3b6bc..fb5b44fe1517b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grok_heuristics.mdx b/api_docs/kbn_grok_heuristics.mdx index 2b05709299689..6c778adb50c98 100644 --- a/api_docs/kbn_grok_heuristics.mdx +++ b/api_docs/kbn_grok_heuristics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grok-heuristics title: "@kbn/grok-heuristics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grok-heuristics plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grok-heuristics'] --- import kbnGrokHeuristicsObj from './kbn_grok_heuristics.devdocs.json'; diff --git a/api_docs/kbn_grok_ui.mdx b/api_docs/kbn_grok_ui.mdx index 1f3f02cc7f46d..16493bdb6b7a9 100644 --- a/api_docs/kbn_grok_ui.mdx +++ b/api_docs/kbn_grok_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grok-ui title: "@kbn/grok-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grok-ui plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grok-ui'] --- import kbnGrokUiObj from './kbn_grok_ui.devdocs.json'; diff --git a/api_docs/kbn_grouping.devdocs.json b/api_docs/kbn_grouping.devdocs.json index 412d7376b8700..706a7c9e52d3b 100644 --- a/api_docs/kbn_grouping.devdocs.json +++ b/api_docs/kbn_grouping.devdocs.json @@ -415,15 +415,9 @@ "EuiContextMenuPanelId", " | undefined; }))))[]; panels: ", "EuiContextMenuPanelDescriptor", - "[]; }) | undefined; renderChildComponent: (groupFilter: ", - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]) => React.ReactElement>; onChangeGroupsItemsPerPage?: ((size: number) => void) | undefined; onChangeGroupsPage?: ((index: number) => void) | undefined; groupingLevel?: number | undefined; additionalToolbarControls?: JSX.Element[] | undefined; itemsPerPage: number; onGroupClose: () => void; }" + "[]; }) | undefined; renderChildComponent: ", + "GroupChildComponentRenderer", + "; onChangeGroupsItemsPerPage?: ((size: number) => void) | undefined; onChangeGroupsPage?: ((index: number) => void) | undefined; groupingLevel?: number | undefined; additionalToolbarControls?: JSX.Element[] | undefined; itemsPerPage: number; onGroupClose: () => void; }" ], "path": "src/platform/packages/shared/kbn-grouping/src/hooks/use_grouping.tsx", "deprecated": false, diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index 74d706c149866..85602e3bdb622 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- import kbnGroupingObj from './kbn_grouping.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 13 | 12 | +| 23 | 0 | 13 | 13 | ## Common diff --git a/api_docs/kbn_handlebars.devdocs.json b/api_docs/kbn_handlebars.devdocs.json index 7fe987c6b812a..b544047368fe5 100644 --- a/api_docs/kbn_handlebars.devdocs.json +++ b/api_docs/kbn_handlebars.devdocs.json @@ -420,7 +420,7 @@ "\nSupported Handlebars compile options.\n\nThis is a subset of all the compile options supported by the upstream\nHandlebars module." ], "signature": [ - "{ data?: boolean | undefined; strict?: boolean | undefined; knownHelpers?: KnownHelpers | undefined; knownHelpersOnly?: boolean | undefined; noEscape?: boolean | undefined; assumeObjects?: boolean | undefined; preventIndent?: boolean | undefined; explicitPartialContext?: boolean | undefined; }" + "{ strict?: boolean | undefined; data?: boolean | undefined; knownHelpers?: KnownHelpers | undefined; knownHelpersOnly?: boolean | undefined; noEscape?: boolean | undefined; assumeObjects?: boolean | undefined; preventIndent?: boolean | undefined; explicitPartialContext?: boolean | undefined; }" ], "path": "src/platform/packages/private/kbn-handlebars/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index d6de4ad3da079..710d7f7940ffa 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index f7e961a3e3f0a..64f72e2b3c082 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks'] --- import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index 9e6c8605567aa..db46a2b8aa1bf 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_home_sample_data_card.devdocs.json index 11139866c6478..e390d351701d7 100644 --- a/api_docs/kbn_home_sample_data_card.devdocs.json +++ b/api_docs/kbn_home_sample_data_card.devdocs.json @@ -633,7 +633,7 @@ "\nParameters drawn from the Storybook arguments collection that customize a component story." ], "signature": [ - "{ name: any; description: any; status: any; includeAppLinks: any; simulateErrors: any; }" + "{ name: any; status: any; description: any; includeAppLinks: any; simulateErrors: any; }" ], "path": "src/platform/packages/shared/home/sample_data_card/src/mocks/index.ts", "deprecated": false, diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index eb9ccd214fec5..59c90d0a70f41 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: 2025-12-19 +date: 2026-01-07 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 619938cff7d69..51c110955a67d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab'] --- import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index de83549e93aa8..270b3f0598aaf 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- import kbnI18nObj from './kbn_i18n.devdocs.json'; diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index 21c674da10686..f451f672f4834 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: 2025-12-19 +date: 2026-01-07 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 aa348917afca4..639e94a6915f3 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_adapter.mdx b/api_docs/kbn_index_adapter.mdx index f331dae299801..fe5f411aefd6c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-adapter'] --- import kbnIndexAdapterObj from './kbn_index_adapter.devdocs.json'; diff --git a/api_docs/kbn_index_editor.devdocs.json b/api_docs/kbn_index_editor.devdocs.json index 89460991a308f..5a20f0ed7b088 100644 --- a/api_docs/kbn_index_editor.devdocs.json +++ b/api_docs/kbn_index_editor.devdocs.json @@ -353,7 +353,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -361,7 +361,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -369,7 +369,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -377,7 +377,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -385,7 +385,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -393,7 +393,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -401,7 +401,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -409,7 +409,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -441,7 +441,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", diff --git a/api_docs/kbn_index_editor.mdx b/api_docs/kbn_index_editor.mdx index 9c1398f24ecd9..e389f577d7274 100644 --- a/api_docs/kbn_index_editor.mdx +++ b/api_docs/kbn_index_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-editor title: "@kbn/index-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-editor plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-editor'] --- import kbnIndexEditorObj from './kbn_index_editor.devdocs.json'; diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.devdocs.json b/api_docs/kbn_index_lifecycle_management_common_shared.devdocs.json index 3e6ca2a6d74bc..f381583745a95 100644 --- a/api_docs/kbn_index_lifecycle_management_common_shared.devdocs.json +++ b/api_docs/kbn_index_lifecycle_management_common_shared.devdocs.json @@ -288,6 +288,40 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.IndexLifecycleManagementPluginStart", + "type": "Interface", + "tags": [], + "label": "IndexLifecycleManagementPluginStart", + "description": [], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.IndexLifecycleManagementPluginStart.apiService", + "type": "Object", + "tags": [], + "label": "apiService", + "description": [], + "signature": [ + { + "pluginId": "@kbn/index-lifecycle-management-common-shared", + "scope": "common", + "docId": "kibKbnIndexLifecycleManagementCommonSharedPluginApi", + "section": "def-common.PublicApiServiceSetup", + "text": "PublicApiServiceSetup" + } + ], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/index-lifecycle-management-common-shared", "id": "def-common.MigrateAction", @@ -579,6 +613,74 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.PublicApiServiceSetup", + "type": "Interface", + "tags": [], + "label": "PublicApiServiceSetup", + "description": [], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.PublicApiServiceSetup.getPolicies", + "type": "Function", + "tags": [], + "label": "getPolicies", + "description": [ + "\nFetches all ILM policies available in Index Lifecycle Management." + ], + "signature": [ + "(options?: { signal?: AbortSignal | undefined; } | undefined) => Promise<", + { + "pluginId": "@kbn/index-lifecycle-management-common-shared", + "scope": "common", + "docId": "kibKbnIndexLifecycleManagementCommonSharedPluginApi", + "section": "def-common.PolicyFromES", + "text": "PolicyFromES" + }, + "[]>" + ], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.PublicApiServiceSetup.getPolicies.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-lifecycle-management-common-shared", + "id": "def-common.PublicApiServiceSetup.getPolicies.$1.signal", + "type": "Object", + "tags": [], + "label": "signal", + "description": [], + "signature": [ + "AbortSignal | undefined" + ], + "path": "x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/index-lifecycle-management-common-shared", "id": "def-common.RolloverAction", diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.mdx b/api_docs/kbn_index_lifecycle_management_common_shared.mdx index 3d1527df2da9c..22bdbea3911e1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-lifecycle-management-common-shared'] --- import kbnIndexLifecycleManagementCommonSharedObj from './kbn_index_lifecycle_management_common_shared.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 78 | 0 | 76 | 0 | +| 84 | 0 | 81 | 0 | ## Common diff --git a/api_docs/kbn_index_management_shared_types.devdocs.json b/api_docs/kbn_index_management_shared_types.devdocs.json index bb31e077738b7..c071f5c116bb3 100644 --- a/api_docs/kbn_index_management_shared_types.devdocs.json +++ b/api_docs/kbn_index_management_shared_types.devdocs.json @@ -1407,7 +1407,7 @@ "label": "euiTheme", "description": [], "signature": [ - "{ colors: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; LIGHT: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; }; DARK: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; }; ghost: string; ink: string; plainLight: string; plainDark: string; }; base: number; size: { xxs: string; xs: string; s: string; m: string; base: string; l: string; xl: string; xxl: string; xxxl: string; xxxxl: string; }; font: { family: string; familyCode?: string | undefined; familySerif?: string | undefined; featureSettings?: string | undefined; defaultUnits: \"em\" | \"px\" | \"rem\"; baseline: number; lineHeightMultiplier: number; scale: { m: number; s: number; l: number; xs: number; xl: number; xxl: number; xxs: number; xxxs: number; }; weight: { light: ", + "{ colors: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; LIGHT: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; }; DARK: { primary: string; accent: string; accentSecondary: string; success: string; warning: string; danger: string; primaryText: string; accentText: string; successText: string; warningText: string; dangerText: string; textPrimary: string; textAccent: string; textAccentSecondary: string; textNeutral: string; textSuccess: string; textWarning: string; textRisk: string; textDanger: string; emptyShade: string; lightestShade: string; lightShade: string; mediumShade: string; darkShade: string; darkestShade: string; fullShade: string; body: string; highlight: string; disabled: string; disabledText: string; shadow: string; text: string; title: string; subduedText: string; link: string; textParagraph: string; textHeading: string; textSubdued: string; textDisabled: string; textInverse: string; backgroundBasePrimary: string; backgroundBaseAccent: string; backgroundBaseAccentSecondary: string; backgroundBaseNeutral: string; backgroundBaseSuccess: string; backgroundBaseWarning: string; backgroundBaseRisk: string; backgroundBaseDanger: string; backgroundBaseSubdued: string; backgroundBasePlain: string; backgroundBaseDisabled: string; backgroundBaseHighlighted: string; backgroundBaseFormsPrepend: string; backgroundBaseFormsControlDisabled: string; backgroundBaseInteractiveHover: string; backgroundBaseInteractiveSelect: string; backgroundBaseInteractiveSelectHover: string; backgroundBaseInteractiveOverlay: string; backgroundBaseSkeletonEdge: string; backgroundBaseSkeletonMiddle: string; backgroundLightPrimary: string; backgroundLightAccent: string; backgroundLightAccentSecondary: string; backgroundLightNeutral: string; backgroundLightSuccess: string; backgroundLightWarning: string; backgroundLightRisk: string; backgroundLightDanger: string; backgroundLightText: string; backgroundFilledPrimary: string; backgroundFilledAccent: string; backgroundFilledAccentSecondary: string; backgroundFilledNeutral: string; backgroundFilledSuccess: string; backgroundFilledWarning: string; backgroundFilledRisk: string; backgroundFilledDanger: string; backgroundFilledText: string; backgroundTransparent: string; backgroundTransparentPrimary: string; backgroundTransparentAccent: string; backgroundTransparentAccentSecondary: string; backgroundTransparentNeutral: string; backgroundTransparentSuccess: string; backgroundTransparentWarning: string; backgroundTransparentRisk: string; backgroundTransparentDanger: string; backgroundTransparentSubdued: string; backgroundTransparentHighlighted: string; backgroundTransparentPlain: string; borderBasePrimary: string; borderBaseAccent: string; borderBaseAccentSecondary: string; borderBaseNeutral: string; borderBaseSuccess: string; borderBaseWarning: string; borderBaseRisk: string; borderBaseDanger: string; borderBasePlain: string; borderBaseSubdued: string; borderBaseProminent: string; borderBaseDisabled: string; borderBaseFloating: string; borderBaseFormsColorSwatch: string; borderInteractiveFormsHoverPlain: string; borderInteractiveFormsHoverProminent: string; borderInteractiveFormsHoverDanger: string; borderStrongPrimary: string; borderStrongAccent: string; borderStrongAccentSecondary: string; borderStrongNeutral: string; borderStrongSuccess: string; borderStrongWarning: string; borderStrongRisk: string; borderStrongDanger: string; borderStrongText: string; vis: { euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVisBehindText0: string; euiColorVisBehindText1: string; euiColorVisBehindText2: string; euiColorVisBehindText3: string; euiColorVisBehindText4: string; euiColorVisBehindText5: string; euiColorVisBehindText6: string; euiColorVisBehindText7: string; euiColorVisBehindText8: string; euiColorVisBehindText9: string; euiColorVisText0: string; euiColorVisText1: string; euiColorVisText2: string; euiColorVisText3: string; euiColorVisText4: string; euiColorVisText5: string; euiColorVisText6: string; euiColorVisText7: string; euiColorVisText8: string; euiColorVisText9: string; euiColorVisNeutral0: string; euiColorVisNeutral1: string; euiColorVisSuccess0: string; euiColorVisSuccess1: string; euiColorVisWarning0: string; euiColorVisWarning1: string; euiColorVisRisk0: string; euiColorVisRisk1: string; euiColorVisDanger0: string; euiColorVisDanger1: string; euiColorVisBase0: string; euiColorVisGrey0: string; euiColorVisGrey1: string; euiColorVisGrey2: string; euiColorVisGrey3: string; euiColorVisWarm0: string; euiColorVisWarm1: string; euiColorVisWarm2: string; euiColorVisCool0: string; euiColorVisCool1: string; euiColorVisCool2: string; euiColorVisComplementary0: string; euiColorVisComplementary1: string; }; severity: { unknown: string; success: string; neutral: string; warning: string; risk: string; danger: string; }; }; ghost: string; ink: string; plainLight: string; plainDark: string; }; base: number; size: { xxs: string; xs: string; s: string; m: string; base: string; l: string; xl: string; xxl: string; xxxl: string; xxxxl: string; }; font: { family: string; familyCode?: string | undefined; familySerif?: string | undefined; featureSettings?: string | undefined; defaultUnits: \"em\" | \"px\" | \"rem\"; baseline: number; lineHeightMultiplier: number; scale: { m: number; s: number; l: number; xl: number; xxl: number; xs: number; xxs: number; xxxs: number; }; weight: { light: ", "Property", ".FontWeight | undefined; regular: ", "Property", @@ -1417,7 +1417,7 @@ "Property", ".FontWeight | undefined; bold: ", "Property", - ".FontWeight | undefined; }; body: { scale: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | \"xxs\" | \"xxxs\"; weight: keyof ", + ".FontWeight | undefined; }; body: { scale: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | \"xxs\" | \"xxxs\"; weight: keyof ", "_EuiThemeFontWeights", "; }; title: { weight: keyof ", "_EuiThemeFontWeights", @@ -1603,7 +1603,7 @@ "RecursivePartial", "; featureSettings?: ", "RecursivePartial", - "; defaultUnits?: \"em\" | \"px\" | \"rem\" | undefined; baseline?: number | undefined; lineHeightMultiplier?: number | undefined; scale?: { m?: number | undefined; s?: number | undefined; l?: number | undefined; xs?: number | undefined; xl?: number | undefined; xxl?: number | undefined; xxs?: number | undefined; xxxs?: number | undefined; } | undefined; weight?: { light?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; regular?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; medium?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; semiBold?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; bold?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; } | undefined; body?: { scale?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | \"xxs\" | \"xxxs\" | undefined; weight?: keyof ", + "; defaultUnits?: \"em\" | \"px\" | \"rem\" | undefined; baseline?: number | undefined; lineHeightMultiplier?: number | undefined; scale?: { m?: number | undefined; s?: number | undefined; l?: number | undefined; xl?: number | undefined; xxl?: number | undefined; xs?: number | undefined; xxs?: number | undefined; xxxs?: number | undefined; } | undefined; weight?: { light?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; regular?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; medium?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; semiBold?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; bold?: \"bold\" | \"inherit\" | \"initial\" | \"-moz-initial\" | \"revert\" | \"unset\" | \"normal\" | \"lighter\" | \"bolder\" | { toString?: {} | undefined; toFixed?: {} | undefined; toExponential?: {} | undefined; toPrecision?: {} | undefined; valueOf?: {} | undefined; toLocaleString?: {} | undefined; } | undefined; } | undefined; body?: { scale?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | \"xxs\" | \"xxxs\" | undefined; weight?: keyof ", "_EuiThemeFontWeights", " | undefined; } | undefined; title?: { weight?: keyof ", "_EuiThemeFontWeights", @@ -2649,6 +2649,65 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "@kbn/index-management-shared-types", + "id": "def-common.PublicApiServiceSetup.simulateIndexTemplate", + "type": "Function", + "tags": [], + "label": "simulateIndexTemplate", + "description": [ + "\nSimulates an index template by name using the\n`POST /api/index_management/index_templates/simulate/{templateName}` endpoint.\nReturns the resolved template configuration that would be applied to matching indices." + ], + "signature": [ + "(options: { templateName: string; signal?: AbortSignal | undefined; }) => Promise<", + "IndicesSimulateTemplateResponse", + ">" + ], + "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-management-shared-types", + "id": "def-common.PublicApiServiceSetup.simulateIndexTemplate.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/index-management-shared-types", + "id": "def-common.PublicApiServiceSetup.simulateIndexTemplate.$1.templateName", + "type": "string", + "tags": [], + "label": "templateName", + "description": [], + "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/index-management-shared-types", + "id": "def-common.PublicApiServiceSetup.simulateIndexTemplate.$1.signal", + "type": "Object", + "tags": [], + "label": "signal", + "description": [], + "signature": [ + "AbortSignal | undefined" + ], + "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] } ], "initialIsOpen": false @@ -3222,6 +3281,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/index-management-shared-types", + "id": "def-common.SimulateIndexTemplateResponse", + "type": "Type", + "tags": [], + "label": "SimulateIndexTemplateResponse", + "description": [], + "signature": [ + "IndicesSimulateTemplateResponse" + ], + "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/services/public_api_service.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/index-management-shared-types", "id": "def-common.TemplateType", @@ -3230,7 +3304,7 @@ "label": "TemplateType", "description": [], "signature": [ - "\"system\" | \"default\" | \"managed\" | \"cloudManaged\"" + "\"default\" | \"system\" | \"managed\" | \"cloudManaged\"" ], "path": "x-pack/platform/packages/shared/index-management/index_management_shared_types/src/index_templates.ts", "deprecated": false, diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index 18a271f9230e3..198b40b6cbd1d 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 183 | 3 | 179 | 0 | +| 188 | 3 | 183 | 0 | ## Common diff --git a/api_docs/kbn_inference_cli.mdx b/api_docs/kbn_inference_cli.mdx index eeecdda688480..ed4185b724d78 100644 --- a/api_docs/kbn_inference_cli.mdx +++ b/api_docs/kbn_inference_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-cli title: "@kbn/inference-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-cli plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-cli'] --- import kbnInferenceCliObj from './kbn_inference_cli.devdocs.json'; diff --git a/api_docs/kbn_inference_common.devdocs.json b/api_docs/kbn_inference_common.devdocs.json index 42238f8194503..31850ade25752 100644 --- a/api_docs/kbn_inference_common.devdocs.json +++ b/api_docs/kbn_inference_common.devdocs.json @@ -1871,7 +1871,7 @@ "signature": [ "() => ", "OperatorFunction", - " boolean) | undefined" + "\"auto\" | \"all\" | ((err: Error) => boolean) | undefined" ], "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/api.ts", "deprecated": false, @@ -2893,6 +2925,22 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/inference-common", + "id": "def-common.ChatCompletionTokenCount.thinking", + "type": "number", + "tags": [], + "label": "thinking", + "description": [ + "\nThinking token count, if available" + ], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/events.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/inference-common", "id": "def-common.ChatCompletionTokenCount.total", @@ -2900,7 +2948,7 @@ "tags": [], "label": "total", "description": [ - "\nTotal token count" + "\nTotal token count (prompt + completion + thinking)" ], "path": "x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/events.ts", "deprecated": false, @@ -5207,7 +5255,7 @@ "section": "def-common.MessageRole", "text": "MessageRole" }, - ".Assistant> & { content: string | null; } & (TToolCalls extends ", + ".Assistant> & { content: string | null; refusal?: string | null | undefined; } & (TToolCalls extends ", { "pluginId": "@kbn/inference-common", "scope": "common", @@ -5248,7 +5296,7 @@ "section": "def-common.MessageRole", "text": "MessageRole" }, - ".Assistant> & { content: string | null; } & (", + ".Assistant> & { content: string | null; refusal?: string | null | undefined; } & (", "ToolCallsOfToolOptions", " extends ", { @@ -5786,7 +5834,7 @@ "\nChunk event, containing a fragment of the total content,\nand potentially chunks of tool calls." ], "signature": [ - "{ content: string; tool_calls: ", + "{ content: string; refusal?: string | undefined; tool_calls: ", { "pluginId": "@kbn/inference-common", "scope": "common", @@ -5851,7 +5899,7 @@ "\nEvents emitted from the {@link ChatCompleteResponse} observable\nreturned from the {@link ChatCompleteAPI}.\n\nThe chatComplete API returns 3 type of events:\n- {@link ChatCompletionChunkEvent}: message chunk events\n- {@link ChatCompletionTokenCountEvent}: token count event\n- {@link ChatCompletionMessageEvent}: message event\n\nNote that chunk events can be emitted any amount of times, but token count will be emitted\nat most once (could not be emitted depending on the underlying connector), and message\nevent will be emitted ex\n" ], "signature": [ - "({ content: string; tool_calls: ", + "({ content: string; refusal?: string | undefined; tool_calls: ", { "pluginId": "@kbn/inference-common", "scope": "common", @@ -5915,7 +5963,7 @@ "section": "def-common.ChatCompletionEventType", "text": "ChatCompletionEventType" }, - ".ChatCompletionTokenCount; }) | ({ content: string; deanonymized_input?: { message: ", + ".ChatCompletionTokenCount; }) | ({ content: string; refusal?: string | undefined; deanonymized_input?: { message: ", { "pluginId": "@kbn/inference-common", "scope": "common", @@ -5980,7 +6028,7 @@ "\nMessage event, sent only once, after all the chunks were emitted, and containing\nthe whole text content and potential tool calls of the response." ], "signature": [ - "{ content: string; deanonymized_input?: { message: ", + "{ content: string; refusal?: string | undefined; deanonymized_input?: { message: ", { "pluginId": "@kbn/inference-common", "scope": "common", diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index 77ee706d76ba8..293192cb589dd 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 341 | 0 | 173 | 17 | +| 344 | 0 | 173 | 17 | ## Common diff --git a/api_docs/kbn_inference_endpoint_ui_common.mdx b/api_docs/kbn_inference_endpoint_ui_common.mdx index 47dfac0400226..331a150dfdd15 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: 2025-12-19 +date: 2026-01-07 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_langchain.mdx b/api_docs/kbn_inference_langchain.mdx index d8be045b6ab8f..ffd7dc096cbe1 100644 --- a/api_docs/kbn_inference_langchain.mdx +++ b/api_docs/kbn_inference_langchain.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-langchain title: "@kbn/inference-langchain" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-langchain plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-langchain'] --- import kbnInferenceLangchainObj from './kbn_inference_langchain.devdocs.json'; diff --git a/api_docs/kbn_inference_prompt_utils.mdx b/api_docs/kbn_inference_prompt_utils.mdx index 9c1f0be7840ea..270370392e796 100644 --- a/api_docs/kbn_inference_prompt_utils.mdx +++ b/api_docs/kbn_inference_prompt_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-prompt-utils title: "@kbn/inference-prompt-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-prompt-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-prompt-utils'] --- import kbnInferencePromptUtilsObj from './kbn_inference_prompt_utils.devdocs.json'; diff --git a/api_docs/kbn_inference_tracing.mdx b/api_docs/kbn_inference_tracing.mdx index 3456edad53b8b..8fedf1fc81615 100644 --- a/api_docs/kbn_inference_tracing.mdx +++ b/api_docs/kbn_inference_tracing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-tracing title: "@kbn/inference-tracing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-tracing plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-tracing'] --- import kbnInferenceTracingObj from './kbn_inference_tracing.devdocs.json'; diff --git a/api_docs/kbn_inference_tracing_config.mdx b/api_docs/kbn_inference_tracing_config.mdx index 3eabb476f9c32..7b02f62bb6511 100644 --- a/api_docs/kbn_inference_tracing_config.mdx +++ b/api_docs/kbn_inference_tracing_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-tracing-config title: "@kbn/inference-tracing-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-tracing-config plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-tracing-config'] --- import kbnInferenceTracingConfigObj from './kbn_inference_tracing_config.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index b2c9d24a72a3b..c415a05e9fc11 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_ingest_pipelines_shared.mdx b/api_docs/kbn_ingest_pipelines_shared.mdx index 76319e4e474e6..82ff48f24ff55 100644 --- a/api_docs/kbn_ingest_pipelines_shared.mdx +++ b/api_docs/kbn_ingest_pipelines_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ingest-pipelines-shared title: "@kbn/ingest-pipelines-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ingest-pipelines-shared plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ingest-pipelines-shared'] --- import kbnIngestPipelinesSharedObj from './kbn_ingest_pipelines_shared.devdocs.json'; diff --git a/api_docs/kbn_ink.mdx b/api_docs/kbn_ink.mdx index 12ee2c5b7c995..52fb0d7d4b74f 100644 --- a/api_docs/kbn_ink.mdx +++ b/api_docs/kbn_ink.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ink title: "@kbn/ink" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ink plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ink'] --- import kbnInkObj from './kbn_ink.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index 0286e815e1e9a..a454978c3c027 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index 4ac2f790733e4..86a844b1e47b9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils'] --- import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index 494e94208ad88..963d125ab46a5 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: 2025-12-19 +date: 2026-01-07 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 7e1a9b6e4b5c6..8e84c58f4b26c 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: 2025-12-19 +date: 2026-01-07 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 59f2161721f87..b5ebf74f63a3b 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: 2025-12-19 +date: 2026-01-07 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 e04887d7aa8d7..fd5bded0e22f8 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: 2025-12-19 +date: 2026-01-07 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 da6f0bef5448e..ce64140e7ba3a 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: 2025-12-19 +date: 2026-01-07 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 4e41aed8de4e8..4d9ff25f090f7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; diff --git a/api_docs/kbn_key_value_metadata_table.mdx b/api_docs/kbn_key_value_metadata_table.mdx index 17a9fc9fe7c44..0816f4dd7a28d 100644 --- a/api_docs/kbn_key_value_metadata_table.mdx +++ b/api_docs/kbn_key_value_metadata_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-key-value-metadata-table title: "@kbn/key-value-metadata-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/key-value-metadata-table plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/key-value-metadata-table'] --- import kbnKeyValueMetadataTableObj from './kbn_key_value_metadata_table.devdocs.json'; diff --git a/api_docs/kbn_kibana_api_cli.mdx b/api_docs/kbn_kibana_api_cli.mdx index 0056d1181d8b8..9576d2f242a0e 100644 --- a/api_docs/kbn_kibana_api_cli.mdx +++ b/api_docs/kbn_kibana_api_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-api-cli title: "@kbn/kibana-api-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-api-cli plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-api-cli'] --- import kbnKibanaApiCliObj from './kbn_kibana_api_cli.devdocs.json'; diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index 4f4799f6844a3..af474f2692be4 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: 2025-12-19 +date: 2026-01-07 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 6c1cc6a4a5fee..fcceb5d47b7f5 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; diff --git a/api_docs/kbn_lazy_object.mdx b/api_docs/kbn_lazy_object.mdx index 1b80c1757969b..2ea0b2edf02a8 100644 --- a/api_docs/kbn_lazy_object.mdx +++ b/api_docs/kbn_lazy_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lazy-object title: "@kbn/lazy-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lazy-object plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lazy-object'] --- import kbnLazyObjectObj from './kbn_lazy_object.devdocs.json'; diff --git a/api_docs/kbn_lens_common.devdocs.json b/api_docs/kbn_lens_common.devdocs.json index a8baa4ccd2e81..572749f454111 100644 --- a/api_docs/kbn_lens_common.devdocs.json +++ b/api_docs/kbn_lens_common.devdocs.json @@ -4358,10 +4358,10 @@ "signature": [ "{ notifications: ", "NotificationsStart", - "; docLinks: ", - "DocLinksStart", "; application: ", "ApplicationStart", + "; docLinks: ", + "DocLinksStart", "; http: ", "HttpSetup", "; overlays: ", @@ -4611,7 +4611,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -4619,7 +4619,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -4627,7 +4627,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -4635,7 +4635,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -4643,7 +4643,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -4651,7 +4651,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -4659,7 +4659,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -4667,7 +4667,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -6804,7 +6804,17 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + "[]) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -7064,17 +7074,7 @@ "section": "def-common.ESQLControlVariable", "text": "ESQLControlVariable" }, - "[]>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "[]>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -7146,33 +7146,43 @@ "Observable", " | undefined; readonly value: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, "> | undefined; error: (err: any) => void; forEach: { (next: (value: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, "> | undefined) => void): Promise; (next: (value: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", + "scope": "public", + "docId": "kibKbnControlGroupRendererPluginApi", + "section": "def-public.ControlGroupRendererApi", + "text": "ControlGroupRendererApi" + }, + "> | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => Partial<", + "> | undefined> | undefined; complete: () => void; getValue: () => Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, @@ -7180,9 +7190,9 @@ "Observable", " | undefined>; operator: ", - "Operator", - " | undefined> | undefined; subscribe: { (observerOrNext?: Partial<", + "> | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", " | undefined>> | ((value: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, @@ -7460,9 +7460,9 @@ "Subscription", "; (next?: ((value: Partial<", { - "pluginId": "controls", + "pluginId": "@kbn/control-group-renderer", "scope": "public", - "docId": "kibControlsPluginApi", + "docId": "kibKbnControlGroupRendererPluginApi", "section": "def-public.ControlGroupRendererApi", "text": "ControlGroupRendererApi" }, @@ -7470,25 +7470,25 @@ "Subscription", "; }; toPromise: { (): Promise | undefined>; (PromiseCtor: PromiseConstructor): Promise | undefined>; (PromiseCtor: PromiseConstructorLike): Promise | undefined; readonly value: { [key: string]: unknown; }; error: (err: any) => void; forEach: { (next: (value: { [key: string]: unknown; }) => void): Promise; (next: (value: { [key: string]: unknown; }) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => { [key: string]: unknown; }; closed: boolean; pipe: { (): ", + " | undefined; readonly value: { [key: string]: unknown; }; error: (err: any) => void; forEach: { (next: (value: { [key: string]: unknown; }) => void): Promise; (next: (value: { [key: string]: unknown; }) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => { [key: string]: unknown; }; closed: boolean; pipe: { (): ", "Observable", "<{ [key: string]: unknown; }>; (op1: ", "OperatorFunction", @@ -7648,9 +7650,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "<{ [key: string]: unknown; }>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "<{ [key: string]: unknown; }>; subscribe: { (observerOrNext?: Partial<", "Observer", "<{ [key: string]: unknown; }>> | ((value: { [key: string]: unknown; }) => void) | undefined): ", "Subscription", @@ -10348,7 +10348,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>" + "[]>" ], "path": "src/platform/packages/shared/kbn-lens-common/embeddable/types.ts", "deprecated": false, @@ -11074,7 +11074,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\"> & { deserialize: ", + ", \"register\" | \"init\"> & { deserialize: ", { "pluginId": "fieldFormats", "scope": "common", @@ -11202,7 +11202,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => ", + ") => ", { "pluginId": "uiActions", "scope": "public", @@ -11210,7 +11210,7 @@ "section": "def-public.Action", "text": "Action" }, - "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", + "; readonly registerActionAsync: (id: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -11218,7 +11218,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", + ">) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ", { "pluginId": "uiActions", "scope": "public", @@ -11226,7 +11226,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", + ") => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -11234,7 +11234,7 @@ "section": "def-public.ActionDefinition", "text": "ActionDefinition" }, - ">) => void; readonly getAction: (id: string) => Promise<", + ">) => void; readonly getAction: (id: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -11242,7 +11242,7 @@ "section": "def-public.Action", "text": "Action" }, - ">; readonly getTriggerActions: (triggerId: string) => Promise<", + ">; readonly getTriggerActions: (triggerId: string) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -11250,7 +11250,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", + "[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -11258,7 +11258,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", + "[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<", { "pluginId": "uiActions", "scope": "public", @@ -13247,7 +13247,17 @@ "section": "def-common.Adapters", "text": "Adapters" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "inspector", "scope": "common", @@ -13507,17 +13517,7 @@ "section": "def-common.Adapters", "text": "Adapters" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -17861,7 +17861,7 @@ "label": "changeType", "description": [], "signature": [ - "\"layers\" | \"initial\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" + "\"initial\" | \"layers\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" ], "path": "src/platform/packages/shared/kbn-lens-common/types.ts", "deprecated": false, @@ -18158,7 +18158,7 @@ "\nThe change type indicates what was changed in this table compared to the currently active table of this layer." ], "signature": [ - "\"layers\" | \"initial\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" + "\"initial\" | \"layers\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" ], "path": "src/platform/packages/shared/kbn-lens-common/types.ts", "deprecated": false, @@ -19116,7 +19116,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -19256,9 +19258,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean) => void) | undefined): ", "Subscription", @@ -26776,7 +26776,7 @@ "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, - "> | undefined; enhancements?: { dynamicActions: ", + "> | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; enhancements?: { dynamicActions: ", { "pluginId": "uiActionsEnhanced", "scope": "common", @@ -26784,7 +26784,7 @@ "section": "def-common.DynamicActionsState", "text": "DynamicActionsState" }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; esqlVariables?: ", + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -27649,7 +27649,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; }" + "[]>; }" ], "path": "src/platform/packages/shared/kbn-lens-common/embeddable/types.ts", "deprecated": false, @@ -27694,7 +27694,7 @@ "label": "LensByReferenceInput", "description": [], "signature": [ - "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", + "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", { "pluginId": "expressions", "scope": "common", @@ -27710,7 +27710,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined) => void) | undefined; description?: string | undefined; viewMode?: ", + " | undefined) => void) | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -27886,15 +27886,7 @@ "section": "def-common.Datatable", "text": "Datatable" }, - "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; enhancements?: { dynamicActions: ", - { - "pluginId": "uiActionsEnhanced", - "scope": "common", - "docId": "kibUiActionsEnhancedPluginApi", - "section": "def-common.DynamicActionsState", - "text": "DynamicActionsState" - }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", + "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", { "pluginId": "expressions", "scope": "common", @@ -27918,7 +27910,15 @@ "section": "def-common.BooleanRelation", "text": "BooleanRelation" }, - " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; esqlVariables?: ", + " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; enhancements?: { dynamicActions: ", + { + "pluginId": "uiActionsEnhanced", + "scope": "common", + "docId": "kibUiActionsEnhancedPluginApi", + "section": "def-common.DynamicActionsState", + "text": "DynamicActionsState" + }, + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -27942,7 +27942,7 @@ "section": "def-public.Action", "text": "Action" }, - "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", + "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", { "pluginId": "expressions", "scope": "common", @@ -28190,7 +28190,7 @@ "\nBackward compatibility types" ], "signature": [ - "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", + "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", { "pluginId": "expressions", "scope": "common", @@ -28206,7 +28206,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined) => void) | undefined; description?: string | undefined; viewMode?: ", + " | undefined) => void) | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -29136,15 +29136,7 @@ "section": "def-common.Datatable", "text": "Datatable" }, - "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; enhancements?: { dynamicActions: ", - { - "pluginId": "uiActionsEnhanced", - "scope": "common", - "docId": "kibUiActionsEnhancedPluginApi", - "section": "def-common.DynamicActionsState", - "text": "DynamicActionsState" - }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", + "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", { "pluginId": "expressions", "scope": "common", @@ -29168,7 +29160,15 @@ "section": "def-common.BooleanRelation", "text": "BooleanRelation" }, - " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; esqlVariables?: ", + " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; enhancements?: { dynamicActions: ", + { + "pluginId": "uiActionsEnhanced", + "scope": "common", + "docId": "kibUiActionsEnhancedPluginApi", + "section": "def-common.DynamicActionsState", + "text": "DynamicActionsState" + }, + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -29192,7 +29192,7 @@ "section": "def-public.Action", "text": "Action" }, - "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", + "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", { "pluginId": "expressions", "scope": "common", @@ -29501,7 +29501,7 @@ "section": "def-public.Action", "text": "Action" }, - "[] | undefined; disabledActions?: string[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; }" + "[] | undefined; disabledActions?: string[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; }" ], "path": "src/platform/packages/shared/kbn-lens-common/embeddable/types.ts", "deprecated": false, @@ -30277,7 +30277,7 @@ "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, - "> | undefined; enhancements?: { dynamicActions: ", + "> | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; enhancements?: { dynamicActions: ", { "pluginId": "uiActionsEnhanced", "scope": "common", @@ -30285,7 +30285,7 @@ "section": "def-common.DynamicActionsState", "text": "DynamicActionsState" }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; esqlVariables?: ", + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -31081,7 +31081,7 @@ "section": "def-public.Action", "text": "Action" }, - "[] | undefined; disabledActions?: string[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; } & ", + "[] | undefined; disabledActions?: string[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; } & ", { "pluginId": "@kbn/lens-common", "scope": "common", @@ -31287,7 +31287,7 @@ "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, - "> | undefined; enhancements?: { dynamicActions: ", + "> | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; enhancements?: { dynamicActions: ", { "pluginId": "uiActionsEnhanced", "scope": "common", @@ -31295,7 +31295,7 @@ "section": "def-common.DynamicActionsState", "text": "DynamicActionsState" }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; esqlVariables?: ", + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -32676,7 +32676,7 @@ "label": "RangeType", "description": [], "signature": [ - "{ label?: string | undefined; from: number; to: number; }" + "{ from: number; to: number; label?: string | undefined; }" ], "path": "src/platform/packages/shared/kbn-lens-common/datasources/operations.ts", "deprecated": false, @@ -32762,7 +32762,7 @@ "label": "RowHeightMode", "description": [], "signature": [ - "\"custom\" | \"auto\"" + "\"auto\" | \"custom\"" ], "path": "src/platform/packages/shared/kbn-lens-common/visualizations/datatable/types.ts", "deprecated": false, @@ -32970,7 +32970,7 @@ "\nIndicates what was changed in this table compared to the currently active table of this layer.\n* `initial` means the layer associated with this table does not exist in the current configuration\n* `unchanged` means the table is the same in the currently active configuration\n* `reduced` means the table is a reduced version of the currently active table (some columns dropped, but not all of them)\n* `extended` means the table is an extended version of the currently active table (added one or multiple additional columns)\n* `reorder` means the table columns have changed order, which change the data as well\n* `layers` means the change is a change to the layer structure, not to the table" ], "signature": [ - "\"layers\" | \"initial\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" + "\"initial\" | \"layers\" | \"unchanged\" | \"reduced\" | \"extended\" | \"reorder\"" ], "path": "src/platform/packages/shared/kbn-lens-common/types.ts", "deprecated": false, @@ -33068,7 +33068,7 @@ "label": "TimeScaleUnit", "description": [], "signature": [ - "\"m\" | \"s\" | \"d\" | \"h\"" + "\"m\" | \"d\" | \"s\" | \"h\"" ], "path": "src/platform/packages/shared/kbn-lens-common/types.ts", "deprecated": false, @@ -33136,7 +33136,7 @@ "label": "TypedLensByValueInput", "description": [], "signature": [ - "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", + "{ id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; onLoad?: ((isLoading: boolean, adapters?: Partial<", { "pluginId": "expressions", "scope": "common", @@ -33152,7 +33152,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined) => void) | undefined; description?: string | undefined; viewMode?: ", + " | undefined) => void) | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -34082,15 +34082,7 @@ "section": "def-common.Datatable", "text": "Datatable" }, - "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; enhancements?: { dynamicActions: ", - { - "pluginId": "uiActionsEnhanced", - "scope": "common", - "docId": "kibUiActionsEnhancedPluginApi", - "section": "def-common.DynamicActionsState", - "text": "DynamicActionsState" - }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", + "; column: number; range: number[]; timeFieldName?: string | undefined; preventDefault: () => void; }) => void) | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; onFilter?: ((data: { data: { table: Pick<", { "pluginId": "expressions", "scope": "common", @@ -34114,7 +34106,15 @@ "section": "def-common.BooleanRelation", "text": "BooleanRelation" }, - " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; esqlVariables?: ", + " | undefined; }[]; timeFieldName?: string | undefined; negate?: boolean | undefined; preventDefault: () => void; }) => void) | undefined; withDefaultActions?: boolean | undefined; disabledActions?: string[] | undefined; enhancements?: { dynamicActions: ", + { + "pluginId": "uiActionsEnhanced", + "scope": "common", + "docId": "kibUiActionsEnhancedPluginApi", + "section": "def-common.DynamicActionsState", + "text": "DynamicActionsState" + }, + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -34138,7 +34138,7 @@ "section": "def-public.Action", "text": "Action" }, - "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", + "[] | undefined; showInspector?: boolean | undefined; canEditInline?: boolean | undefined; onTableRowClick?: ((data: { rowIndex: number; table: ", { "pluginId": "expressions", "scope": "common", @@ -34347,7 +34347,7 @@ "section": "def-common.PaletteOutput", "text": "PaletteOutput" }, - "> | undefined; enhancements?: { dynamicActions: ", + "> | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; enhancements?: { dynamicActions: ", { "pluginId": "uiActionsEnhanced", "scope": "common", @@ -34355,7 +34355,7 @@ "section": "def-common.DynamicActionsState", "text": "DynamicActionsState" }, - "; } | undefined; hidePanelTitles?: boolean | undefined; searchSessionId?: string | undefined; lastReloadRequestTime?: number | undefined; esqlVariables?: ", + "; } | undefined; esqlVariables?: ", { "pluginId": "@kbn/esql-types", "scope": "common", @@ -35628,7 +35628,7 @@ "label": "YAxisMode", "description": [], "signature": [ - "\"right\" | \"bottom\" | \"left\" | \"auto\"" + "\"auto\" | \"right\" | \"bottom\" | \"left\"" ], "path": "src/platform/packages/shared/kbn-lens-common/visualizations/xy/types.ts", "deprecated": false, @@ -35949,11 +35949,11 @@ "label": "props", "description": [], "signature": [ - "{ string?: string | number | undefined; id?: string | undefined; onError?: React.ReactEventHandler | undefined; name?: string | undefined; transform?: string | undefined; min?: string | number | undefined; end?: string | number | undefined; filter?: string | undefined; max?: string | number | undefined; in?: string | undefined; mode?: string | number | undefined; order?: string | number | undefined; version?: string | undefined; format?: string | number | undefined; fill?: string | undefined; values?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; 'data-test-subj'?: string | undefined; css?: ", + "{ string?: string | number | undefined; id?: string | undefined; onError?: React.ReactEventHandler | undefined; name?: string | undefined; transform?: string | undefined; min?: string | number | undefined; end?: string | number | undefined; filter?: string | undefined; max?: string | number | undefined; in?: string | undefined; mode?: string | number | undefined; order?: string | number | undefined; version?: string | undefined; format?: string | number | undefined; fill?: string | undefined; values?: string | undefined; color?: string | undefined; size?: \"m\" | \"original\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined; suppressHydrationWarning?: boolean | undefined; className?: string | undefined; height?: string | number | undefined; lang?: string | undefined; media?: string | undefined; method?: string | undefined; style?: React.CSSProperties | undefined; target?: string | undefined; width?: string | number | undefined; role?: React.AriaRole | undefined; tabIndex?: number | undefined; crossOrigin?: CrossOrigin; accentHeight?: string | number | undefined; accumulate?: \"sum\" | \"none\" | undefined; additive?: \"sum\" | \"replace\" | undefined; alignmentBaseline?: \"alphabetic\" | \"hanging\" | \"ideographic\" | \"mathematical\" | \"inherit\" | \"auto\" | \"baseline\" | \"before-edge\" | \"text-before-edge\" | \"middle\" | \"central\" | \"after-edge\" | \"text-after-edge\" | undefined; allowReorder?: \"no\" | \"yes\" | undefined; alphabetic?: string | number | undefined; amplitude?: string | number | undefined; arabicForm?: \"initial\" | \"medial\" | \"terminal\" | \"isolated\" | undefined; ascent?: string | number | undefined; attributeName?: string | undefined; attributeType?: string | undefined; autoReverse?: Booleanish | undefined; azimuth?: string | number | undefined; baseFrequency?: string | number | undefined; baselineShift?: string | number | undefined; baseProfile?: string | number | undefined; bbox?: string | number | undefined; begin?: string | number | undefined; bias?: string | number | undefined; by?: string | number | undefined; calcMode?: string | number | undefined; capHeight?: string | number | undefined; clip?: string | number | undefined; clipPath?: string | undefined; clipPathUnits?: string | number | undefined; clipRule?: string | number | undefined; colorInterpolation?: string | number | undefined; colorInterpolationFilters?: \"inherit\" | \"auto\" | \"sRGB\" | \"linearRGB\" | undefined; colorProfile?: string | number | undefined; colorRendering?: string | number | undefined; contentScriptType?: string | number | undefined; contentStyleType?: string | number | undefined; cursor?: string | number | undefined; cx?: string | number | undefined; cy?: string | number | undefined; d?: string | undefined; decelerate?: string | number | undefined; descent?: string | number | undefined; diffuseConstant?: string | number | undefined; direction?: string | number | undefined; display?: string | number | undefined; divisor?: string | number | undefined; dominantBaseline?: string | number | undefined; dur?: string | number | undefined; dx?: string | number | undefined; dy?: string | number | undefined; edgeMode?: string | number | undefined; elevation?: string | number | undefined; enableBackground?: string | number | undefined; exponent?: string | number | undefined; externalResourcesRequired?: Booleanish | undefined; fillOpacity?: string | number | undefined; fillRule?: \"inherit\" | \"nonzero\" | \"evenodd\" | undefined; filterRes?: string | number | undefined; filterUnits?: string | number | undefined; floodColor?: string | number | undefined; floodOpacity?: string | number | undefined; focusable?: \"auto\" | Booleanish | undefined; fontFamily?: string | undefined; fontSize?: string | number | undefined; fontSizeAdjust?: string | number | undefined; fontStretch?: string | number | undefined; fontStyle?: string | number | undefined; fontVariant?: string | number | undefined; fontWeight?: string | number | undefined; fr?: string | number | undefined; from?: string | number | undefined; fx?: string | number | undefined; fy?: string | number | undefined; g1?: string | number | undefined; g2?: string | number | undefined; glyphName?: string | number | undefined; glyphOrientationHorizontal?: string | number | undefined; glyphOrientationVertical?: string | number | undefined; glyphRef?: string | number | undefined; gradientTransform?: string | undefined; gradientUnits?: string | undefined; hanging?: string | number | undefined; horizAdvX?: string | number | undefined; horizOriginX?: string | number | undefined; href?: string | undefined; ideographic?: string | number | undefined; imageRendering?: string | number | undefined; in2?: string | number | undefined; intercept?: string | number | undefined; k1?: string | number | undefined; k2?: string | number | undefined; k3?: string | number | undefined; k4?: string | number | undefined; k?: string | number | undefined; kernelMatrix?: string | number | undefined; kernelUnitLength?: string | number | undefined; kerning?: string | number | undefined; keyPoints?: string | number | undefined; keySplines?: string | number | undefined; keyTimes?: string | number | undefined; lengthAdjust?: string | number | undefined; letterSpacing?: string | number | undefined; lightingColor?: string | number | undefined; limitingConeAngle?: string | number | undefined; local?: string | number | undefined; markerEnd?: string | undefined; markerHeight?: string | number | undefined; markerMid?: string | undefined; markerStart?: string | undefined; markerUnits?: string | number | undefined; markerWidth?: string | number | undefined; mask?: string | undefined; maskContentUnits?: string | number | undefined; maskUnits?: string | number | undefined; mathematical?: string | number | undefined; numOctaves?: string | number | undefined; offset?: string | number | undefined; opacity?: string | number | undefined; operator?: string | number | undefined; orient?: string | number | undefined; orientation?: string | number | undefined; origin?: string | number | undefined; overflow?: string | number | undefined; overlinePosition?: string | number | undefined; overlineThickness?: string | number | undefined; paintOrder?: string | number | undefined; panose1?: string | number | undefined; path?: string | undefined; pathLength?: string | number | undefined; patternContentUnits?: string | undefined; patternTransform?: string | number | undefined; patternUnits?: string | undefined; pointerEvents?: string | number | undefined; points?: string | undefined; pointsAtX?: string | number | undefined; pointsAtY?: string | number | undefined; pointsAtZ?: string | number | undefined; preserveAlpha?: Booleanish | undefined; preserveAspectRatio?: string | undefined; primitiveUnits?: string | number | undefined; r?: string | number | undefined; radius?: string | number | undefined; refX?: string | number | undefined; refY?: string | number | undefined; renderingIntent?: string | number | undefined; repeatCount?: string | number | undefined; repeatDur?: string | number | undefined; requiredExtensions?: string | number | undefined; requiredFeatures?: string | number | undefined; restart?: string | number | undefined; result?: string | undefined; rotate?: string | number | undefined; rx?: string | number | undefined; ry?: string | number | undefined; scale?: string | number | undefined; seed?: string | number | undefined; shapeRendering?: string | number | undefined; slope?: string | number | undefined; spacing?: string | number | undefined; specularConstant?: string | number | undefined; specularExponent?: string | number | undefined; speed?: string | number | undefined; spreadMethod?: string | undefined; startOffset?: string | number | undefined; stdDeviation?: string | number | undefined; stemh?: string | number | undefined; stemv?: string | number | undefined; stitchTiles?: string | number | undefined; stopColor?: string | undefined; stopOpacity?: string | number | undefined; strikethroughPosition?: string | number | undefined; strikethroughThickness?: string | number | undefined; stroke?: string | undefined; strokeDasharray?: string | number | undefined; strokeDashoffset?: string | number | undefined; strokeLinecap?: \"inherit\" | \"butt\" | \"round\" | \"square\" | undefined; strokeLinejoin?: \"inherit\" | \"round\" | \"miter\" | \"bevel\" | undefined; strokeMiterlimit?: string | number | undefined; strokeOpacity?: string | number | undefined; strokeWidth?: string | number | undefined; surfaceScale?: string | number | undefined; systemLanguage?: string | number | undefined; tableValues?: string | number | undefined; targetX?: string | number | undefined; targetY?: string | number | undefined; textAnchor?: string | undefined; textDecoration?: string | number | undefined; textLength?: string | number | undefined; textRendering?: string | number | undefined; to?: string | number | undefined; u1?: string | number | undefined; u2?: string | number | undefined; underlinePosition?: string | number | undefined; underlineThickness?: string | number | undefined; unicode?: string | number | undefined; unicodeBidi?: string | number | undefined; unicodeRange?: string | number | undefined; unitsPerEm?: string | number | undefined; vAlphabetic?: string | number | undefined; vectorEffect?: string | number | undefined; vertAdvY?: string | number | undefined; vertOriginX?: string | number | undefined; vertOriginY?: string | number | undefined; vHanging?: string | number | undefined; vIdeographic?: string | number | undefined; viewBox?: string | undefined; viewTarget?: string | number | undefined; visibility?: string | number | undefined; vMathematical?: string | number | undefined; widths?: string | number | undefined; wordSpacing?: string | number | undefined; writingMode?: string | number | undefined; x1?: string | number | undefined; x2?: string | number | undefined; x?: string | number | undefined; xChannelSelector?: string | undefined; xHeight?: string | number | undefined; xlinkActuate?: string | undefined; xlinkArcrole?: string | undefined; xlinkHref?: string | undefined; xlinkRole?: string | undefined; xlinkShow?: string | undefined; xlinkTitle?: string | undefined; xlinkType?: string | undefined; xmlBase?: string | undefined; xmlLang?: string | undefined; xmlns?: string | undefined; xmlnsXlink?: string | undefined; xmlSpace?: string | undefined; y1?: string | number | undefined; y2?: string | number | undefined; y?: string | number | undefined; yChannelSelector?: string | undefined; z?: string | number | undefined; zoomAndPan?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"true\" | \"false\" | \"step\" | \"location\" | \"time\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" | \"true\" | \"false\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-label\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 'data-test-subj'?: string | undefined; css?: ", "Interpolation", "<", "Theme", - ">; suppressHydrationWarning?: boolean | undefined; lang?: string | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; role?: React.AriaRole | undefined; color?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"false\" | \"true\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"false\" | \"true\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"false\" | \"true\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-labelledby\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"false\" | \"true\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onResize?: React.ReactEventHandler | undefined; onResizeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; size?: \"m\" | \"s\" | \"l\" | \"original\" | \"xl\" | \"xxl\" | undefined; path?: string | undefined; cursor?: string | number | undefined; from?: string | number | undefined; to?: string | number | undefined; clipPath?: string | undefined; mask?: string | undefined; offset?: string | number | undefined; href?: string | undefined; media?: string | undefined; target?: string | undefined; direction?: string | number | undefined; width?: string | number | undefined; textDecoration?: string | number | undefined; result?: string | undefined; by?: string | number | undefined; scale?: string | number | undefined; y?: string | number | undefined; d?: string | undefined; x?: string | number | undefined; stdDeviation?: string | number | undefined; operator?: string | number | undefined; display?: string | number | undefined; method?: string | undefined; height?: string | number | undefined; crossOrigin?: CrossOrigin; accentHeight?: string | number | undefined; accumulate?: \"sum\" | \"none\" | undefined; additive?: \"sum\" | \"replace\" | undefined; alignmentBaseline?: \"inherit\" | \"auto\" | \"alphabetic\" | \"hanging\" | \"ideographic\" | \"mathematical\" | \"baseline\" | \"before-edge\" | \"text-before-edge\" | \"middle\" | \"central\" | \"after-edge\" | \"text-after-edge\" | undefined; allowReorder?: \"yes\" | \"no\" | undefined; alphabetic?: string | number | undefined; amplitude?: string | number | undefined; arabicForm?: \"initial\" | \"medial\" | \"terminal\" | \"isolated\" | undefined; ascent?: string | number | undefined; attributeName?: string | undefined; attributeType?: string | undefined; autoReverse?: Booleanish | undefined; azimuth?: string | number | undefined; baseFrequency?: string | number | undefined; baselineShift?: string | number | undefined; baseProfile?: string | number | undefined; bbox?: string | number | undefined; begin?: string | number | undefined; bias?: string | number | undefined; calcMode?: string | number | undefined; capHeight?: string | number | undefined; clip?: string | number | undefined; clipPathUnits?: string | number | undefined; clipRule?: string | number | undefined; colorInterpolation?: string | number | undefined; colorInterpolationFilters?: \"inherit\" | \"auto\" | \"sRGB\" | \"linearRGB\" | undefined; colorProfile?: string | number | undefined; colorRendering?: string | number | undefined; contentScriptType?: string | number | undefined; contentStyleType?: string | number | undefined; cx?: string | number | undefined; cy?: string | number | undefined; decelerate?: string | number | undefined; descent?: string | number | undefined; diffuseConstant?: string | number | undefined; divisor?: string | number | undefined; dominantBaseline?: string | number | undefined; dur?: string | number | undefined; dx?: string | number | undefined; dy?: string | number | undefined; edgeMode?: string | number | undefined; elevation?: string | number | undefined; enableBackground?: string | number | undefined; exponent?: string | number | undefined; externalResourcesRequired?: Booleanish | undefined; fillOpacity?: string | number | undefined; fillRule?: \"inherit\" | \"nonzero\" | \"evenodd\" | undefined; filterRes?: string | number | undefined; filterUnits?: string | number | undefined; floodColor?: string | number | undefined; floodOpacity?: string | number | undefined; focusable?: Booleanish | \"auto\" | undefined; fontFamily?: string | undefined; fontSize?: string | number | undefined; fontSizeAdjust?: string | number | undefined; fontStretch?: string | number | undefined; fontStyle?: string | number | undefined; fontVariant?: string | number | undefined; fontWeight?: string | number | undefined; fr?: string | number | undefined; fx?: string | number | undefined; fy?: string | number | undefined; g1?: string | number | undefined; g2?: string | number | undefined; glyphName?: string | number | undefined; glyphOrientationHorizontal?: string | number | undefined; glyphOrientationVertical?: string | number | undefined; glyphRef?: string | number | undefined; gradientTransform?: string | undefined; gradientUnits?: string | undefined; hanging?: string | number | undefined; horizAdvX?: string | number | undefined; horizOriginX?: string | number | undefined; ideographic?: string | number | undefined; imageRendering?: string | number | undefined; in2?: string | number | undefined; intercept?: string | number | undefined; k1?: string | number | undefined; k2?: string | number | undefined; k3?: string | number | undefined; k4?: string | number | undefined; k?: string | number | undefined; kernelMatrix?: string | number | undefined; kernelUnitLength?: string | number | undefined; kerning?: string | number | undefined; keyPoints?: string | number | undefined; keySplines?: string | number | undefined; keyTimes?: string | number | undefined; lengthAdjust?: string | number | undefined; letterSpacing?: string | number | undefined; lightingColor?: string | number | undefined; limitingConeAngle?: string | number | undefined; local?: string | number | undefined; markerEnd?: string | undefined; markerHeight?: string | number | undefined; markerMid?: string | undefined; markerStart?: string | undefined; markerUnits?: string | number | undefined; markerWidth?: string | number | undefined; maskContentUnits?: string | number | undefined; maskUnits?: string | number | undefined; mathematical?: string | number | undefined; numOctaves?: string | number | undefined; opacity?: string | number | undefined; orient?: string | number | undefined; orientation?: string | number | undefined; origin?: string | number | undefined; overflow?: string | number | undefined; overlinePosition?: string | number | undefined; overlineThickness?: string | number | undefined; paintOrder?: string | number | undefined; panose1?: string | number | undefined; pathLength?: string | number | undefined; patternContentUnits?: string | undefined; patternTransform?: string | number | undefined; patternUnits?: string | undefined; pointerEvents?: string | number | undefined; points?: string | undefined; pointsAtX?: string | number | undefined; pointsAtY?: string | number | undefined; pointsAtZ?: string | number | undefined; preserveAlpha?: Booleanish | undefined; preserveAspectRatio?: string | undefined; primitiveUnits?: string | number | undefined; r?: string | number | undefined; radius?: string | number | undefined; refX?: string | number | undefined; refY?: string | number | undefined; renderingIntent?: string | number | undefined; repeatCount?: string | number | undefined; repeatDur?: string | number | undefined; requiredExtensions?: string | number | undefined; requiredFeatures?: string | number | undefined; restart?: string | number | undefined; rotate?: string | number | undefined; rx?: string | number | undefined; ry?: string | number | undefined; seed?: string | number | undefined; shapeRendering?: string | number | undefined; slope?: string | number | undefined; spacing?: string | number | undefined; specularConstant?: string | number | undefined; specularExponent?: string | number | undefined; speed?: string | number | undefined; spreadMethod?: string | undefined; startOffset?: string | number | undefined; stemh?: string | number | undefined; stemv?: string | number | undefined; stitchTiles?: string | number | undefined; stopColor?: string | undefined; stopOpacity?: string | number | undefined; strikethroughPosition?: string | number | undefined; strikethroughThickness?: string | number | undefined; stroke?: string | undefined; strokeDasharray?: string | number | undefined; strokeDashoffset?: string | number | undefined; strokeLinecap?: \"inherit\" | \"butt\" | \"round\" | \"square\" | undefined; strokeLinejoin?: \"inherit\" | \"round\" | \"miter\" | \"bevel\" | undefined; strokeMiterlimit?: string | number | undefined; strokeOpacity?: string | number | undefined; strokeWidth?: string | number | undefined; surfaceScale?: string | number | undefined; systemLanguage?: string | number | undefined; tableValues?: string | number | undefined; targetX?: string | number | undefined; targetY?: string | number | undefined; textAnchor?: string | undefined; textLength?: string | number | undefined; textRendering?: string | number | undefined; u1?: string | number | undefined; u2?: string | number | undefined; underlinePosition?: string | number | undefined; underlineThickness?: string | number | undefined; unicode?: string | number | undefined; unicodeBidi?: string | number | undefined; unicodeRange?: string | number | undefined; unitsPerEm?: string | number | undefined; vAlphabetic?: string | number | undefined; vectorEffect?: string | number | undefined; vertAdvY?: string | number | undefined; vertOriginX?: string | number | undefined; vertOriginY?: string | number | undefined; vHanging?: string | number | undefined; vIdeographic?: string | number | undefined; viewBox?: string | undefined; viewTarget?: string | number | undefined; visibility?: string | number | undefined; vMathematical?: string | number | undefined; widths?: string | number | undefined; wordSpacing?: string | number | undefined; writingMode?: string | number | undefined; x1?: string | number | undefined; x2?: string | number | undefined; xChannelSelector?: string | undefined; xHeight?: string | number | undefined; xlinkActuate?: string | undefined; xlinkArcrole?: string | undefined; xlinkHref?: string | undefined; xlinkRole?: string | undefined; xlinkShow?: string | undefined; xlinkTitle?: string | undefined; xlinkType?: string | undefined; xmlBase?: string | undefined; xmlLang?: string | undefined; xmlns?: string | undefined; xmlnsXlink?: string | undefined; xmlSpace?: string | undefined; y1?: string | number | undefined; y2?: string | number | undefined; yChannelSelector?: string | undefined; z?: string | number | undefined; zoomAndPan?: string | undefined; titleId?: string | undefined; onIconLoad?: (() => void) | undefined; }" + ">; title?: string | undefined; titleId?: string | undefined; onIconLoad?: (() => void) | undefined; }" ], "path": "src/platform/packages/shared/kbn-chart-icons/src/assets/chart_heatmap.tsx", "deprecated": false, diff --git a/api_docs/kbn_lens_common.mdx b/api_docs/kbn_lens_common.mdx index c786fa61d14ad..3fc42cef7ebad 100644 --- a/api_docs/kbn_lens_common.mdx +++ b/api_docs/kbn_lens_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-common title: "@kbn/lens-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-common plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-common'] --- import kbnLensCommonObj from './kbn_lens_common.devdocs.json'; diff --git a/api_docs/kbn_lens_common_2.devdocs.json b/api_docs/kbn_lens_common_2.devdocs.json index 84b2d57627ff7..0bb822e3fbf3b 100644 --- a/api_docs/kbn_lens_common_2.devdocs.json +++ b/api_docs/kbn_lens_common_2.devdocs.json @@ -166,7 +166,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined; OverriddenHoverActionsComponent?: React.ComponentType<{}> | undefined; type: string; phase$: ", + " | undefined; OverriddenHoverActionsComponent?: React.ComponentType<{}> | undefined; isExpandable?: boolean | undefined; isCustomizable?: boolean | undefined; isDuplicable?: boolean | undefined; isPinnable?: boolean | undefined; type: string; phase$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -576,7 +576,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; getEditPanel?: ((options?: { closeFlyout?: (() => void) | undefined; showOnly?: boolean | undefined; } | undefined) => Promise) | undefined; getLegacySerializedState: () => ", + "[]>; getEditPanel?: ((options?: { closeFlyout?: (() => void) | undefined; showOnly?: boolean | undefined; } | undefined) => Promise) | undefined; getLegacySerializedState: () => ", { "pluginId": "@kbn/lens-common", "scope": "common", @@ -1111,7 +1111,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined; OverriddenHoverActionsComponent?: React.ComponentType<{}> | undefined; type: string; phase$: ", + " | undefined; OverriddenHoverActionsComponent?: React.ComponentType<{}> | undefined; isExpandable?: boolean | undefined; isCustomizable?: boolean | undefined; isDuplicable?: boolean | undefined; isPinnable?: boolean | undefined; type: string; phase$: ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -1521,7 +1521,7 @@ "section": "def-public.Action", "text": "Action" }, - "[]>; getEditPanel?: ((options?: { closeFlyout?: (() => void) | undefined; showOnly?: boolean | undefined; } | undefined) => Promise) | undefined; getLegacySerializedState: () => ", + "[]>; getEditPanel?: ((options?: { closeFlyout?: (() => void) | undefined; showOnly?: boolean | undefined; } | undefined) => Promise) | undefined; getLegacySerializedState: () => ", { "pluginId": "@kbn/lens-common", "scope": "common", diff --git a/api_docs/kbn_lens_common_2.mdx b/api_docs/kbn_lens_common_2.mdx index bce0f467a24fb..1979e453e978a 100644 --- a/api_docs/kbn_lens_common_2.mdx +++ b/api_docs/kbn_lens_common_2.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-common-2 title: "@kbn/lens-common-2" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-common-2 plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-common-2'] --- import kbnLensCommon_2Obj from './kbn_lens_common_2.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.devdocs.json b/api_docs/kbn_lens_embeddable_utils.devdocs.json index ee8cc6d2f9a11..d10ca912d738f 100644 --- a/api_docs/kbn_lens_embeddable_utils.devdocs.json +++ b/api_docs/kbn_lens_embeddable_utils.devdocs.json @@ -3509,7 +3509,7 @@ "label": "normalizeByUnit", "description": [], "signature": [ - "\"m\" | \"s\" | \"d\" | \"h\" | undefined" + "\"m\" | \"d\" | \"s\" | \"h\" | undefined" ], "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/types.ts", "deprecated": false, @@ -4046,7 +4046,7 @@ "label": "ChartType", "description": [], "signature": [ - "\"metric\" | \"table\" | \"heatmap\" | \"gauge\" | \"treemap\" | \"mosaic\" | \"tagcloud\" | \"pie\" | \"donut\" | \"xy\" | \"regionmap\"" + "\"table\" | \"metric\" | \"heatmap\" | \"gauge\" | \"treemap\" | \"mosaic\" | \"tagcloud\" | \"pie\" | \"donut\" | \"xy\" | \"regionmap\"" ], "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/types.ts", "deprecated": false, @@ -4131,7 +4131,7 @@ "label": "LensApiState", "description": [], "signature": [ - "Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; secondary_metric?: Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"formula\"; formula: string; }> | undefined; breakdown_by?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { size: number; columns: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { columns: number; filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; } & { type: \"metric\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; field?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"count\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"unique_count\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"sum\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"last_value\"; fit: boolean; sort_by: string; show_array_values: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"percentile\"; percentile: number; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"differences\"; fit: boolean; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"moving_average\"; window: number; fit: boolean; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"cumulative_sum\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"counter_rate\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"formula\"; fit: boolean; formula: string; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; secondary_metric?: Readonly<{ prefix?: string | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"value\"; column: string; }> | undefined; breakdown_by?: Readonly<{ collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { columns: number; operation: \"value\"; column: string; }> | undefined; } & { type: \"metric\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"value\"; fit: boolean; column: string; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"legacy_metric\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; field?: string | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"legacy_metric\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | \"xl\" | \"xxl\" | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ shape?: Readonly<{} & { type: \"bullet\"; direction: \"horizontal\" | \"vertical\"; }> | Readonly<{} & { type: \"arc\" | \"circle\" | \"semiCircle\"; }> | undefined; title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"gauge\"; metric: Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; field?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ shape?: Readonly<{} & { type: \"bullet\"; direction: \"horizontal\" | \"vertical\"; }> | Readonly<{} & { type: \"arc\" | \"circle\" | \"semiCircle\"; }> | undefined; title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"gauge\"; metric: Readonly<{ min?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; max?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; title?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; goal?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; ticks?: \"hidden\" | \"auto\" | \"bands\" | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"medium\" | \"large\" | \"xlarge\" | undefined; inside?: false | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; statistics?: (\"count\" | \"min\" | \"max\" | \"avg\" | \"median\" | \"total\" | \"range\" | \"variance\" | \"difference\" | \"last_value\" | \"standard_deviation\" | \"last_non_null_value\" | \"first_value\" | \"first_non_null_value\" | \"difference_percentage\" | \"distinct_count\" | \"current_and_last_value\")[] | undefined; truncate_after_lines?: number | undefined; } & {}> | Readonly<{ columns?: number | undefined; visible?: boolean | undefined; statistics?: (\"count\" | \"min\" | \"max\" | \"avg\" | \"median\" | \"total\" | \"range\" | \"variance\" | \"difference\" | \"last_value\" | \"standard_deviation\" | \"last_non_null_value\" | \"first_value\" | \"first_non_null_value\" | \"difference_percentage\" | \"distinct_count\" | \"current_and_last_value\")[] | undefined; truncate_after_lines?: number | undefined; alignment?: \"top_left\" | \"bottom_right\" | \"top_right\" | \"bottom_left\" | undefined; } & { inside: true; }> | undefined; decorations?: Readonly<{ end_zones?: boolean | undefined; current_time_marker?: boolean | undefined; point_visibility?: boolean | undefined; line_interpolation?: \"linear\" | \"smooth\" | \"stepped\" | undefined; minimum_bar_height?: number | undefined; show_value_labels?: boolean | undefined; fill_opacity?: number | undefined; value_labels?: boolean | undefined; } & {}> | undefined; axis?: Readonly<{ right?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; scale?: \"log\" | \"time\" | \"linear\" | \"sqrt\" | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{} & { type: \"focus\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; left?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; scale?: \"log\" | \"time\" | \"linear\" | \"sqrt\" | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{} & { type: \"focus\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; } & {}> | undefined; fitting?: Readonly<{ dotted?: boolean | undefined; end_value?: \"none\" | \"zero\" | \"nearest\" | undefined; } & { type: \"none\" | \"average\" | \"linear\" | \"zero\" | \"carry\" | \"lookahead\" | \"nearest\"; }> | undefined; } & { type: \"xy\"; layers: (Readonly<{ x?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; breakdown_by?: Readonly<{ label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; drop_partial_intervals?: boolean | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; } & { type: \"line\" | \"area\" | \"bar\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_horizontal_stacked\" | \"area_percentage\" | \"bar_horizontal_percentage\" | \"bar_percentage\"; y: (Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"formula\"; formula: string; }>)[]; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ x?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; breakdown_by?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; } & { type: \"line\" | \"area\" | \"bar\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_horizontal_stacked\" | \"area_percentage\" | \"bar_horizontal_percentage\" | \"bar_percentage\"; y: Readonly<{ color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"value\"; column: string; }>[]; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{} & { type: \"referenceLines\"; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; thresholds: (Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; field?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { value: number; operation: \"static_value\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"formula\"; formula: string; }>)[]; }> | Readonly<{} & { type: \"referenceLines\"; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; thresholds: Readonly<{ text?: \"none\" | \"label\" | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"value\"; column: string; }>[]; }> | Readonly<{} & { type: \"annotations\"; events: (Readonly<{ text?: \"none\" | \"label\" | Readonly<{} & { type: \"field\"; field: string; }> | undefined; label?: string | undefined; hidden?: boolean | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; line?: Readonly<{} & { stroke_width: number; stroke_dash: \"dashed\" | \"solid\" | \"dotted\"; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; extra_fields?: string[] | undefined; } & { type: \"query\"; query: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; time_field: string; }> | Readonly<{ text?: \"none\" | \"label\" | undefined; label?: string | undefined; hidden?: boolean | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; line?: Readonly<{} & { stroke_width: number; stroke_dash: \"dashed\" | \"solid\" | \"dotted\"; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; } & { type: \"point\"; timestamp: string | number; }> | Readonly<{ fill?: \"inside\" | \"outside\" | undefined; label?: string | undefined; hidden?: boolean | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; } & { type: \"range\"; interval: Readonly<{} & { from: string | number; to: string | number; }>; }>)[]; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; ignore_global_filters: boolean; }>)[]; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"medium\" | \"large\" | \"auto\" | \"xlarge\" | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; truncate_after_lines?: number | undefined; } & {}> | undefined; axes?: Readonly<{ y?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; yAxis?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; cells?: Readonly<{ labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & { type: \"heatmap\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; xAxis: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"medium\" | \"large\" | \"auto\" | \"xlarge\" | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; truncate_after_lines?: number | undefined; } & {}> | undefined; axes?: Readonly<{ y?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; yAxis?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; cells?: Readonly<{ labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & { type: \"heatmap\"; metric: Readonly<{ color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; xAxis: Readonly<{} & { operation: \"value\"; column: string; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; font_size?: Readonly<{} & { min: number; max: number; }> | undefined; } & { type: \"tagcloud\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; tag_by: Readonly<{ label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; font_size?: Readonly<{} & { min: number; max: number; }> | undefined; } & { type: \"tagcloud\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; tag_by: Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; ranges: Readonly<{} & { label: string; from: string | number; to: string | number; }>[]; from: string | number; to: string | number; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; } & { operation: \"value\"; column: string; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"region_map\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }>; region: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; metric: number; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"custom\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; direction: \"asc\" | \"desc\"; }> | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"region_map\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { operation: \"value\"; column: string; }>; region: Readonly<{ ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }>" + "Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; secondary_metric?: Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ prefix?: string | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"formula\"; formula: string; }> | undefined; breakdown_by?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { size: number; columns: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { field: string; columns: number; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { columns: number; filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; } & { type: \"metric\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; field?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"count\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"unique_count\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"sum\"; fit: boolean; empty_as_null: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"last_value\"; fit: boolean; sort_by: string; show_array_values: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"percentile\"; percentile: number; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"differences\"; fit: boolean; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"moving_average\"; window: number; fit: boolean; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"cumulative_sum\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { field: string; operation: \"counter_rate\"; fit: boolean; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"formula\"; fit: boolean; formula: string; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; secondary_metric?: Readonly<{ prefix?: string | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; compare?: Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"baseline\"; baseline: number; }> | Readonly<{ value?: boolean | undefined; icon?: boolean | undefined; palette?: string | undefined; } & { to: \"primary\"; }> | undefined; } & { operation: \"value\"; column: string; }> | undefined; breakdown_by?: Readonly<{ collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; } & { columns: number; operation: \"value\"; column: string; }> | undefined; } & { type: \"metric\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: Readonly<{} & { name: string; align: \"right\" | \"left\"; }> | undefined; sub_label?: string | undefined; apply_color_to?: \"value\" | \"background\" | undefined; background_chart?: Readonly<{ direction?: \"horizontal\" | \"vertical\" | undefined; } & { type: \"bar\"; goal_value: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }>; }> | Readonly<{} & { type: \"trend\"; }> | undefined; } & { operation: \"value\"; fit: boolean; column: string; alignments: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"right\" | \"center\" | \"left\"; }>; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"legacy_metric\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"legacy_metric\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; size?: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | \"xs\" | undefined; label?: string | undefined; alignments?: Readonly<{} & { value: \"right\" | \"center\" | \"left\"; labels: \"top\" | \"bottom\"; }> | undefined; apply_color_to?: \"value\" | \"background\" | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ shape?: Readonly<{} & { type: \"bullet\"; direction: \"horizontal\" | \"vertical\"; }> | Readonly<{} & { type: \"arc\" | \"circle\" | \"semiCircle\"; }> | undefined; title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"gauge\"; metric: Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; field?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ min?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; max?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { value: number; operation: \"static_value\"; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ shape?: Readonly<{} & { type: \"bullet\"; direction: \"horizontal\" | \"vertical\"; }> | Readonly<{} & { type: \"arc\" | \"circle\" | \"semiCircle\"; }> | undefined; title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"gauge\"; metric: Readonly<{ min?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; max?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; title?: string | undefined; label?: string | undefined; goal?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; ticks?: \"auto\" | \"hidden\" | \"bands\" | undefined; hide_title?: boolean | undefined; sub_title?: string | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"medium\" | \"large\" | \"xlarge\" | undefined; inside?: false | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; statistics?: (\"count\" | \"min\" | \"max\" | \"avg\" | \"median\" | \"total\" | \"range\" | \"variance\" | \"difference\" | \"last_value\" | \"standard_deviation\" | \"last_non_null_value\" | \"first_value\" | \"first_non_null_value\" | \"difference_percentage\" | \"distinct_count\" | \"current_and_last_value\")[] | undefined; truncate_after_lines?: number | undefined; } & {}> | Readonly<{ columns?: number | undefined; visible?: boolean | undefined; statistics?: (\"count\" | \"min\" | \"max\" | \"avg\" | \"median\" | \"total\" | \"range\" | \"variance\" | \"difference\" | \"last_value\" | \"standard_deviation\" | \"last_non_null_value\" | \"first_value\" | \"first_non_null_value\" | \"difference_percentage\" | \"distinct_count\" | \"current_and_last_value\")[] | undefined; truncate_after_lines?: number | undefined; alignment?: \"top_left\" | \"bottom_right\" | \"top_right\" | \"bottom_left\" | undefined; } & { inside: true; }> | undefined; decorations?: Readonly<{ end_zones?: boolean | undefined; current_time_marker?: boolean | undefined; point_visibility?: boolean | undefined; line_interpolation?: \"linear\" | \"smooth\" | \"stepped\" | undefined; minimum_bar_height?: number | undefined; show_value_labels?: boolean | undefined; fill_opacity?: number | undefined; value_labels?: boolean | undefined; } & {}> | undefined; axis?: Readonly<{ x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; right?: Readonly<{ scale?: \"log\" | \"time\" | \"linear\" | \"sqrt\" | undefined; title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{} & { type: \"focus\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; left?: Readonly<{ scale?: \"log\" | \"time\" | \"linear\" | \"sqrt\" | undefined; title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; grid?: boolean | undefined; ticks?: boolean | undefined; extent?: Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"full\"; }> | Readonly<{} & { type: \"focus\"; }> | Readonly<{ integer_rounding?: boolean | undefined; } & { type: \"custom\"; start: number; end: number; }> | undefined; label_orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; } & {}> | undefined; } & {}> | undefined; fitting?: Readonly<{ dotted?: boolean | undefined; end_value?: \"none\" | \"zero\" | \"nearest\" | undefined; } & { type: \"none\" | \"average\" | \"linear\" | \"zero\" | \"carry\" | \"lookahead\" | \"nearest\"; }> | undefined; } & { type: \"xy\"; layers: (Readonly<{ x?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; breakdown_by?: Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; drop_partial_intervals?: boolean | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; collapse_by?: \"min\" | \"max\" | \"sum\" | \"avg\" | undefined; aggregate_first?: boolean | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; } & { type: \"line\" | \"area\" | \"bar\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_horizontal_stacked\" | \"area_percentage\" | \"bar_horizontal_percentage\" | \"bar_percentage\"; y: (Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"formula\"; formula: string; }>)[]; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ x?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; breakdown_by?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; } & { type: \"line\" | \"area\" | \"bar\" | \"bar_stacked\" | \"area_stacked\" | \"bar_horizontal\" | \"bar_horizontal_stacked\" | \"area_percentage\" | \"bar_horizontal_percentage\" | \"bar_percentage\"; y: Readonly<{ color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; axis?: \"right\" | \"left\" | undefined; } & { operation: \"value\"; column: string; }>[]; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{} & { type: \"referenceLines\"; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; thresholds: (Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; field?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { value: number; operation: \"static_value\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; text?: \"none\" | \"label\" | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"formula\"; formula: string; }>)[]; }> | Readonly<{} & { type: \"referenceLines\"; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; thresholds: Readonly<{ text?: \"none\" | \"label\" | undefined; fill?: \"above\" | \"below\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; axis?: \"right\" | \"bottom\" | \"left\" | undefined; stroke_width?: number | undefined; stroke_dash?: \"dashed\" | \"solid\" | \"dotted\" | undefined; } & { operation: \"value\"; column: string; }>[]; }> | Readonly<{} & { type: \"annotations\"; events: (Readonly<{ text?: \"none\" | \"label\" | Readonly<{} & { type: \"field\"; field: string; }> | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; hidden?: boolean | undefined; line?: Readonly<{} & { stroke_width: number; stroke_dash: \"dashed\" | \"solid\" | \"dotted\"; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; extra_fields?: string[] | undefined; } & { type: \"query\"; query: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; time_field: string; }> | Readonly<{ text?: \"none\" | \"label\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; hidden?: boolean | undefined; line?: Readonly<{} & { stroke_width: number; stroke_dash: \"dashed\" | \"solid\" | \"dotted\"; }> | undefined; icon?: \"alert\" | \"circle\" | \"tag\" | \"asterisk\" | \"bell\" | \"bolt\" | \"bug\" | \"editorComment\" | \"empty\" | \"flag\" | \"heart\" | \"mapMarker\" | \"pinFilled\" | \"starEmpty\" | \"starFilled\" | \"triangle\" | undefined; } & { type: \"point\"; timestamp: string | number; }> | Readonly<{ fill?: \"inside\" | \"outside\" | undefined; color?: Readonly<{} & { type: \"static\"; color: string; }> | undefined; label?: string | undefined; hidden?: boolean | undefined; } & { type: \"range\"; interval: Readonly<{} & { from: string | number; to: string | number; }>; }>)[]; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; ignore_global_filters: boolean; }>)[]; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"auto\" | \"medium\" | \"large\" | \"xlarge\" | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; truncate_after_lines?: number | undefined; } & {}> | undefined; axes?: Readonly<{ x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; y?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; yAxis?: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }> | undefined; cells?: Readonly<{ labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & { type: \"heatmap\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; xAxis: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; legend?: Readonly<{ size?: \"small\" | \"auto\" | \"medium\" | \"large\" | \"xlarge\" | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; visible?: boolean | undefined; truncate_after_lines?: number | undefined; } & {}> | undefined; axes?: Readonly<{ x?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; y?: Readonly<{ title?: Readonly<{ value?: string | undefined; visible?: boolean | undefined; } & {}> | undefined; labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & {}> | undefined; yAxis?: Readonly<{} & { operation: \"value\"; column: string; }> | undefined; cells?: Readonly<{ labels?: Readonly<{ visible?: boolean | undefined; } & {}> | undefined; } & {}> | undefined; } & { type: \"heatmap\"; metric: Readonly<{ color?: Readonly<{} & { type: \"dynamic\"; range: \"absolute\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | Readonly<{} & { type: \"dynamic\"; min: number; max: number; range: \"percentage\"; steps: (Readonly<{} & { type: \"from\"; color: string; from: number; }> | Readonly<{} & { type: \"to\"; color: string; to: number; }> | Readonly<{} & { value: number; type: \"exact\"; color: string; }>)[]; }> | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; xAxis: Readonly<{} & { operation: \"value\"; column: string; }>; }> | Readonly<{ orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; font_size?: Readonly<{} & { min: number; max: number; }> | undefined; } & { type: \"tagcloud\"; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"differences\"; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"moving_average\"; window: number; of: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }>; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"cumulative_sum\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; show_metric_label?: boolean | undefined; } & { field: string; operation: \"counter_rate\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; tag_by: Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; drop_partial_intervals?: boolean | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; label?: string | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; }> | Readonly<{ orientation?: \"horizontal\" | \"vertical\" | \"angled\" | undefined; title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; font_size?: Readonly<{} & { min: number; max: number; }> | undefined; } & { type: \"tagcloud\"; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; show_metric_label?: boolean | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; tag_by: Readonly<{ color?: Readonly<{ unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"categorical\"; mapping: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; color: Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>; }>[]; palette: string; }> | Readonly<{ mapping?: Readonly<{} & { values: (string | number | Readonly<{} & { type: \"RangeKey\"; from: string | number; to: string | number; ranges: Readonly<{} & { from: string | number; to: string | number; label: string; }>[]; }> | Readonly<{} & { type: \"multiFieldKey\"; keys: string[]; }>)[]; }>[] | undefined; gradient?: (Readonly<{ palette?: string | undefined; } & { type: \"from_palette\"; index: number; }> | Readonly<{} & { value: string; type: \"colorCode\"; }>)[] | undefined; unassignedColor?: Readonly<{} & { value: string; type: \"colorCode\"; }> | undefined; } & { mode: \"gradient\"; palette: string; }> | undefined; } & { operation: \"value\"; column: string; }>; }> | Readonly<{ title?: string | undefined; description?: string | undefined; query?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"region_map\"; region: Readonly<{ label?: string | undefined; drop_partial_intervals?: boolean | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; operation: \"date_histogram\"; suggested_interval: string; use_original_time_range: boolean; include_empty_rows: boolean; }> | Readonly<{ includes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; increase_accuracy?: boolean | undefined; excludes?: Readonly<{ as_regex?: boolean | undefined; } & { values: string[]; }> | undefined; other_bucket?: Readonly<{} & { include_documents_without_field: boolean; }> | undefined; rank_by?: Readonly<{} & { type: \"alphabetical\"; direction: \"asc\" | \"desc\"; }> | Readonly<{} & { type: \"rare\"; max: number; }> | Readonly<{} & { type: \"significant\"; }> | Readonly<{} & { type: \"column\"; direction: \"asc\" | \"desc\"; metric: number; }> | Readonly<{} & { type: \"custom\"; direction: \"asc\" | \"desc\"; field: string; operation: \"count\" | \"min\" | \"max\" | \"sum\" | \"median\" | \"average\" | \"percentile\" | \"last_value\" | \"unique_count\" | \"standard_deviation\" | \"percentile_rank\"; }> | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { size: number; fields: string[]; operation: \"terms\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; operation: \"histogram\"; include_empty_rows: boolean; granularity: number | \"auto\"; }> | Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { field: string; ranges: Readonly<{ label?: string | undefined; lte?: number | undefined; gt?: number | undefined; } & {}>[]; operation: \"range\"; }> | Readonly<{ label?: string | undefined; ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { filters: Readonly<{ label?: string | undefined; } & { filter: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }>; }>[]; operation: \"filters\"; }>; metric: Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; field?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { operation: \"count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"unique_count\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"min\" | \"max\" | \"median\" | \"average\" | \"standard_deviation\"; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"sum\"; empty_as_null: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"last_value\"; sort_by: string; show_array_values: boolean; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile\"; percentile: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; time_shift?: string | undefined; } & { field: string; operation: \"percentile_rank\"; rank: number; }> | Readonly<{ filter?: Readonly<{} & { query: string; language: \"kuery\" | \"lucene\"; }> | undefined; format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; time_scale?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; reduced_time_range?: string | undefined; } & { operation: \"formula\"; formula: string; }>; dataset: Readonly<{} & { id: string; type: \"dataView\"; }> | Readonly<{ runtime_fields?: Readonly<{ format?: any; } & { type: string; name: string; }>[] | undefined; } & { type: \"index\"; index: string; time_field: string; }>; sampling: number; ignore_global_filters: boolean; }> | Readonly<{ title?: string | undefined; description?: string | undefined; filters?: (Readonly<{ meta?: Readonly<{} & {}> | undefined; language?: \"kuery\" | \"lucene\" | undefined; } & { query: string | Readonly<{ prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; match_phrase?: any; } & {}>; }> | Readonly<{ meta?: Readonly<{} & {}> | undefined; prefix?: any; exists?: any; wildcard?: any; match?: any; range?: any; bool?: any; language?: \"kuery\" | \"lucene\" | undefined; match_phrase?: any; } & {}>)[] | undefined; } & { type: \"region_map\"; region: Readonly<{ ems?: Readonly<{} & { join: string; boundaries: string; }> | undefined; } & { operation: \"value\"; column: string; }>; metric: Readonly<{ format?: Readonly<{ suffix?: string | undefined; } & { type: \"number\" | \"percent\"; compact: boolean; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"bytes\" | \"bits\"; decimals: number; }> | Readonly<{ suffix?: string | undefined; } & { type: \"duration\"; from: string; to: string; }> | Readonly<{} & { type: \"custom\"; pattern: string; }> | undefined; label?: string | undefined; } & { operation: \"value\"; column: string; }>; dataset: Readonly<{} & { type: \"esql\"; query: string; }> | Readonly<{ table?: any; } & { type: \"table\"; }>; sampling: number; ignore_global_filters: boolean; }>" ], "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/schema/index.ts", "deprecated": false, @@ -4954,7 +4954,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -4970,7 +4970,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"gauge\"; queryMinValue?: string | undefined; queryMaxValue?: string | undefined; queryGoalValue?: string | undefined; shape?: \"arc\" | \"circle\" | \"horizontalBullet\" | \"verticalBullet\" | undefined; } | { title: string; dataset?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"gauge\"; queryMinValue?: string | undefined; queryMaxValue?: string | undefined; queryGoalValue?: string | undefined; shape?: \"arc\" | \"circle\" | \"horizontalBullet\" | \"verticalBullet\" | undefined; } | { title: string; dataset?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -4978,7 +4978,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"pie\" | \"donut\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"pie\" | \"donut\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5002,7 +5002,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"heatmap\"; breakdown?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"heatmap\"; breakdown?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5034,7 +5034,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"mosaic\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"mosaic\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5058,7 +5058,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"regionmap\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"regionmap\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5074,7 +5074,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"table\"; splitBy?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"table\"; splitBy?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5098,7 +5098,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"tagcloud\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"tagcloud\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5114,7 +5114,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"treemap\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"treemap\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5277,7 +5277,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"gauge\"; queryMinValue?: string | undefined; queryMaxValue?: string | undefined; queryGoalValue?: string | undefined; shape?: \"arc\" | \"circle\" | \"horizontalBullet\" | \"verticalBullet\" | undefined; }" + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"gauge\"; queryMinValue?: string | undefined; queryMaxValue?: string | undefined; queryGoalValue?: string | undefined; shape?: \"arc\" | \"circle\" | \"horizontalBullet\" | \"verticalBullet\" | undefined; }" ], "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/types.ts", "deprecated": false, @@ -5300,7 +5300,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"heatmap\"; breakdown?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"heatmap\"; breakdown?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5362,7 +5362,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5393,7 +5393,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"mosaic\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"mosaic\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5432,7 +5432,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"pie\" | \"donut\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"pie\" | \"donut\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5488,7 +5488,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"regionmap\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"regionmap\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5566,7 +5566,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"table\"; splitBy?: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"table\"; splitBy?: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5605,7 +5605,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"tagcloud\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"tagcloud\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", @@ -5636,7 +5636,7 @@ "section": "def-common.LensDataset", "text": "LensDataset" }, - " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"treemap\"; breakdown: ", + " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"d\" | \"s\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"treemap\"; breakdown: ", { "pluginId": "@kbn/lens-embeddable-utils", "scope": "common", diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index c0655d61aeaa1..b12f548cfac02 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: 2025-12-19 +date: 2026-01-07 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 8f07e4d4c9a59..03f86096e636c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_licensing_types.mdx b/api_docs/kbn_licensing_types.mdx index 672056e5832c7..ecb9e777301c5 100644 --- a/api_docs/kbn_licensing_types.mdx +++ b/api_docs/kbn_licensing_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-licensing-types title: "@kbn/licensing-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/licensing-types plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/licensing-types'] --- import kbnLicensingTypesObj from './kbn_licensing_types.devdocs.json'; diff --git a/api_docs/kbn_lock_manager.mdx b/api_docs/kbn_lock_manager.mdx index 464c0e00f7452..65a0b906d66a8 100644 --- a/api_docs/kbn_lock_manager.mdx +++ b/api_docs/kbn_lock_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lock-manager title: "@kbn/lock-manager" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lock-manager plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lock-manager'] --- import kbnLockManagerObj from './kbn_lock_manager.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index 71f3f44aad797..2868a90d42001 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- import kbnLoggingObj from './kbn_logging.devdocs.json'; diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index 325a3842e6488..a8a4fd92b0ab2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_logs_overview.devdocs.json b/api_docs/kbn_logs_overview.devdocs.json index a3ff70d7c0853..c36bdee78230a 100644 --- a/api_docs/kbn_logs_overview.devdocs.json +++ b/api_docs/kbn_logs_overview.devdocs.json @@ -434,7 +434,7 @@ "signature": [ "Pick<", "LogsOverviewContentProps", - ", \"timeRange\" | \"height\"> & { dependencies: ", + ", \"height\" | \"timeRange\"> & { dependencies: ", { "pluginId": "@kbn/logs-overview", "scope": "public", diff --git a/api_docs/kbn_logs_overview.mdx b/api_docs/kbn_logs_overview.mdx index 9559ffa619173..dbbe3cc8c6dbc 100644 --- a/api_docs/kbn_logs_overview.mdx +++ b/api_docs/kbn_logs_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logs-overview title: "@kbn/logs-overview" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logs-overview plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logs-overview'] --- import kbnLogsOverviewObj from './kbn_logs_overview.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index d8d92f35da291..300765716d404 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: 2025-12-19 +date: 2026-01-07 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 dfeda850f6fab..c2152d0f20d47 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: 2025-12-19 +date: 2026-01-07 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 1b83f862a02ed..82b6df36fc8bf 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: 2025-12-19 +date: 2026-01-07 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 9ae2b30a945b5..0ab6408974b5f 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: 2025-12-19 +date: 2026-01-07 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 22127d5dc4219..a3a6efa8f4ddf 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 8a117195a62ff..a291112bc2e4f 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: 2025-12-19 +date: 2026-01-07 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 ae74ad0b0593b..163ff8ef1b38b 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: 2025-12-19 +date: 2026-01-07 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 876fb1199492a..41dfacbc7c30a 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: 2025-12-19 +date: 2026-01-07 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 15ad4fbb614ce..6ba8ca373c4b5 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: 2025-12-19 +date: 2026-01-07 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 dd540151e85f0..bee59bf708587 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index 8a04a692092ce..b36c124021214 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: 2025-12-19 +date: 2026-01-07 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 b996d9a75324e..1ef0ddb2ae2b8 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: 2025-12-19 +date: 2026-01-07 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 6afd09fa56c03..a4acd7a5cedf8 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: 2025-12-19 +date: 2026-01-07 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 4ba4aa10d10eb..1000d38292619 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: 2025-12-19 +date: 2026-01-07 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 6c61a56e0adaa..0e6a46d93569f 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: 2025-12-19 +date: 2026-01-07 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 d92c3b6e28e6d..d565e5dfc6025 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: 2025-12-19 +date: 2026-01-07 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 ec8b65fb54ac8..5f372e7b2b511 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: 2025-12-19 +date: 2026-01-07 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_mcp_client.mdx b/api_docs/kbn_mcp_client.mdx index b415612653509..9618d30bef0c1 100644 --- a/api_docs/kbn_mcp_client.mdx +++ b/api_docs/kbn_mcp_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mcp-client title: "@kbn/mcp-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mcp-client plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mcp-client'] --- import kbnMcpClientObj from './kbn_mcp_client.devdocs.json'; diff --git a/api_docs/kbn_metrics.mdx b/api_docs/kbn_metrics.mdx index a026039c1000f..9303a3ace8fb1 100644 --- a/api_docs/kbn_metrics.mdx +++ b/api_docs/kbn_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-metrics title: "@kbn/metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/metrics plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/metrics'] --- import kbnMetricsObj from './kbn_metrics.devdocs.json'; diff --git a/api_docs/kbn_metrics_config.mdx b/api_docs/kbn_metrics_config.mdx index 1edfd68b47d7c..b4b5e25c66de0 100644 --- a/api_docs/kbn_metrics_config.mdx +++ b/api_docs/kbn_metrics_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-metrics-config title: "@kbn/metrics-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/metrics-config plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/metrics-config'] --- import kbnMetricsConfigObj from './kbn_metrics_config.devdocs.json'; diff --git a/api_docs/kbn_migrator_test_kit.mdx b/api_docs/kbn_migrator_test_kit.mdx index 4341e70fa1020..5430c37fd73d7 100644 --- a/api_docs/kbn_migrator_test_kit.mdx +++ b/api_docs/kbn_migrator_test_kit.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-migrator-test-kit title: "@kbn/migrator-test-kit" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/migrator-test-kit plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/migrator-test-kit'] --- import kbnMigratorTestKitObj from './kbn_migrator_test_kit.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 9352662d0d554..7e7d390346476 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index 6d15a3dcf3724..ca5c685cfe77f 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: 2025-12-19 +date: 2026-01-07 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 9ed128718e02e..4e6b0740936d1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 99d53a25aca47..f94bc94adb8bb 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: 2025-12-19 +date: 2026-01-07 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 fb0b3208e04fb..5e5ccca9bb0bd 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: 2025-12-19 +date: 2026-01-07 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 89aab9b7ff762..779c71bea91f5 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: 2025-12-19 +date: 2026-01-07 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 5ef53e7deae06..16f37a39d4dcc 100644 --- a/api_docs/kbn_ml_data_grid.devdocs.json +++ b/api_docs/kbn_ml_data_grid.devdocs.json @@ -2511,7 +2511,7 @@ "section": "def-common.UseDataGridReturnType", "text": "UseDataGridReturnType" }, - ", \"status\" | \"ccsWarning\" | \"baseline\" | \"errorMessage\" | \"rowCount\" | \"pagination\" | \"visibleColumns\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"predictionFieldName\" | \"resultsField\">" + ", \"status\" | \"baseline\" | \"ccsWarning\" | \"errorMessage\" | \"rowCount\" | \"pagination\" | \"visibleColumns\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"predictionFieldName\" | \"resultsField\">" ], "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index cafa228c8363b..0ebfcf3902df9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index 4afad84517a8e..32364d05148d7 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: 2025-12-19 +date: 2026-01-07 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 50db71f450a73..0b55f0ee67f04 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index 1b320b067565c..3089a5fe467c5 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_ml_field_stats_flyout.devdocs.json index 6900e6b5a4c3a..08c17c74ba0b4 100644 --- a/api_docs/kbn_ml_field_stats_flyout.devdocs.json +++ b/api_docs/kbn_ml_field_stats_flyout.devdocs.json @@ -583,11 +583,11 @@ "EuiSelectableLIOption", ">> & ", "CommonProps", - " & { label: string; searchableLabel?: string | undefined; key?: string | undefined; checked?: \"on\" | \"off\" | \"mixed\" | undefined; disabled?: boolean | undefined; isGroupLabel?: false | undefined; prepend?: React.ReactNode; append?: React.ReactNode; ref?: ((optionIndex: number) => void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial void) | undefined; id?: undefined; data?: { [key: string]: any; } | undefined; textWrap?: \"wrap\" | \"truncate\" | undefined; truncationProps?: Partial> | undefined; toolTipContent?: React.ReactNode; toolTipProps?: Partial> | undefined; } & React.HTMLAttributes & BaseOption) | (", + ", \"children\" | \"content\">> | undefined; } & React.HTMLAttributes & BaseOption) | (", "DisambiguateSet", "<", "EuiSelectableLIOption", diff --git a/api_docs/kbn_ml_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index 3cfb94267757f..ea1d71a793dd1 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: 2025-12-19 +date: 2026-01-07 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 1bdfc3f328ecf..4ce7f66852fd5 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: 2025-12-19 +date: 2026-01-07 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 147137866cd2c..624a92f28793e 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: 2025-12-19 +date: 2026-01-07 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 9bdccc4ef955b..7d8bbeb6f4c2d 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: 2025-12-19 +date: 2026-01-07 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_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index 672a70b076ae9..85482dfb20d6f 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: 2025-12-19 +date: 2026-01-07 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 8ffb720e60702..f4161b8562b2d 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: 2025-12-19 +date: 2026-01-07 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 2df62dc0c32db..bac2658c8be33 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: 2025-12-19 +date: 2026-01-07 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 9f35285de2912..231850bc0874e 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: 2025-12-19 +date: 2026-01-07 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 22b934f5de9ed..88b766217786e 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: 2025-12-19 +date: 2026-01-07 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 523c46e363792..f7aeeeca84b5c 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils'] --- import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index 2bd2a83743520..4ce34bfb98193 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: 2025-12-19 +date: 2026-01-07 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 8ca5c50aa563b..48f00136dbb3e 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: 2025-12-19 +date: 2026-01-07 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 73e5577140757..50b1662af58a5 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: 2025-12-19 +date: 2026-01-07 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 ccae8f90d4d73..6f96070f056f9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.devdocs.json b/api_docs/kbn_ml_trained_models_utils.devdocs.json index d4201e7645314..def0a255aad7b 100644 --- a/api_docs/kbn_ml_trained_models_utils.devdocs.json +++ b/api_docs/kbn_ml_trained_models_utils.devdocs.json @@ -358,7 +358,7 @@ "label": "DeploymentState", "description": [], "signature": [ - "\"started\" | \"starting\" | \"stopping\"" + "\"started\" | \"stopping\" | \"starting\"" ], "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, @@ -637,7 +637,7 @@ "label": "ModelState", "description": [], "signature": [ - "\"started\" | \"starting\" | \"stopping\" | \"downloading\" | \"downloaded\" | \"notDownloaded\" | \"downloadedInDifferentSpace\" | null" + "\"started\" | \"stopping\" | \"starting\" | \"downloading\" | \"downloaded\" | \"notDownloaded\" | \"downloadedInDifferentSpace\" | null" ], "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index 09520ab34ab59..10d965671c96d 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: 2025-12-19 +date: 2026-01-07 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 1a9ec17b71481..138838643eb95 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: 2025-12-19 +date: 2026-01-07 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 b9f6a15dea178..f45d239c82d44 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: 2025-12-19 +date: 2026-01-07 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 6da505715cc95..bd57139bcea8a 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_mock_idp_utils.devdocs.json index e733a67577ac2..65f414209bae7 100644 --- a/api_docs/kbn_mock_idp_utils.devdocs.json +++ b/api_docs/kbn_mock_idp_utils.devdocs.json @@ -66,7 +66,7 @@ "\nCreates a SAML response that can be passed directly to the Kibana ACS endpoint to authenticate a user.\n" ], "signature": [ - "(options: { kibanaUrl: string; authnRequestId?: string | undefined; username: string; full_name?: string | undefined; email?: string | undefined; roles: string[]; serverless?: { organizationId: string; projectType: string; uiamEnabled: boolean; } | undefined; }) => Promise" + "(options: { kibanaUrl: string; authnRequestId?: string | undefined; username: string; full_name?: string | undefined; email?: string | undefined; roles: string[]; serverless?: { organizationId: string; projectType: string; uiamEnabled: false; } | { organizationId: string; projectType: string; uiamEnabled: true; accessTokenLifetimeSec?: number | undefined; refreshTokenLifetimeSec?: number | undefined; } | undefined; }) => Promise" ], "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", "deprecated": false, @@ -168,12 +168,12 @@ { "parentPluginId": "@kbn/mock-idp-utils", "id": "def-common.createSAMLResponse.$1.serverless", - "type": "Object", + "type": "CompoundType", "tags": [], "label": "serverless", "description": [], "signature": [ - "{ organizationId: string; projectType: string; uiamEnabled: boolean; } | undefined" + "{ organizationId: string; projectType: string; uiamEnabled: false; } | { organizationId: string; projectType: string; uiamEnabled: true; accessTokenLifetimeSec?: number | undefined; refreshTokenLifetimeSec?: number | undefined; } | undefined" ], "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", "deprecated": false, @@ -221,6 +221,69 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.generateCosmosDBApiRequestHeaders", + "type": "Function", + "tags": [], + "label": "generateCosmosDBApiRequestHeaders", + "description": [], + "signature": [ + "(httpVerb: \"POST\" | \"PUT\", resourceType: \"docs\" | \"dbs\" | \"colls\", resourceId: string) => { Authorization: string; 'x-ms-date': string; 'x-ms-version': string; 'Content-Type': string; }" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.generateCosmosDBApiRequestHeaders.$1", + "type": "CompoundType", + "tags": [], + "label": "httpVerb", + "description": [], + "signature": [ + "\"POST\" | \"PUT\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.generateCosmosDBApiRequestHeaders.$2", + "type": "CompoundType", + "tags": [], + "label": "resourceType", + "description": [], + "signature": [ + "\"docs\" | \"dbs\" | \"colls\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.generateCosmosDBApiRequestHeaders.$3", + "type": "string", + "tags": [], + "label": "resourceId", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [], @@ -436,6 +499,105 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_ACCESS_KEY", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_ACCESS_KEY", + "description": [], + "signature": [ + "\"C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_API_KEYS", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_API_KEYS", + "description": [], + "signature": [ + "\"api-keys\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_TOKEN_INVALIDATION", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_TOKEN_INVALIDATION", + "description": [], + "signature": [ + "\"token-invalidation\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_USERS", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_COLLECTION_USERS", + "description": [], + "signature": [ + "\"users\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_INTERNAL_URL", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_INTERNAL_URL", + "description": [], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_NAME", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_NAME", + "description": [], + "signature": [ + "\"uiam-db\"" + ], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/mock-idp-utils", + "id": "def-common.MOCK_IDP_UIAM_COSMOS_DB_URL", + "type": "string", + "tags": [], + "label": "MOCK_IDP_UIAM_COSMOS_DB_URL", + "description": [], + "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/mock-idp-utils", "id": "def-common.MOCK_IDP_UIAM_ORGANIZATION_ID", @@ -473,9 +635,6 @@ "tags": [], "label": "MOCK_IDP_UIAM_SERVICE_INTERNAL_URL", "description": [], - "signature": [ - "\"http://uiam:8080\"" - ], "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, @@ -488,9 +647,6 @@ "tags": [], "label": "MOCK_IDP_UIAM_SERVICE_URL", "description": [], - "signature": [ - "\"http://localhost:8080\"" - ], "path": "src/platform/packages/private/kbn-mock-idp-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index 8802e7b1840be..e6805fe2704fb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 33 | 0 | 27 | 0 | +| 44 | 0 | 38 | 0 | ## Common diff --git a/api_docs/kbn_monaco.devdocs.json b/api_docs/kbn_monaco.devdocs.json index 3eb54108b94b9..05eda81ab1fb2 100644 --- a/api_docs/kbn_monaco.devdocs.json +++ b/api_docs/kbn_monaco.devdocs.json @@ -816,7 +816,7 @@ "label": "kind", "description": [], "signature": [ - "\"type\" | \"keyword\" | \"property\" | \"field\" | \"class\" | \"method\" | \"constructor\"" + "\"type\" | \"keyword\" | \"method\" | \"property\" | \"field\" | \"class\" | \"constructor\"" ], "path": "src/platform/packages/shared/kbn-monaco/src/languages/painless/types.ts", "deprecated": false, @@ -1278,7 +1278,7 @@ "label": "PainlessCompletionKind", "description": [], "signature": [ - "\"type\" | \"keyword\" | \"property\" | \"field\" | \"class\" | \"method\" | \"constructor\"" + "\"type\" | \"keyword\" | \"method\" | \"property\" | \"field\" | \"class\" | \"constructor\"" ], "path": "src/platform/packages/shared/kbn-monaco/src/languages/painless/types.ts", "deprecated": false, diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index cde0225a62e87..4ca422682df86 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; diff --git a/api_docs/kbn_object_utils.mdx b/api_docs/kbn_object_utils.mdx index c4f9400705ad1..d5407af5c0ba6 100644 --- a/api_docs/kbn_object_utils.mdx +++ b/api_docs/kbn_object_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-utils title: "@kbn/object-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-utils'] --- import kbnObjectUtilsObj from './kbn_object_utils.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index c165ad7202782..58f20b19ef05c 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: 2025-12-19 +date: 2026-01-07 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 191bfc944a1d0..83399bcb9cee5 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: 2025-12-19 +date: 2026-01-07 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 2a3cd7df2b47f..5005c4db40fb0 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index ac02786415d28..8caa564d830b5 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_observability_get_padded_alert_time_range_util.devdocs.json index 26a995e13f26c..bdee4d8aa9e78 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.devdocs.json +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.devdocs.json @@ -27,7 +27,7 @@ "label": "getPaddedAlertTimeRange", "description": [], "signature": [ - "(alertStart: string, alertEnd?: string | undefined, lookBackWindow?: { size: number; unit: \"m\" | \"s\" | \"d\" | \"h\"; } | undefined) => ", + "(alertStart: string, alertEnd?: string | undefined, lookBackWindow?: { size: number; unit: \"m\" | \"d\" | \"s\" | \"h\"; } | undefined) => ", "TimeRange" ], "path": "x-pack/solutions/observability/packages/get-padded-alert-time-range-util/src/get_padded_alert_time_range.ts", @@ -94,7 +94,7 @@ "label": "unit", "description": [], "signature": [ - "\"m\" | \"s\" | \"d\" | \"h\"" + "\"m\" | \"d\" | \"s\" | \"h\"" ], "path": "x-pack/solutions/observability/packages/get-padded-alert-time-range-util/src/get_padded_alert_time_range.ts", "deprecated": false, 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 f24d4f76ef0b1..5e436897ef480 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: 2025-12-19 +date: 2026-01-07 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_nav_icons.mdx b/api_docs/kbn_observability_nav_icons.mdx index ec6e44811dd87..967af1b9ce134 100644 --- a/api_docs/kbn_observability_nav_icons.mdx +++ b/api_docs/kbn_observability_nav_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-nav-icons title: "@kbn/observability-nav-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-nav-icons plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-nav-icons'] --- import kbnObservabilityNavIconsObj from './kbn_observability_nav_icons.devdocs.json'; diff --git a/api_docs/kbn_observability_schema.mdx b/api_docs/kbn_observability_schema.mdx index 5af56a3fd543b..f3c4c1c7ed7ea 100644 --- a/api_docs/kbn_observability_schema.mdx +++ b/api_docs/kbn_observability_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-schema title: "@kbn/observability-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-schema plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-schema'] --- import kbnObservabilitySchemaObj from './kbn_observability_schema.devdocs.json'; diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index 247ddca6a42ee..ca8b68f909ab2 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: 2025-12-19 +date: 2026-01-07 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_onechat_browser.devdocs.json b/api_docs/kbn_onechat_browser.devdocs.json deleted file mode 100644 index ce29421d8503c..0000000000000 --- a/api_docs/kbn_onechat_browser.devdocs.json +++ /dev/null @@ -1,566 +0,0 @@ -{ - "id": "@kbn/onechat-browser", - "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { - "classes": [], - "functions": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.formatOnechatErrorMessage", - "type": "Function", - "tags": [], - "label": "formatOnechatErrorMessage", - "description": [], - "signature": [ - "(error: any) => string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.formatOnechatErrorMessage.$1", - "type": "Any", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "any" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AgentsServiceStartContract", - "type": "Interface", - "tags": [], - "label": "AgentsServiceStartContract", - "description": [ - "\nPublic-faving contract for AgentBuilder's agents service." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/agents/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AgentsServiceStartContract.list", - "type": "Function", - "tags": [], - "label": "list", - "description": [ - "\nList all agents available." - ], - "signature": [ - "() => Promise<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentDefinition", - "text": "AgentDefinition" - }, - "[]>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/agents/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract", - "type": "Interface", - "tags": [], - "label": "AttachmentServiceStartContract", - "description": [ - "\nPublic-facing contract for the attachment service." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract.addAttachmentType", - "type": "Function", - "tags": [], - "label": "addAttachmentType", - "description": [ - "\nRegisters a UI definition for a specific attachment type.\n" - ], - "signature": [ - "(attachmentType: string, definition: ", - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.AttachmentUIDefinition", - "text": "AttachmentUIDefinition" - }, - ") => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract.addAttachmentType.$1", - "type": "string", - "tags": [], - "label": "attachmentType", - "description": [ - "- The unique identifier for the attachment type" - ], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract.addAttachmentType.$2", - "type": "Object", - "tags": [], - "label": "definition", - "description": [ - "- The UI definition for rendering this attachment type" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.AttachmentUIDefinition", - "text": "AttachmentUIDefinition" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract.getAttachmentUiDefinition", - "type": "Function", - "tags": [], - "label": "getAttachmentUiDefinition", - "description": [ - "\nRetrieves the UI definition for a specific attachment type.\n" - ], - "signature": [ - "(attachmentType: string) => ", - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.AttachmentUIDefinition", - "text": "AttachmentUIDefinition" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentServiceStartContract.getAttachmentUiDefinition.$1", - "type": "string", - "tags": [], - "label": "attachmentType", - "description": [ - "- The type identifier to look up" - ], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [ - "The UI definition if registered, undefined otherwise" - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentUIDefinition", - "type": "Interface", - "tags": [], - "label": "AttachmentUIDefinition", - "description": [ - "\nUI definition for rendering attachments of a specific type." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.AttachmentUIDefinition", - "text": "AttachmentUIDefinition" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentUIDefinition.getLabel", - "type": "Function", - "tags": [], - "label": "getLabel", - "description": [ - "\nReturns a human-readable label for the attachment." - ], - "signature": [ - "(attachment: TAttachment) => string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentUIDefinition.getLabel.$1", - "type": "Uncategorized", - "tags": [], - "label": "attachment", - "description": [], - "signature": [ - "TAttachment" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.AttachmentUIDefinition.getIcon", - "type": "Function", - "tags": [], - "label": "getIcon", - "description": [ - "\nReturns the icon type to display for the attachment." - ], - "signature": [ - "(() => ", - "IconType", - ") | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/attachments/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolParams", - "type": "Interface", - "tags": [], - "label": "ExecuteToolParams", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolParams.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolParams.toolParams", - "type": "Object", - "tags": [], - "label": "toolParams", - "description": [], - "signature": [ - "{ [x: string]: unknown; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolParams.connectorId", - "type": "string", - "tags": [], - "label": "connectorId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolReturn", - "type": "Interface", - "tags": [], - "label": "ExecuteToolReturn", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ExecuteToolReturn.results", - "type": "Array", - "tags": [], - "label": "results", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract", - "type": "Interface", - "tags": [], - "label": "ToolServiceStartContract", - "description": [ - "\nPublic-facing contract for AgentBuilder's tool service." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract.get", - "type": "Function", - "tags": [], - "label": "get", - "description": [ - "\nRetrieve a tool based on its ID." - ], - "signature": [ - "(toolId: string) => Promise<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinitionWithSchema", - "text": "ToolDefinitionWithSchema" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", Record>>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract.get.$1", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract.list", - "type": "Function", - "tags": [], - "label": "list", - "description": [ - "\nList all tools available in the current context." - ], - "signature": [ - "() => Promise<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", Record>[]>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract.execute", - "type": "Function", - "tags": [], - "label": "execute", - "description": [ - "\nExecute a tool and returns the results." - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.ExecuteToolParams", - "text": "ExecuteToolParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.ExecuteToolReturn", - "text": "ExecuteToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-browser", - "id": "def-common.ToolServiceStartContract.execute.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-browser", - "scope": "common", - "docId": "kibKbnOnechatBrowserPluginApi", - "section": "def-common.ExecuteToolParams", - "text": "ExecuteToolParams" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-browser/tools/contract.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], - "enums": [], - "misc": [], - "objects": [] - } -} \ No newline at end of file diff --git a/api_docs/kbn_onechat_browser.mdx b/api_docs/kbn_onechat_browser.mdx deleted file mode 100644 index 263a94ca1c5e9..0000000000000 --- a/api_docs/kbn_onechat_browser.mdx +++ /dev/null @@ -1,33 +0,0 @@ ---- -#### -#### 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: kibKbnOnechatBrowserPluginApi -slug: /kibana-dev-docs/api/kbn-onechat-browser -title: "@kbn/onechat-browser" -image: https://source.unsplash.com/400x175/?github -description: API docs for the @kbn/onechat-browser plugin -date: 2025-12-19 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-browser'] ---- -import kbnOnechatBrowserObj from './kbn_onechat_browser.devdocs.json'; - - - -Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 26 | 1 | 11 | 0 | - -## Common - -### Functions - - -### Interfaces - - diff --git a/api_docs/kbn_onechat_common.devdocs.json b/api_docs/kbn_onechat_common.devdocs.json deleted file mode 100644 index e055ceff68370..0000000000000 --- a/api_docs/kbn_onechat_common.devdocs.json +++ /dev/null @@ -1,6753 +0,0 @@ -{ - "id": "@kbn/onechat-common", - "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { - "classes": [], - "functions": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createAgentNotFoundError", - "type": "Function", - "tags": [], - "label": "createAgentNotFoundError", - "description": [], - "signature": [ - "({ agentId, customMessage, meta, }: { agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentNotFoundError", - "text": "OnechatAgentNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createAgentNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "{\n agentId,\n customMessage,\n meta = {},\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createAgentNotFoundError.$1.agentId", - "type": "string", - "tags": [], - "label": "agentId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createAgentNotFoundError.$1.customMessage", - "type": "string", - "tags": [], - "label": "customMessage", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createAgentNotFoundError.$1.meta", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createBadRequestError", - "type": "Function", - "tags": [], - "label": "createBadRequestError", - "description": [], - "signature": [ - "(message: string, meta?: Record) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatBadRequestError", - "text": "OnechatBadRequestError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createBadRequestError.$1", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createBadRequestError.$2", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createConversationNotFoundError", - "type": "Function", - "tags": [], - "label": "createConversationNotFoundError", - "description": [], - "signature": [ - "({ conversationId, customMessage, meta, }: { conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatConversationNotFoundError", - "text": "OnechatConversationNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createConversationNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "{\n conversationId,\n customMessage,\n meta = {},\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createConversationNotFoundError.$1.conversationId", - "type": "string", - "tags": [], - "label": "conversationId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createConversationNotFoundError.$1.customMessage", - "type": "string", - "tags": [], - "label": "customMessage", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createConversationNotFoundError.$1.meta", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createInternalError", - "type": "Function", - "tags": [], - "label": "createInternalError", - "description": [], - "signature": [ - "(message: string, meta?: Record | undefined) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatInternalError", - "text": "OnechatInternalError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createInternalError.$1", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createInternalError.$2", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createOnechatError", - "type": "Function", - "tags": [], - "label": "createOnechatError", - "description": [], - "signature": [ - "(errorCode: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ", message: string, meta?: Record | undefined) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatError", - "text": "OnechatError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ", Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createOnechatError.$1", - "type": "Enum", - "tags": [], - "label": "errorCode", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createOnechatError.$2", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createOnechatError.$3", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createRequestAbortedError", - "type": "Function", - "tags": [], - "label": "createRequestAbortedError", - "description": [], - "signature": [ - "(message: string, meta?: Record | undefined) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatRequestAbortedError", - "text": "OnechatRequestAbortedError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createRequestAbortedError.$1", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createRequestAbortedError.$2", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createToolNotFoundError", - "type": "Function", - "tags": [], - "label": "createToolNotFoundError", - "description": [], - "signature": [ - "({ toolId, customMessage, meta, }: { toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatToolNotFoundError", - "text": "OnechatToolNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createToolNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "{\n toolId,\n customMessage,\n meta = {},\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createToolNotFoundError.$1.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createToolNotFoundError.$1.customMessage", - "type": "string", - "tags": [], - "label": "customMessage", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.createToolNotFoundError.$1.meta", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.filterToolsBySelection", - "type": "Function", - "tags": [], - "label": "filterToolsBySelection", - "description": [ - "\nReturns all tools matching at least one of the provided tool selections." - ], - "signature": [ - "(tools: TType[], toolSelection: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - "[]) => TType[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.filterToolsBySelection.$1", - "type": "Array", - "tags": [], - "label": "tools", - "description": [], - "signature": [ - "TType[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.filterToolsBySelection.$2", - "type": "Array", - "tags": [], - "label": "toolSelection", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isAgentExecutionError", - "type": "Function", - "tags": [], - "label": "isAgentExecutionError", - "description": [ - "\nChecks if the given error is a {@link OnechatInternalError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentExecutionError", - "text": "OnechatAgentExecutionError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentExecutionErrorCode", - "text": "AgentExecutionErrorCode" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isAgentExecutionError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isAgentNotFoundError", - "type": "Function", - "tags": [], - "label": "isAgentNotFoundError", - "description": [ - "\nChecks if the given error is a {@link OnechatInternalError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentNotFoundError", - "text": "OnechatAgentNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isAgentNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isBadRequestError", - "type": "Function", - "tags": [], - "label": "isBadRequestError", - "description": [ - "\nChecks if the given error is a {@link OnechatInternalError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatBadRequestError", - "text": "OnechatBadRequestError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isBadRequestError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isBrowserToolCallEvent", - "type": "Function", - "tags": [], - "label": "isBrowserToolCallEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEvent", - "text": "BrowserToolCallEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isBrowserToolCallEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isByIdsToolSelection", - "type": "Function", - "tags": [], - "label": "isByIdsToolSelection", - "description": [ - "\nCheck if a given {@link ToolSelection} is a {@link ByIdsToolSelection}" - ], - "signature": [ - "(toolSelection: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - ") => toolSelection is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isByIdsToolSelection.$1", - "type": "Object", - "tags": [], - "label": "toolSelection", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isContextLengthExceededAgentError", - "type": "Function", - "tags": [], - "label": "isContextLengthExceededAgentError", - "description": [ - "\nChecks if the given error is a context length exceeded error" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentExecutionError", - "text": "OnechatAgentExecutionError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentExecutionErrorCode", - "text": "AgentExecutionErrorCode" - }, - ".contextLengthExceeded>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isContextLengthExceededAgentError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationCreatedEvent", - "type": "Function", - "tags": [], - "label": "isConversationCreatedEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationCreatedEvent", - "text": "ConversationCreatedEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationCreatedEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationNotFoundError", - "type": "Function", - "tags": [], - "label": "isConversationNotFoundError", - "description": [ - "\nChecks if the given error is a {@link OnechatConversationNotFoundError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatConversationNotFoundError", - "text": "OnechatConversationNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationUpdatedEvent", - "type": "Function", - "tags": [], - "label": "isConversationUpdatedEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationUpdatedEvent", - "text": "ConversationUpdatedEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isConversationUpdatedEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isInProtectedNamespace", - "type": "Function", - "tags": [], - "label": "isInProtectedNamespace", - "description": [ - "\nChecks if the provided tool name belongs to a protected namespace." - ], - "signature": [ - "(toolName: string) => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isInProtectedNamespace.$1", - "type": "string", - "tags": [], - "label": "toolName", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isInternalError", - "type": "Function", - "tags": [], - "label": "isInternalError", - "description": [ - "\nChecks if the given error is a {@link OnechatInternalError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatInternalError", - "text": "OnechatInternalError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isInternalError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isMessageChunkEvent", - "type": "Function", - "tags": [], - "label": "isMessageChunkEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEvent", - "text": "MessageChunkEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isMessageChunkEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isMessageCompleteEvent", - "type": "Function", - "tags": [], - "label": "isMessageCompleteEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEvent", - "text": "MessageCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isMessageCompleteEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isOnechatError", - "type": "Function", - "tags": [], - "label": "isOnechatError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatError", - "text": "OnechatError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ", Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isOnechatError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isPromptRequestEvent", - "type": "Function", - "tags": [], - "label": "isPromptRequestEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - "PromptRequestEvent" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isPromptRequestEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReasoningEvent", - "type": "Function", - "tags": [], - "label": "isReasoningEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEvent", - "text": "ReasoningEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReasoningEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReasoningStep", - "type": "Function", - "tags": [], - "label": "isReasoningStep", - "description": [], - "signature": [ - "(step: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStep", - "text": "ConversationRoundStep" - }, - ") => step is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningStep", - "text": "ReasoningStep" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReasoningStep.$1", - "type": "CompoundType", - "tags": [], - "label": "step", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStep", - "text": "ConversationRoundStep" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isRequestAbortedError", - "type": "Function", - "tags": [], - "label": "isRequestAbortedError", - "description": [ - "\nChecks if the given error is a {@link OnechatRequestAbortedError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatRequestAbortedError", - "text": "OnechatRequestAbortedError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isRequestAbortedError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReservedToolId", - "type": "Function", - "tags": [], - "label": "isReservedToolId", - "description": [ - "\nCheck if the given ID is a reserved ID\nAtm this only checks for `new` because that's a value we're using for url paths on the UI." - ], - "signature": [ - "(id: string) => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isReservedToolId.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isRoundCompleteEvent", - "type": "Function", - "tags": [], - "label": "isRoundCompleteEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEvent", - "text": "RoundCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isRoundCompleteEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isThinkingCompleteEvent", - "type": "Function", - "tags": [], - "label": "isThinkingCompleteEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEvent", - "text": "ThinkingCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isThinkingCompleteEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolCallEvent", - "type": "Function", - "tags": [], - "label": "isToolCallEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEvent", - "text": "ToolCallEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolCallEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolCallStep", - "type": "Function", - "tags": [], - "label": "isToolCallStep", - "description": [], - "signature": [ - "(step: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStep", - "text": "ConversationRoundStep" - }, - ") => step is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallStep", - "text": "ToolCallStep" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolCallStep.$1", - "type": "CompoundType", - "tags": [], - "label": "step", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStep", - "text": "ConversationRoundStep" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolNotFoundError", - "type": "Function", - "tags": [], - "label": "isToolNotFoundError", - "description": [ - "\nChecks if the given error is a {@link OnechatToolNotFoundError}" - ], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatToolNotFoundError", - "text": "OnechatToolNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolProgressEvent", - "type": "Function", - "tags": [], - "label": "isToolProgressEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEvent", - "text": "ToolProgressEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolProgressEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolResultEvent", - "type": "Function", - "tags": [], - "label": "isToolResultEvent", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - ") => event is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEvent", - "text": "ToolResultEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.isToolResultEvent.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.toolMatchSelection", - "type": "Function", - "tags": [], - "label": "toolMatchSelection", - "description": [ - "\nReturns true if the given tool descriptor matches the provided tool selection." - ], - "signature": [ - "(tool: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolSelectionRelevantFields", - "text": "ToolSelectionRelevantFields" - }, - ", toolSelection: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - ") => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.toolMatchSelection.$1", - "type": "Object", - "tags": [], - "label": "tool", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolSelectionRelevantFields", - "text": "ToolSelectionRelevantFields" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.toolMatchSelection.$2", - "type": "Object", - "tags": [], - "label": "toolSelection", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.validateToolId", - "type": "Function", - "tags": [], - "label": "validateToolId", - "description": [ - "\nValidate that a tool id has the right format,\nreturning an error message if it fails the validation,\nand undefined otherwise.\n" - ], - "signature": [ - "({ toolId, builtIn, }: { toolId: string; builtIn: boolean; }) => string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.validateToolId.$1", - "type": "Object", - "tags": [], - "label": "{\n toolId,\n builtIn,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.validateToolId.$1.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.validateToolId.$1.builtIn", - "type": "boolean", - "tags": [], - "label": "builtIn", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentAnswerStepConfiguration", - "type": "Interface", - "tags": [], - "label": "AgentAnswerStepConfiguration", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentAnswerStepConfiguration.instructions", - "type": "string", - "tags": [], - "label": "instructions", - "description": [ - "\nCustom instruction for the agent's answer step." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentAnswerStepConfiguration.replace_default_instructions", - "type": "CompoundType", - "tags": [], - "label": "replace_default_instructions", - "description": [ - "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap", - "type": "Interface", - "tags": [], - "label": "AgentBuilderTelemetryEventsMap", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.OptInAction", - "type": "Object", - "tags": [], - "label": "[AGENT_BUILDER_EVENT_TYPES.OptInAction]", - "description": [], - "signature": [ - "ReportOptInActionParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.OptOut", - "type": "Object", - "tags": [], - "label": "[AGENT_BUILDER_EVENT_TYPES.OptOut]", - "description": [], - "signature": [ - "ReportOptOutParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.AddToChatClicked", - "type": "Object", - "tags": [], - "label": "[AGENT_BUILDER_EVENT_TYPES.AddToChatClicked]", - "description": [], - "signature": [ - "ReportAddToChatClickedParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.RoundComplete", - "type": "Object", - "tags": [], - "label": "[AGENT_BUILDER_EVENT_TYPES.RoundComplete]", - "description": [], - "signature": [ - "ReportRoundCompleteParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderTelemetryEventsMap.AGENT_BUILDER_EVENT_TYPES.RoundError", - "type": "Object", - "tags": [], - "label": "[AGENT_BUILDER_EVENT_TYPES.RoundError]", - "description": [], - "signature": [ - "ReportRoundErrorParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentCapabilities", - "type": "Interface", - "tags": [], - "label": "AgentCapabilities", - "description": [ - "\nSet of capabilities to use when calling an agent." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/capabilities.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentCapabilities.visualizations", - "type": "CompoundType", - "tags": [], - "label": "visualizations", - "description": [ - "\nIf true, will allow the agent to return visualizations in the response." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/capabilities.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration", - "type": "Interface", - "tags": [], - "label": "AgentConfiguration", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration.instructions", - "type": "string", - "tags": [], - "label": "instructions", - "description": [ - "\nCustom instruction for the agent.\n\nInstructions specified that way will be added to both the research and answer prompts.\nFor custom per-step instructions, use the `research` and `answer` configuration fields instead." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration.replace_default_instructions", - "type": "CompoundType", - "tags": [], - "label": "replace_default_instructions", - "description": [ - "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it.\n\nThis will impact both the research and answer prompts. For custom per-step instructions, use the `research` and `answer` configuration fields instead." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration.tools", - "type": "Array", - "tags": [], - "label": "tools", - "description": [ - "\nList of tools exposed to the agent" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration.research", - "type": "Object", - "tags": [], - "label": "research", - "description": [ - "\nCustom configuration for the research step of the agent." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentResearchStepConfiguration", - "text": "AgentResearchStepConfiguration" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfiguration.answer", - "type": "Object", - "tags": [], - "label": "answer", - "description": [ - "\nCustom configuration for the answer step of the agent." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentAnswerStepConfiguration", - "text": "AgentAnswerStepConfiguration" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition", - "type": "Interface", - "tags": [], - "label": "AgentDefinition", - "description": [ - "\nDefinition of a onechat agent." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nId of the agent" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "\nThe type of the agent (only for type for now, here for future-proofing)" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentType", - "text": "AgentType" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.name", - "type": "string", - "tags": [], - "label": "name", - "description": [ - "\nHuman-readable name for the agent." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.description", - "type": "string", - "tags": [], - "label": "description", - "description": [ - "\nHuman-readable description for the agent." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.readonly", - "type": "boolean", - "tags": [], - "label": "readonly", - "description": [ - "\nread-only attribute.\nBuilt-in agents are readonly, user-created agent are not." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.labels", - "type": "Array", - "tags": [], - "label": "labels", - "description": [ - "\nOptional labels used to organize or filter agents" - ], - "signature": [ - "string[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.avatar_icon", - "type": "string", - "tags": [], - "label": "avatar_icon", - "description": [ - "\nOptional avatar eui icon for built-in agents" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.avatar_color", - "type": "string", - "tags": [], - "label": "avatar_color", - "description": [ - "\nOptional color used to represent the agent in the UI" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.avatar_symbol", - "type": "string", - "tags": [], - "label": "avatar_symbol", - "description": [ - "\nOptional symbol used to represent the agent in the UI" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentDefinition.configuration", - "type": "Object", - "tags": [], - "label": "configuration", - "description": [ - "\nConfiguration associated with this agent" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentConfiguration", - "text": "AgentConfiguration" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentResearchStepConfiguration", - "type": "Interface", - "tags": [], - "label": "AgentResearchStepConfiguration", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentResearchStepConfiguration.instructions", - "type": "string", - "tags": [], - "label": "instructions", - "description": [ - "\nCustom instruction for the agent's research step." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentResearchStepConfiguration.replace_default_instructions", - "type": "CompoundType", - "tags": [], - "label": "replace_default_instructions", - "description": [ - "\nIf set to true, the custom instructions will be used as a replacement for the system prompt instead of extending it." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AssistantResponse", - "type": "Interface", - "tags": [], - "label": "AssistantResponse", - "description": [ - "\nRepresents the final answer from the agent in a conversation round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AssistantResponse.message", - "type": "string", - "tags": [], - "label": "message", - "description": [ - "\nThe text message from the assistant." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AssistantResponse.structured_output", - "type": "Uncategorized", - "tags": [], - "label": "structured_output", - "description": [], - "signature": [ - "object | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserApiToolMetadata", - "type": "Interface", - "tags": [], - "label": "BrowserApiToolMetadata", - "description": [ - "\nBrowser API tool metadata that can be transmitted between browser and server.\n\nThis represents a browser-side tool definition in a serializable format.\nHandlers are not serializable, so they are excluded from this metadata type.\n" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/browser_tool_metadata.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserApiToolMetadata.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nUnique identifier for the tool.\nMust use underscores (not dots) to comply with OpenAI API requirements.\nShould follow naming convention: consumer_domain_action\nExample: 'set_time_range', 'update_filters'" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/browser_tool_metadata.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserApiToolMetadata.description", - "type": "string", - "tags": [], - "label": "description", - "description": [ - "\nDescription of what the tool does.\nThis is provided to the LLM to help it understand when and how to use the tool." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/browser_tool_metadata.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserApiToolMetadata.schema", - "type": "CompoundType", - "tags": [], - "label": "schema", - "description": [ - "\nJSON Schema representation of the tool's parameters.\nGenerated from the tool's Zod schema." - ], - "signature": [ - "JsonSchema7TypeUnion", - " & JsonSchema7Meta" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/browser_tool_metadata.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserToolCallEventData", - "type": "Interface", - "tags": [], - "label": "BrowserToolCallEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserToolCallEventData.tool_call_id", - "type": "string", - "tags": [], - "label": "tool_call_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserToolCallEventData.tool_id", - "type": "string", - "tags": [], - "label": "tool_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserToolCallEventData.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ [x: string]: unknown; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ByIdsToolSelection", - "type": "Interface", - "tags": [], - "label": "ByIdsToolSelection", - "description": [ - "\nRepresents a tool selection based on individual tool IDs\n\nThe '*' wildcard can be used for ID selection, to inform that all tools should be selected.\n" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ByIdsToolSelection.tool_ids", - "type": "Array", - "tags": [], - "label": "tool_ids", - "description": [ - "\nList of individual tool ids to select." - ], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation", - "type": "Interface", - "tags": [], - "label": "Conversation", - "description": [ - "\nMain structure representing a conversation with an agent." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "unique id for this conversation" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.agent_id", - "type": "string", - "tags": [], - "label": "agent_id", - "description": [ - "id of the agent this conversation is bound to" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.user", - "type": "Object", - "tags": [], - "label": "user", - "description": [ - "info of the owner of the discussion" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.UserIdAndName", - "text": "UserIdAndName" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.title", - "type": "string", - "tags": [], - "label": "title", - "description": [ - "title of the conversation" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.created_at", - "type": "string", - "tags": [], - "label": "created_at", - "description": [ - "creation date" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.updated_at", - "type": "string", - "tags": [], - "label": "updated_at", - "description": [ - "update date" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.rounds", - "type": "Array", - "tags": [], - "label": "rounds", - "description": [ - "list of round for this conversation" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRound", - "text": "ConversationRound" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.Conversation.attachments", - "type": "Array", - "tags": [], - "label": "attachments", - "description": [ - "\nConversation-level versioned attachments.\nThese attachments are shared across all rounds and can be referenced via attachment_refs." - ], - "signature": [ - "VersionedAttachment", - "[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationCreatedEventData", - "type": "Interface", - "tags": [], - "label": "ConversationCreatedEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationCreatedEventData.conversation_id", - "type": "string", - "tags": [], - "label": "conversation_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationCreatedEventData.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationIdSetEventData", - "type": "Interface", - "tags": [], - "label": "ConversationIdSetEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationIdSetEventData.conversation_id", - "type": "string", - "tags": [], - "label": "conversation_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound", - "type": "Interface", - "tags": [], - "label": "ConversationRound", - "description": [ - "\nRepresents a round in a conversation, containing all the information\nrelated to this particular round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "unique id for this round" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.status", - "type": "Enum", - "tags": [], - "label": "status", - "description": [ - "current status of the round" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStatus", - "text": "ConversationRoundStatus" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.state", - "type": "Object", - "tags": [], - "label": "state", - "description": [ - "persisted state to resume interrupted states" - ], - "signature": [ - "RoundState", - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.pending_prompt", - "type": "Object", - "tags": [], - "label": "pending_prompt", - "description": [ - "if status is awaiting_prompt, contains the current prompt request" - ], - "signature": [ - "ConfirmationPrompt", - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.input", - "type": "Object", - "tags": [], - "label": "input", - "description": [ - "The user input that initiated the round" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundInput", - "text": "RoundInput" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.steps", - "type": "Array", - "tags": [], - "label": "steps", - "description": [ - "List of intermediate steps before the end result, such as tool calls" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStep", - "text": "ConversationRoundStep" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.response", - "type": "Object", - "tags": [], - "label": "response", - "description": [ - "The final response from the assistant" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AssistantResponse", - "text": "AssistantResponse" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.started_at", - "type": "string", - "tags": [], - "label": "started_at", - "description": [ - "when the round was started" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.time_to_first_token", - "type": "number", - "tags": [], - "label": "time_to_first_token", - "description": [ - "time it took to first token, in ms" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.time_to_last_token", - "type": "number", - "tags": [], - "label": "time_to_last_token", - "description": [ - "time it took to last token, in ms" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.model_usage", - "type": "Object", - "tags": [], - "label": "model_usage", - "description": [ - "Model Usage statistics for this round" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundModelUsageStats", - "text": "RoundModelUsageStats" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRound.trace_id", - "type": "CompoundType", - "tags": [], - "label": "trace_id", - "description": [ - "when tracing is enabled, contains the traceId associated with this round" - ], - "signature": [ - "string | string[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationUpdatedEventData", - "type": "Interface", - "tags": [], - "label": "ConversationUpdatedEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationUpdatedEventData.conversation_id", - "type": "string", - "tags": [], - "label": "conversation_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationUpdatedEventData.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConverseInput", - "type": "Interface", - "tags": [], - "label": "ConverseInput", - "description": [ - "\nRepresents the input used to interact with an agent (new round, resume round)" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConverseInput.message", - "type": "string", - "tags": [], - "label": "message", - "description": [ - "\nA text message from the user." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConverseInput.attachments", - "type": "Array", - "tags": [ - "deprecated" - ], - "label": "attachments", - "description": [ - "\nOptional attachments to provide to the agent." - ], - "signature": [ - "AttachmentInput", - ">[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": true, - "trackAdoption": false, - "references": [ - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/preflight_checks.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/chat.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts" - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConverseInput.attachment_refs", - "type": "Array", - "tags": [], - "label": "attachment_refs", - "description": [ - "\nReferences to versioned conversation-level attachments." - ], - "signature": [ - "AttachmentVersionRef", - "[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConverseInput.prompt_response", - "type": "Object", - "tags": [], - "label": "prompt_response", - "description": [ - "\nResponse from the user to an prompt request." - ], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParam", - "type": "Interface", - "tags": [], - "label": "EsqlToolParam", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParam.type", - "type": "CompoundType", - "tags": [], - "label": "type", - "description": [ - "\nThe data types of the parameter. Must be one of these" - ], - "signature": [ - "\"boolean\" | \"object\" | \"nested\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"float\" | \"double\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParam.description", - "type": "string", - "tags": [], - "label": "description", - "description": [ - "\nDescription of the parameter's purpose or expected values." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParam.optional", - "type": "CompoundType", - "tags": [], - "label": "optional", - "description": [ - "\nWhether the parameter is optional." - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParam.defaultValue", - "type": "CompoundType", - "tags": [], - "label": "defaultValue", - "description": [ - "\nDefault value for the parameter when it's optional and not provided.\nMust be compatible with the parameter's type (see EsqlToolParamValue)." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsqlToolParamValue", - "text": "EsqlToolParamValue" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageChunkEventData", - "type": "Interface", - "tags": [], - "label": "MessageChunkEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageChunkEventData.message_id", - "type": "string", - "tags": [], - "label": "message_id", - "description": [ - "ID of the message this chunk is bound to" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageChunkEventData.text_chunk", - "type": "string", - "tags": [], - "label": "text_chunk", - "description": [ - "chunk (text delta)" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageCompleteEventData", - "type": "Interface", - "tags": [], - "label": "MessageCompleteEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageCompleteEventData.message_id", - "type": "string", - "tags": [], - "label": "message_id", - "description": [ - "ID of the message" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageCompleteEventData.message_content", - "type": "string", - "tags": [], - "label": "message_content", - "description": [ - "full text content of the message" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageCompleteEventData.structured_output", - "type": "Uncategorized", - "tags": [], - "label": "structured_output", - "description": [ - "optional structured data" - ], - "signature": [ - "object | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatEvent", - "type": "Interface", - "tags": [], - "label": "OnechatEvent", - "description": [ - "\nBase type for all onechat events" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatEvent.type", - "type": "Uncategorized", - "tags": [], - "label": "type", - "description": [ - "\nUnique type identifier for the event." - ], - "signature": [ - "TEventType" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatEvent.data", - "type": "Uncategorized", - "tags": [], - "label": "data", - "description": [ - "\nData bound to this event." - ], - "signature": [ - "TData" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningEventData", - "type": "Interface", - "tags": [], - "label": "ReasoningEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningEventData.reasoning", - "type": "string", - "tags": [], - "label": "reasoning", - "description": [ - "plain text reasoning content" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningEventData.transient", - "type": "CompoundType", - "tags": [], - "label": "transient", - "description": [ - "if true, will not be persisted or displaying in the thinking panel, only displayed as \"current thinking\"" - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningStepData", - "type": "Interface", - "tags": [], - "label": "ReasoningStepData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningStepData.reasoning", - "type": "string", - "tags": [], - "label": "reasoning", - "description": [ - "plain text reasoning content" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningStepData.transient", - "type": "CompoundType", - "tags": [], - "label": "transient", - "description": [ - "if true, will not be displayed in the thinking panel, only used as \"current thinking\"" - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundCompleteEventData", - "type": "Interface", - "tags": [], - "label": "RoundCompleteEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundCompleteEventData.round", - "type": "Object", - "tags": [], - "label": "round", - "description": [ - "round that was completed" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRound", - "text": "ConversationRound" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundCompleteEventData.resumed", - "type": "CompoundType", - "tags": [], - "label": "resumed", - "description": [ - "if true, it means the round was resumed, so we need to replace the last one instead of adding a new one" - ], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundInput", - "type": "Interface", - "tags": [], - "label": "RoundInput", - "description": [ - "\nRepresents the input that initiated a conversation round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundInput.message", - "type": "string", - "tags": [], - "label": "message", - "description": [ - "\nA text message from the user." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundInput.attachments", - "type": "Array", - "tags": [ - "deprecated" - ], - "label": "attachments", - "description": [ - "\nOptional attachments to provide to the agent." - ], - "signature": [ - "Attachment", - ">[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": true, - "trackAdoption": false, - "references": [ - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/public/application/utils/new_conversation.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/public/application/components/conversations/conversation_rounds/round_layout.tsx" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/default/run_chat_agent.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/telemetry/analytics_service.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/onechat_api_integration/apis/converse/attachments.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/onechat_api_integration/apis/converse/attachments.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.test.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts" - }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/services/agents/modes/utils/prepare_conversation.ts" - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundInput.attachment_refs", - "type": "Array", - "tags": [], - "label": "attachment_refs", - "description": [ - "\nReferences to versioned conversation-level attachments." - ], - "signature": [ - "AttachmentVersionRef", - "[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats", - "type": "Interface", - "tags": [], - "label": "RoundModelUsageStats", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats.connector_id", - "type": "string", - "tags": [], - "label": "connector_id", - "description": [ - "\nId of the connector used for this round" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats.llm_calls", - "type": "number", - "tags": [], - "label": "llm_calls", - "description": [ - "\nNumber of LLM calls which were done during this round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats.input_tokens", - "type": "number", - "tags": [], - "label": "input_tokens", - "description": [ - "\nTotal number of input tokens sent this round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats.output_tokens", - "type": "number", - "tags": [], - "label": "output_tokens", - "description": [ - "\nTotal number of output tokens received this round." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundModelUsageStats.model", - "type": "string", - "tags": [], - "label": "model", - "description": [ - "\nModel identifier from the provider response, if available." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ThinkingCompleteEventData", - "type": "Interface", - "tags": [], - "label": "ThinkingCompleteEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ThinkingCompleteEventData.time_to_first_token", - "type": "number", - "tags": [], - "label": "time_to_first_token", - "description": [ - "time elapsed from round start to first token arrival, in ms" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallEventData", - "type": "Interface", - "tags": [], - "label": "ToolCallEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallEventData.tool_call_id", - "type": "string", - "tags": [], - "label": "tool_call_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallEventData.tool_id", - "type": "string", - "tags": [], - "label": "tool_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallEventData.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ [x: string]: unknown; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallProgress", - "type": "Interface", - "tags": [], - "label": "ToolCallProgress", - "description": [ - "\nTool call progress which were emitted during the tool execution" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallProgress.message", - "type": "string", - "tags": [], - "label": "message", - "description": [ - "\nThe full text message" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult", - "type": "Interface", - "tags": [], - "label": "ToolCallWithResult", - "description": [ - "\nRepresents a tool call with the corresponding result." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult.tool_call_id", - "type": "string", - "tags": [], - "label": "tool_call_id", - "description": [ - "\nId of the tool call, as returned by the LLM" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult.tool_id", - "type": "string", - "tags": [], - "label": "tool_id", - "description": [ - "\nIdentifier of the tool." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [ - "\nArguments the tool was called with." - ], - "signature": [ - "{ [x: string]: any; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult.progression", - "type": "Array", - "tags": [], - "label": "progression", - "description": [ - "\nList of progress message which were send during that tool call" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallProgress", - "text": "ToolCallProgress" - }, - "[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallWithResult.results", - "type": "Array", - "tags": [], - "label": "results", - "description": [ - "\nResult of the tool" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition", - "type": "Interface", - "tags": [], - "label": "ToolDefinition", - "description": [ - "\nSerializable representation of a tool, without its handler or schema.\n\nUse as a common base for browser-side and server-side tool types." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nA unique id for this tool." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.type", - "type": "Uncategorized", - "tags": [], - "label": "type", - "description": [ - "\nThe type of the tool" - ], - "signature": [ - "TType" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.description", - "type": "string", - "tags": [], - "label": "description", - "description": [ - "\nThe description for this tool, which will be exposed to the LLM." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.readonly", - "type": "boolean", - "tags": [], - "label": "readonly", - "description": [ - "\nIndicate whether this tool is editable by users or not." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.tags", - "type": "Array", - "tags": [], - "label": "tags", - "description": [ - "\nOptional list of tags attached to this tool." - ], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinition.configuration", - "type": "Uncategorized", - "tags": [], - "label": "configuration", - "description": [ - "\nThe type-specific configuration for this tool." - ], - "signature": [ - "TConfig" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinitionWithSchema", - "type": "Interface", - "tags": [], - "label": "ToolDefinitionWithSchema", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinitionWithSchema", - "text": "ToolDefinitionWithSchema" - }, - " extends ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolDefinitionWithSchema.schema", - "type": "Object", - "tags": [], - "label": "schema", - "description": [ - "\nthe JSON schema associated with this tool's input parameters." - ], - "signature": [ - "{ type: \"object\"; properties: Record; additionalProperties?: boolean | ", - "JsonSchema7Type", - " | undefined; required?: string[] | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolProgressEventData", - "type": "Interface", - "tags": [], - "label": "ToolProgressEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolProgressEventData.tool_call_id", - "type": "string", - "tags": [], - "label": "tool_call_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolProgressEventData.message", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultEventData", - "type": "Interface", - "tags": [], - "label": "ToolResultEventData", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultEventData.tool_call_id", - "type": "string", - "tags": [], - "label": "tool_call_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultEventData.tool_id", - "type": "string", - "tags": [], - "label": "tool_id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultEventData.results", - "type": "Array", - "tags": [], - "label": "results", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.UserIdAndName", - "type": "Interface", - "tags": [], - "label": "UserIdAndName", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/users.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.UserIdAndName.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/users.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.UserIdAndName.username", - "type": "string", - "tags": [], - "label": "username", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/users.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], - "enums": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentExecutionErrorCode", - "type": "Enum", - "tags": [], - "label": "AgentExecutionErrorCode", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/execution_errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ChatEventType", - "type": "Enum", - "tags": [], - "label": "ChatEventType", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRoundStatus", - "type": "Enum", - "tags": [], - "label": "ConversationRoundStatus", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRoundStepType", - "type": "Enum", - "tags": [], - "label": "ConversationRoundStepType", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolFieldType", - "type": "Enum", - "tags": [], - "label": "EsqlToolFieldType", - "description": [ - "\nCommon ES Field Types" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsResourceType", - "type": "Enum", - "tags": [], - "label": "EsResourceType", - "description": [ - "\nRepresents the type of a \"searchable\" resource in the cluster.\nSearchable resources are indices, aliases and data streams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/resources.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorCode", - "type": "Enum", - "tags": [], - "label": "OnechatErrorCode", - "description": [ - "\nCode to identify onechat errors" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultType", - "type": "Enum", - "tags": [], - "label": "ToolResultType", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolType", - "type": "Enum", - "tags": [], - "label": "ToolType", - "description": [ - "\nPossible types of tools" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/definition.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], - "misc": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.activeToolsCountWarningThreshold", - "type": "number", - "tags": [], - "label": "activeToolsCountWarningThreshold", - "description": [ - "\nThe number of active tools that will trigger a warning in the UI.\nAgent will perform poorly if it has too many tools." - ], - "signature": [ - "24" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentBuilderEventTypes", - "type": "Type", - "tags": [], - "label": "AgentBuilderEventTypes", - "description": [], - "signature": [ - "\"agent_builder_opt_in_action\" | \"agent_builder_opt_out\" | \"agent_builder_add_to_chat_clicked\" | \"agent_builder_round_complete\" | \"agent_builder_round_error\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.agentBuilderPublicEbtEvents", - "type": "Array", - "tags": [], - "label": "agentBuilderPublicEbtEvents", - "description": [], - "signature": [ - "EventTypeOpts", - ">[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.agentBuilderServerEbtEvents", - "type": "Array", - "tags": [], - "label": "agentBuilderServerEbtEvents", - "description": [], - "signature": [ - "EventTypeOpts", - ">[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentConfigurationOverrides", - "type": "Type", - "tags": [], - "label": "AgentConfigurationOverrides", - "description": [ - "\nRuntime configuration overrides for agent execution.\nThese override the stored agent configuration for a single execution instance.\nEach field, if provided, completely replaces the corresponding field in the stored configuration." - ], - "signature": [ - "{ instructions?: string | undefined; replace_default_instructions?: boolean | undefined; tools?: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - "[] | undefined; research?: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentResearchStepConfiguration", - "text": "AgentResearchStepConfiguration" - }, - " | undefined; answer?: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentAnswerStepConfiguration", - "text": "AgentAnswerStepConfiguration" - }, - " | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AgentType", - "type": "string", - "tags": [], - "label": "AgentType", - "description": [ - "\nThe type of an agent.\nOnly one type for now, this enum is mostly here for future-proofing." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.allToolsSelection", - "type": "Array", - "tags": [], - "label": "allToolsSelection", - "description": [ - "\nConstant tool selection to select all tools" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.allToolsSelectionWildcard", - "type": "string", - "tags": [], - "label": "allToolsSelectionWildcard", - "description": [ - "\n\"all tools\" wildcard which can be used for tool selection" - ], - "signature": [ - "\"*\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.BrowserToolCallEvent", - "type": "Type", - "tags": [], - "label": "BrowserToolCallEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".browserToolCall, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEventData", - "text": "BrowserToolCallEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ChatAgentEvent", - "type": "Type", - "tags": [], - "label": "ChatAgentEvent", - "description": [ - "\nAll types of events that can be emitted from an agent execution." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEvent", - "text": "ToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEvent", - "text": "BrowserToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEvent", - "text": "ToolProgressEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEvent", - "text": "ToolResultEvent" - }, - " | ", - "PromptRequestEvent", - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEvent", - "text": "ReasoningEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEvent", - "text": "MessageChunkEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEvent", - "text": "MessageCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEvent", - "text": "ThinkingCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEvent", - "text": "RoundCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ChatEvent", - "type": "Type", - "tags": [], - "label": "ChatEvent", - "description": [ - "\nAll types of events that can be emitted from the chat API." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatAgentEvent", - "text": "ChatAgentEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationCreatedEvent", - "text": "ConversationCreatedEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationUpdatedEvent", - "text": "ConversationUpdatedEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationIdSetEvent", - "text": "ConversationIdSetEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ChatEventBase", - "type": "Type", - "tags": [], - "label": "ChatEventBase", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationCreatedEvent", - "type": "Type", - "tags": [], - "label": "ConversationCreatedEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".conversationCreated, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationCreatedEventData", - "text": "ConversationCreatedEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationIdSetEvent", - "type": "Type", - "tags": [], - "label": "ConversationIdSetEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".conversationIdSet, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationIdSetEventData", - "text": "ConversationIdSetEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationRoundStep", - "type": "Type", - "tags": [], - "label": "ConversationRoundStep", - "description": [ - "\nDefines all possible types for round steps." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallStep", - "text": "ToolCallStep" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningStep", - "text": "ReasoningStep" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationUpdatedEvent", - "type": "Type", - "tags": [], - "label": "ConversationUpdatedEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".conversationUpdated, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationUpdatedEventData", - "text": "ConversationUpdatedEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ConversationWithoutRounds", - "type": "Type", - "tags": [], - "label": "ConversationWithoutRounds", - "description": [], - "signature": [ - "{ id: string; title: string; user: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.UserIdAndName", - "text": "UserIdAndName" - }, - "; created_at: string; updated_at: string; attachments?: ", - "VersionedAttachment", - "[] | undefined; agent_id: string; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.defaultAgentToolIds", - "type": "Array", - "tags": [], - "label": "defaultAgentToolIds", - "description": [], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.editableToolTypes", - "type": "Array", - "tags": [], - "label": "editableToolTypes", - "description": [ - "\nList of tool types which can be created / edited by a user." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ErrorResult", - "type": "Type", - "tags": [], - "label": "ErrorResult", - "description": [], - "signature": [ - "ToolResultMixin<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultType", - "text": "ToolResultType" - }, - ".error, { message: string; stack?: unknown; metadata?: Record | undefined; }>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolConfig", - "type": "Type", - "tags": [], - "label": "EsqlToolConfig", - "description": [], - "signature": [ - "{ query: string; params: Record; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolDefinition", - "type": "Type", - "tags": [], - "label": "EsqlToolDefinition", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ".esql, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsqlToolConfig", - "text": "EsqlToolConfig" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolDefinitionWithSchema", - "type": "Type", - "tags": [], - "label": "EsqlToolDefinitionWithSchema", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinitionWithSchema", - "text": "ToolDefinitionWithSchema" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ".esql, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsqlToolConfig", - "text": "EsqlToolConfig" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolFieldTypes", - "type": "Type", - "tags": [], - "label": "EsqlToolFieldTypes", - "description": [], - "signature": [ - "\"boolean\" | \"object\" | \"nested\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"float\" | \"double\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.EsqlToolParamValue", - "type": "Type", - "tags": [], - "label": "EsqlToolParamValue", - "description": [ - "\nValid types for parameter values and default values" - ], - "signature": [ - "string | number | boolean | Record | Record[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/esql.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.IndexSearchToolDefinitionWithSchema", - "type": "Type", - "tags": [], - "label": "IndexSearchToolDefinitionWithSchema", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinitionWithSchema", - "text": "ToolDefinitionWithSchema" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ".index_search, ", - "IndexSearchToolConfig", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/types/index_search.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageChunkEvent", - "type": "Type", - "tags": [], - "label": "MessageChunkEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".messageChunk, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEventData", - "text": "MessageChunkEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.MessageCompleteEvent", - "type": "Type", - "tags": [], - "label": "MessageCompleteEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".messageComplete, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEventData", - "text": "MessageCompleteEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatAgentExecutionError", - "type": "Type", - "tags": [], - "label": "OnechatAgentExecutionError", - "description": [ - "\nRepresents an error related to agent execution" - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".agentExecutionError, { errCode: ErrCode; } & ", - "ExecutionErrorMetaOf", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatAgentNotFoundError", - "type": "Type", - "tags": [], - "label": "OnechatAgentNotFoundError", - "description": [ - "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".agentNotFound, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatBadRequestError", - "type": "Type", - "tags": [], - "label": "OnechatBadRequestError", - "description": [ - "\nRepresents a generic bad request error" - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".badRequest, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatConversationNotFoundError", - "type": "Type", - "tags": [], - "label": "OnechatConversationNotFoundError", - "description": [ - "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".conversationNotFound, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.oneChatDefaultAgentId", - "type": "string", - "tags": [], - "label": "oneChatDefaultAgentId", - "description": [ - "\nID of the onechat default conversational agent" - ], - "signature": [ - "\"elastic-ai-agent\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/definition.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatError", - "type": "Type", - "tags": [], - "label": "OnechatError", - "description": [ - "\nBase error class used for all onechat errors." - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatInternalError", - "type": "Type", - "tags": [], - "label": "OnechatInternalError", - "description": [ - "\nRepresents an internal error" - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".internalError, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatRequestAbortedError", - "type": "Type", - "tags": [], - "label": "OnechatRequestAbortedError", - "description": [ - "\nRepresents an internal error" - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".requestAborted, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatToolNotFoundError", - "type": "Type", - "tags": [], - "label": "OnechatToolNotFoundError", - "description": [ - "\nError thrown when trying to retrieve or execute a tool not present or available in the current context." - ], - "signature": [ - { - "pluginId": "@kbn/sse-utils", - "scope": "common", - "docId": "kibKbnSseUtilsPluginApi", - "section": "def-common.ServerSentEventError", - "text": "ServerSentEventError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ".toolNotFound, Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OtherResult", - "type": "Type", - "tags": [], - "label": "OtherResult", - "description": [], - "signature": [ - "ToolResultMixin<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultType", - "text": "ToolResultType" - }, - ".other, T>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.protectedNamespaces", - "type": "Array", - "tags": [], - "label": "protectedNamespaces", - "description": [ - "\nList of protected namespaces which can only be used by internal tools." - ], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.QueryResult", - "type": "Type", - "tags": [], - "label": "QueryResult", - "description": [], - "signature": [ - "ToolResultMixin<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultType", - "text": "ToolResultType" - }, - ".query, { esql: string; }>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningEvent", - "type": "Type", - "tags": [], - "label": "ReasoningEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".reasoning, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEventData", - "text": "ReasoningEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ReasoningStep", - "type": "Type", - "tags": [], - "label": "ReasoningStep", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningStepData", - "text": "ReasoningStepData" - }, - " & { type: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStepType", - "text": "ConversationRoundStepType" - }, - ".reasoning; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ResolvedAgentCapabilities", - "type": "Type", - "tags": [], - "label": "ResolvedAgentCapabilities", - "description": [], - "signature": [ - "{ visualizations: boolean; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/capabilities.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ResourceResult", - "type": "Type", - "tags": [], - "label": "ResourceResult", - "description": [], - "signature": [ - "ToolResultMixin<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultType", - "text": "ToolResultType" - }, - ".resource, { reference: { id: string; index: string; }; title?: string | undefined; partial?: boolean | undefined; content: Record; }>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.RoundCompleteEvent", - "type": "Type", - "tags": [], - "label": "RoundCompleteEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".roundComplete, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEventData", - "text": "RoundCompleteEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.SerializedOnechatError", - "type": "Type", - "tags": [], - "label": "SerializedOnechatError", - "description": [], - "signature": [ - "{ error: { code: string; message: string; meta?: Record | undefined; }; } & { type: ", - "ServerSentEventType", - ".error; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.TabularDataResult", - "type": "Type", - "tags": [], - "label": "TabularDataResult", - "description": [], - "signature": [ - "ToolResultMixin<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultType", - "text": "ToolResultType" - }, - ".tabularData, { source?: \"esql\" | undefined; query: string; columns: ", - "EsqlEsqlColumnInfo", - "[]; values: ", - "FieldValue", - "[][]; }>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ThinkingCompleteEvent", - "type": "Type", - "tags": [], - "label": "ThinkingCompleteEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".thinkingComplete, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEventData", - "text": "ThinkingCompleteEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallEvent", - "type": "Type", - "tags": [], - "label": "ToolCallEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".toolCall, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEventData", - "text": "ToolCallEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolCallStep", - "type": "Type", - "tags": [], - "label": "ToolCallStep", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallWithResult", - "text": "ToolCallWithResult" - }, - " & { type: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ConversationRoundStepType", - "text": "ConversationRoundStepType" - }, - ".toolCall; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/conversation.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.toolIdMaxLength", - "type": "number", - "tags": [], - "label": "toolIdMaxLength", - "description": [], - "signature": [ - "64" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolProgressEvent", - "type": "Type", - "tags": [], - "label": "ToolProgressEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".toolProgress, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEventData", - "text": "ToolProgressEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResult", - "type": "Type", - "tags": [], - "label": "ToolResult", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ResourceResult", - "text": "ResourceResult" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.TabularDataResult", - "text": "TabularDataResult" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.QueryResult", - "text": "QueryResult" - }, - " | ", - "VisualizationResult", - " | ", - "DashboardResult", - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OtherResult", - "text": "OtherResult" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ErrorResult", - "text": "ErrorResult" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_result.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolResultEvent", - "type": "Type", - "tags": [], - "label": "ToolResultEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".toolResult, ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEventData", - "text": "ToolResultEventData" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/chat/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolSelection", - "type": "Type", - "tags": [], - "label": "ToolSelection", - "description": [ - "\nAll possible subtypes for tool selection - for now there is only one." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ByIdsToolSelection", - "text": "ByIdsToolSelection" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.ToolSelectionRelevantFields", - "type": "Type", - "tags": [], - "label": "ToolSelectionRelevantFields", - "description": [], - "signature": [ - "{ id: string; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_selection.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], - "objects": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.AGENT_BUILDER_EVENT_TYPES", - "type": "Object", - "tags": [], - "label": "AGENT_BUILDER_EVENT_TYPES", - "description": [], - "signature": [ - "{ readonly OptInAction: \"agent_builder_opt_in_action\"; readonly OptOut: \"agent_builder_opt_out\"; readonly AddToChatClicked: \"agent_builder_add_to_chat_clicked\"; readonly RoundComplete: \"agent_builder_round_complete\"; readonly RoundError: \"agent_builder_round_error\"; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/telemetry/agent_builder_events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.agentIdRegexp", - "type": "Object", - "tags": [], - "label": "agentIdRegexp", - "description": [], - "signature": [ - "RegExp" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/agents/agent_ids.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.internalNamespaces", - "type": "Object", - "tags": [], - "label": "internalNamespaces", - "description": [ - "\nList of internally used namespaces\nNote: those are not necessarily all protected." - ], - "signature": [ - "{ readonly platformCore: \"platform.core\"; readonly observability: \"observability\"; readonly platformDashboard: \"platform.dashboard\"; readonly security: \"security\"; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils", - "type": "Object", - "tags": [], - "label": "OnechatErrorUtils", - "description": [ - "\nGlobal utility exposing all error utilities from a single export." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isOnechatError", - "type": "Function", - "tags": [], - "label": "isOnechatError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatError", - "text": "OnechatError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatErrorCode", - "text": "OnechatErrorCode" - }, - ", Record>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isOnechatError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isInternalError", - "type": "Function", - "tags": [], - "label": "isInternalError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatInternalError", - "text": "OnechatInternalError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isInternalError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isToolNotFoundError", - "type": "Function", - "tags": [], - "label": "isToolNotFoundError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatToolNotFoundError", - "text": "OnechatToolNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isToolNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isAgentNotFoundError", - "type": "Function", - "tags": [], - "label": "isAgentNotFoundError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentNotFoundError", - "text": "OnechatAgentNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isAgentNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isConversationNotFoundError", - "type": "Function", - "tags": [], - "label": "isConversationNotFoundError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatConversationNotFoundError", - "text": "OnechatConversationNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isConversationNotFoundError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isAgentExecutionError", - "type": "Function", - "tags": [], - "label": "isAgentExecutionError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentExecutionError", - "text": "OnechatAgentExecutionError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentExecutionErrorCode", - "text": "AgentExecutionErrorCode" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isAgentExecutionError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isContextLengthExceededAgentError", - "type": "Function", - "tags": [], - "label": "isContextLengthExceededAgentError", - "description": [], - "signature": [ - "(err: unknown) => err is ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentExecutionError", - "text": "OnechatAgentExecutionError" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.AgentExecutionErrorCode", - "text": "AgentExecutionErrorCode" - }, - ".contextLengthExceeded>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.isContextLengthExceededAgentError.$1", - "type": "Unknown", - "tags": [], - "label": "err", - "description": [], - "signature": [ - "unknown" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createInternalError", - "type": "Function", - "tags": [], - "label": "createInternalError", - "description": [], - "signature": [ - "(message: string, meta?: Record | undefined) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatInternalError", - "text": "OnechatInternalError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createInternalError.$1", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createInternalError.$2", - "type": "Object", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "Record | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createToolNotFoundError", - "type": "Function", - "tags": [], - "label": "createToolNotFoundError", - "description": [], - "signature": [ - "({ toolId, customMessage, meta, }: { toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatToolNotFoundError", - "text": "OnechatToolNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createToolNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "__0", - "description": [], - "signature": [ - "{ toolId: string; customMessage?: string | undefined; meta?: Record | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentNotFoundError", - "type": "Function", - "tags": [], - "label": "createAgentNotFoundError", - "description": [], - "signature": [ - "({ agentId, customMessage, meta, }: { agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentNotFoundError", - "text": "OnechatAgentNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "__0", - "description": [], - "signature": [ - "{ agentId: string; customMessage?: string | undefined; meta?: Record | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createConversationNotFoundError", - "type": "Function", - "tags": [], - "label": "createConversationNotFoundError", - "description": [], - "signature": [ - "({ conversationId, customMessage, meta, }: { conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatConversationNotFoundError", - "text": "OnechatConversationNotFoundError" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createConversationNotFoundError.$1", - "type": "Object", - "tags": [], - "label": "__0", - "description": [], - "signature": [ - "{ conversationId: string; customMessage?: string | undefined; meta?: Record | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentExecutionError", - "type": "Function", - "tags": [], - "label": "createAgentExecutionError", - "description": [], - "signature": [ - "(message: string, code: ErrCode, meta: ", - "ExecutionErrorMetaOf", - ") => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatAgentExecutionError", - "text": "OnechatAgentExecutionError" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentExecutionError.$1", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentExecutionError.$2", - "type": "Uncategorized", - "tags": [], - "label": "code", - "description": [], - "signature": [ - "ErrCode" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.OnechatErrorUtils.createAgentExecutionError.$3", - "type": "Uncategorized", - "tags": [], - "label": "meta", - "description": [], - "signature": [ - "ExecutionErrorMetaMap[ErrCode]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/errors.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.platformCoreTools", - "type": "Object", - "tags": [], - "label": "platformCoreTools", - "description": [ - "\nIds of built-in onechat tools" - ], - "signature": [ - "{ readonly indexExplorer: string; readonly search: string; readonly listIndices: string; readonly getIndexMapping: string; readonly getDocumentById: string; readonly generateEsql: string; readonly executeEsql: string; readonly createVisualization: string; readonly getWorkflowExecutionStatus: string; readonly productDocumentation: string; readonly cases: string; readonly integrationKnowledge: string; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-common", - "id": "def-common.toolIdRegexp", - "type": "Object", - "tags": [], - "label": "toolIdRegexp", - "description": [], - "signature": [ - "RegExp" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/tool_ids.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ] - } -} \ No newline at end of file diff --git a/api_docs/kbn_onechat_common.mdx b/api_docs/kbn_onechat_common.mdx deleted file mode 100644 index 9b518d6c86985..0000000000000 --- a/api_docs/kbn_onechat_common.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -#### -#### 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: kibKbnOnechatCommonPluginApi -slug: /kibana-dev-docs/api/kbn-onechat-common -title: "@kbn/onechat-common" -image: https://source.unsplash.com/400x175/?github -description: API docs for the @kbn/onechat-common plugin -date: 2025-12-19 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-common'] ---- -import kbnOnechatCommonObj from './kbn_onechat_common.devdocs.json'; - - - -Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 334 | 0 | 191 | 20 | - -## Common - -### Objects - - -### Functions - - -### Interfaces - - -### Enums - - -### Consts, variables and types - - diff --git a/api_docs/kbn_onechat_genai_utils.devdocs.json b/api_docs/kbn_onechat_genai_utils.devdocs.json deleted file mode 100644 index 34624733487a4..0000000000000 --- a/api_docs/kbn_onechat_genai_utils.devdocs.json +++ /dev/null @@ -1,9809 +0,0 @@ -{ - "id": "@kbn/onechat-genai-utils", - "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.cleanupMapping", - "type": "Function", - "tags": [], - "label": "cleanupMapping", - "description": [ - "\nCleanup the given index mapping, removing info supposedly not relevant to an LLM,\nsuch as `ignore_above` and such, to reduce the overall token length of response." - ], - "signature": [ - "(mapping: ", - "MappingTypeMapping", - ") => ", - "MappingTypeMapping" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/cleanup_mapping.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.cleanupMapping.$1", - "type": "Object", - "tags": [], - "label": "mapping", - "description": [], - "signature": [ - "MappingTypeMapping" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/cleanup_mapping.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.esqlResponseToJson", - "type": "Function", - "tags": [], - "label": "esqlResponseToJson", - "description": [ - "\nConverts an ES|QL /_query columnar response to a JSON representation" - ], - "signature": [ - "(esql: ", - "EsqlResponse", - ") => Record[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/misc.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.esqlResponseToJson.$1", - "type": "Object", - "tags": [], - "label": "esql", - "description": [], - "signature": [ - "EsqlResponse" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/misc.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.executeEsql", - "type": "Function", - "tags": [], - "label": "executeEsql", - "description": [ - "\nExecute an ES|QL query and returns the response." - ], - "signature": [ - "({ query, esClient, }: { query: string; esClient: ", - "ElasticsearchClient", - "; }) => Promise<", - "EsqlResponse", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/execute_esql.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.executeEsql.$1", - "type": "Object", - "tags": [], - "label": "{\n query,\n esClient,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/execute_esql.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.executeEsql.$1.query", - "type": "string", - "tags": [], - "label": "query", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/execute_esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.executeEsql.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/esql/execute_esql.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.flattenMapping", - "type": "Function", - "tags": [], - "label": "flattenMapping", - "description": [ - "\nReturns a flattened representation of the mappings, with all fields at the top level." - ], - "signature": [ - "(mapping: ", - "MappingTypeMapping", - ") => ", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.MappingField", - "text": "MappingField" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/flatten_mapping.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.flattenMapping.$1", - "type": "Object", - "tags": [], - "label": "mapping", - "description": [], - "signature": [ - "MappingTypeMapping" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/flatten_mapping.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.generateEsql", - "type": "Function", - "tags": [], - "label": "generateEsql", - "description": [], - "signature": [ - "({ nlQuery, index, executeQuery, additionalInstructions, additionalContext, maxRetries, rowLimit, model, esClient, logger, events, }: ", - "GenerateEsqlParams", - ") => Promise<", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.GenerateEsqlResponse", - "text": "GenerateEsqlResponse" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.generateEsql.$1", - "type": "CompoundType", - "tags": [], - "label": "{\n nlQuery,\n index,\n executeQuery = true,\n additionalInstructions,\n additionalContext,\n maxRetries = 3,\n rowLimit,\n model,\n esClient,\n logger,\n events,\n}", - "description": [], - "signature": [ - "GenerateEsqlParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getDocumentById", - "type": "Function", - "tags": [], - "label": "getDocumentById", - "description": [], - "signature": [ - "({ id, index, esClient, }: { id: string; index: string; esClient: ", - "ElasticsearchClient", - "; }) => Promise<", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.GetDocumentByIdResult", - "text": "GetDocumentByIdResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getDocumentById.$1", - "type": "Object", - "tags": [], - "label": "{\n id,\n index,\n esClient,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getDocumentById.$1.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getDocumentById.$1.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getDocumentById.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getIndexMappings", - "type": "Function", - "tags": [], - "label": "getIndexMappings", - "description": [ - "\nReturns the mappings for each of the given indices." - ], - "signature": [ - "({ indices, cleanup, esClient, }: { indices: string[]; cleanup?: boolean | undefined; esClient: ", - "ElasticsearchClient", - "; }) => Promise<", - "GetIndexMappingsResult", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/get_index_mappings.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getIndexMappings.$1", - "type": "Object", - "tags": [], - "label": "{\n indices,\n cleanup = true,\n esClient,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/get_index_mappings.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getIndexMappings.$1.indices", - "type": "Array", - "tags": [], - "label": "indices", - "description": [], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/get_index_mappings.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getIndexMappings.$1.cleanup", - "type": "CompoundType", - "tags": [], - "label": "cleanup", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/get_index_mappings.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.getIndexMappings.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/get_index_mappings.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer", - "type": "Function", - "tags": [], - "label": "indexExplorer", - "description": [], - "signature": [ - "({ nlQuery, indexPattern, includeAliases, includeDatastream, limit, esClient, model, logger, }: { nlQuery: string; indexPattern?: string | undefined; includeAliases?: boolean | undefined; includeDatastream?: boolean | undefined; limit?: number | undefined; esClient: ", - "ElasticsearchClient", - "; model: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - "; logger?: ", - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - }, - " | undefined; }) => Promise<", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.IndexExplorerResponse", - "text": "IndexExplorerResponse" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1", - "type": "Object", - "tags": [], - "label": "{\n nlQuery,\n indexPattern = '*',\n includeAliases = true,\n includeDatastream = true,\n limit = 1,\n esClient,\n model,\n logger,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.nlQuery", - "type": "string", - "tags": [], - "label": "nlQuery", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.indexPattern", - "type": "string", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.includeAliases", - "type": "CompoundType", - "tags": [], - "label": "includeAliases", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.includeDatastream", - "type": "CompoundType", - "tags": [], - "label": "includeDatastream", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.limit", - "type": "number", - "tags": [], - "label": "limit", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.model", - "type": "Object", - "tags": [], - "label": "model", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.indexExplorer.$1.logger", - "type": "Object", - "tags": [], - "label": "logger", - "description": [], - "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources", - "type": "Function", - "tags": [], - "label": "listSearchSources", - "description": [ - "\nList the search sources (indices, aliases and datastreams) matching a given index pattern,\nusing the `_resolve_index` API." - ], - "signature": [ - "({ pattern, perTypeLimit, includeHidden, includeKibanaIndices, excludeIndicesRepresentedAsAlias, excludeIndicesRepresentedAsDatastream, esClient, }: { pattern: string; perTypeLimit?: number | undefined; includeHidden?: boolean | undefined; includeKibanaIndices?: boolean | undefined; excludeIndicesRepresentedAsAlias?: boolean | undefined; excludeIndicesRepresentedAsDatastream?: boolean | undefined; esClient: ", - "ElasticsearchClient", - "; }) => Promise<", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.ListSourcesResponse", - "text": "ListSourcesResponse" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1", - "type": "Object", - "tags": [], - "label": "{\n pattern,\n perTypeLimit = 100,\n includeHidden = false,\n includeKibanaIndices = false,\n excludeIndicesRepresentedAsAlias = true,\n excludeIndicesRepresentedAsDatastream = true,\n esClient,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.pattern", - "type": "string", - "tags": [], - "label": "pattern", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.perTypeLimit", - "type": "number", - "tags": [], - "label": "perTypeLimit", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.includeHidden", - "type": "CompoundType", - "tags": [], - "label": "includeHidden", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.includeKibanaIndices", - "type": "CompoundType", - "tags": [], - "label": "includeKibanaIndices", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.excludeIndicesRepresentedAsAlias", - "type": "CompoundType", - "tags": [], - "label": "excludeIndicesRepresentedAsAlias", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.excludeIndicesRepresentedAsDatastream", - "type": "CompoundType", - "tags": [], - "label": "excludeIndicesRepresentedAsDatastream", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listSearchSources.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch", - "type": "Function", - "tags": [], - "label": "naturalLanguageSearch", - "description": [], - "signature": [ - "({ nlQuery, target, model, esClient, logger, events, rowLimit, customInstructions, }: { nlQuery: string; target: string; model: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - "; esClient: ", - "ElasticsearchClient", - "; logger: ", - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - }, - "; events: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventEmitter", - "text": "ToolEventEmitter" - }, - "; rowLimit?: number | undefined; customInstructions?: string | undefined; }) => Promise<", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.NaturalLanguageSearchResponse", - "text": "NaturalLanguageSearchResponse" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1", - "type": "Object", - "tags": [], - "label": "{\n nlQuery,\n target,\n model,\n esClient,\n logger,\n events,\n rowLimit,\n customInstructions,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.nlQuery", - "type": "string", - "tags": [], - "label": "nlQuery", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.target", - "type": "string", - "tags": [], - "label": "target", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.model", - "type": "Object", - "tags": [], - "label": "model", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.logger", - "type": "Object", - "tags": [], - "label": "logger", - "description": [], - "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.events", - "type": "Object", - "tags": [], - "label": "events", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventEmitter", - "text": "ToolEventEmitter" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.rowLimit", - "type": "number", - "tags": [], - "label": "rowLimit", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.naturalLanguageSearch.$1.customInstructions", - "type": "string", - "tags": [], - "label": "customInstructions", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch", - "type": "Function", - "tags": [], - "label": "relevanceSearch", - "description": [], - "signature": [ - "({ term, target, size, model, esClient, }: { term: string; target: string; size?: number | undefined; model: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - "; esClient: ", - "ElasticsearchClient", - "; }) => Promise<", - "PerformMatchSearchResponse", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1", - "type": "Object", - "tags": [], - "label": "{\n term,\n target,\n size = 10,\n model,\n esClient,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1.term", - "type": "string", - "tags": [], - "label": "term", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1.target", - "type": "string", - "tags": [], - "label": "target", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1.size", - "type": "number", - "tags": [], - "label": "size", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1.model", - "type": "Object", - "tags": [], - "label": "model", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.relevanceSearch.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool", - "type": "Function", - "tags": [], - "label": "runSearchTool", - "description": [], - "signature": [ - "({ nlQuery, index, rowLimit, customInstructions, model, esClient, logger, events, }: { nlQuery: string; index?: string | undefined; rowLimit?: number | undefined; customInstructions?: string | undefined; model: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - "; esClient: ", - "ElasticsearchClient", - "; logger: ", - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - }, - "; events: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventEmitter", - "text": "ToolEventEmitter" - }, - "; }) => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerResult", - "text": "ToolHandlerResult" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">>[]>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1", - "type": "Object", - "tags": [], - "label": "{\n nlQuery,\n index,\n rowLimit,\n customInstructions,\n model,\n esClient,\n logger,\n events,\n}", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.nlQuery", - "type": "string", - "tags": [], - "label": "nlQuery", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.rowLimit", - "type": "number", - "tags": [], - "label": "rowLimit", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.customInstructions", - "type": "string", - "tags": [], - "label": "customInstructions", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.model", - "type": "Object", - "tags": [], - "label": "model", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [], - "signature": [ - "{ create: { (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "CreateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; update: { (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateResponse", - ">; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateResponse", - ", unknown>>; (this: That, params: ", - "UpdateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateResponse", - ">; }; get: { (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetResponse", - ">; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetResponse", - ", unknown>>; (this: That, params: ", - "GetRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetResponse", - ">; }; delete: { (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kStreams]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; name: string | symbol; transport: ", - "default", - "; helpers: ", - "default", - "; child: (opts: ", - "ClientOptions", - ") => ", - "default", - "; asyncSearch: ", - "default", - "; autoscaling: ", - "default", - "; bulk: { (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "BulkResponse", - ">; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "BulkResponse", - ", unknown>>; (this: That, params: ", - "BulkRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "BulkResponse", - ">; }; capabilities: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; cat: ", - "default", - "; ccr: ", - "default", - "; clearScroll: { (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClearScrollResponse", - ">; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClearScrollResponse", - ", unknown>>; (this: That, params?: ", - "ClearScrollRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClearScrollResponse", - ">; }; closePointInTime: { (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ClosePointInTimeResponse", - ", unknown>>; (this: That, params: ", - "ClosePointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ClosePointInTimeResponse", - ">; }; cluster: ", - "default", - "; connector: ", - "default", - "; count: { (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "CountResponse", - ">; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "CountResponse", - ", unknown>>; (this: That, params?: ", - "CountRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "CountResponse", - ">; }; danglingIndices: ", - "default", - "; deleteByQuery: { (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "DeleteByQueryResponse", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "DeleteByQueryResponse", - ">; }; deleteByQueryRethrottle: { (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TasksTaskListResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TasksTaskListResponseBase", - ">; }; deleteScript: { (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "DeleteScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; enrich: ", - "default", - "; eql: ", - "default", - "; esql: ", - "default", - "; exists: { (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; existsSource: { (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "ExistsSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; explain: { (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ExplainResponse", - ">; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ExplainResponse", - ", unknown>>; (this: That, params: ", - "ExplainRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ExplainResponse", - ">; }; features: ", - "default", - "; fieldCaps: { (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "FieldCapsResponse", - ">; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "FieldCapsResponse", - ", unknown>>; (this: That, params?: ", - "FieldCapsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "FieldCapsResponse", - ">; }; fleet: ", - "default", - "; getScript: { (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptResponse", - ">; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptResponse", - ", unknown>>; (this: That, params: ", - "GetScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptResponse", - ">; }; getScriptContext: { (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptContextResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptContextRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptContextResponse", - ">; }; getScriptLanguages: { (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "GetScriptLanguagesResponse", - ", unknown>>; (this: That, params?: ", - "GetScriptLanguagesRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "GetScriptLanguagesResponse", - ">; }; getSource: { (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "GetSourceRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; graph: ", - "default", - "; healthReport: { (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "HealthReportResponse", - ">; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "HealthReportResponse", - ", unknown>>; (this: That, params?: ", - "HealthReportRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "HealthReportResponse", - ">; }; ilm: ", - "default", - "; index: { (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "WriteResponseBase", - ">; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "WriteResponseBase", - ", unknown>>; (this: That, params: ", - "IndexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "WriteResponseBase", - ">; }; indices: ", - "default", - "; inference: ", - "default", - "; info: { (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "InfoResponse", - ">; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "InfoResponse", - ", unknown>>; (this: That, params?: ", - "InfoRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "InfoResponse", - ">; }; ingest: ", - "default", - "; knnSearch: { (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TODO", - ">; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TODO", - ", unknown>>; (this: That, params?: ", - "TODO", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TODO", - ">; }; license: ", - "default", - "; logstash: ", - "default", - "; mget: { (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MgetResponse", - ">; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MgetResponse", - ", unknown>>; (this: That, params?: ", - "MgetRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MgetResponse", - ">; }; migration: ", - "default", - "; ml: ", - "default", - "; monitoring: ", - "default", - "; msearch: { >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchResponse", - ">; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchResponse", - ", unknown>>; >(this: That, params: ", - "MsearchRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchResponse", - ">; }; msearchTemplate: { >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MsearchTemplateResponse", - ", unknown>>; >(this: That, params: ", - "MsearchTemplateRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MsearchTemplateResponse", - ">; }; mtermvectors: { (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "MtermvectorsResponse", - ", unknown>>; (this: That, params?: ", - "MtermvectorsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "MtermvectorsResponse", - ">; }; nodes: ", - "default", - "; openPointInTime: { (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "OpenPointInTimeResponse", - ", unknown>>; (this: That, params: ", - "OpenPointInTimeRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "OpenPointInTimeResponse", - ">; }; ping: { (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params?: ", - "PingRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; profiling: ", - "default", - "; putScript: { (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "AcknowledgedResponseBase", - ", unknown>>; (this: That, params: ", - "PutScriptRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "AcknowledgedResponseBase", - ">; }; queryRules: ", - "default", - "; rankEval: { (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RankEvalResponse", - ">; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RankEvalResponse", - ", unknown>>; (this: That, params: ", - "RankEvalRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RankEvalResponse", - ">; }; reindex: { (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexResponse", - ">; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexResponse", - ", unknown>>; (this: That, params: ", - "ReindexRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexResponse", - ">; }; reindexRethrottle: { (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ReindexRethrottleResponse", - ", unknown>>; (this: That, params: ", - "ReindexRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ReindexRethrottleResponse", - ">; }; renderSearchTemplate: { (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "RenderSearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "RenderSearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "RenderSearchTemplateResponse", - ">; }; rollup: ", - "default", - "; scriptsPainlessExecute: { (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScriptsPainlessExecuteResponse", - ", unknown>>; (this: That, params?: ", - "ScriptsPainlessExecuteRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScriptsPainlessExecuteResponse", - ">; }; scroll: { >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "ScrollResponse", - ">; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "ScrollResponse", - ", unknown>>; >(this: That, params: ", - "ScrollRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "ScrollResponse", - ">; }; search: { >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchResponse", - ">; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchResponse", - ", unknown>>; >(this: That, params?: ", - "SearchRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchResponse", - ">; }; searchApplication: ", - "default", - "; searchMvt: { (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - ">; (this: That, params: ", - "SearchMvtRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise; }; searchShards: { (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchShardsResponse", - ">; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchShardsResponse", - ", unknown>>; (this: That, params?: ", - "SearchShardsRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchShardsResponse", - ">; }; searchTemplate: { (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "SearchTemplateResponse", - ", unknown>>; (this: That, params?: ", - "SearchTemplateRequest", - " | undefined, options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "SearchTemplateResponse", - ">; }; searchableSnapshots: ", - "default", - "; security: ", - "default", - "; shutdown: ", - "default", - "; simulate: ", - "default", - "; slm: ", - "default", - "; snapshot: ", - "default", - "; sql: ", - "default", - "; ssl: ", - "default", - "; streams: ", - "default", - "; synonyms: ", - "default", - "; tasks: ", - "default", - "; termsEnum: { (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermsEnumResponse", - ">; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermsEnumResponse", - ", unknown>>; (this: That, params: ", - "TermsEnumRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermsEnumResponse", - ">; }; termvectors: { (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "TermvectorsResponse", - ">; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "TermvectorsResponse", - ", unknown>>; (this: That, params: ", - "TermvectorsRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "TermvectorsResponse", - ">; }; textStructure: ", - "default", - "; transform: ", - "default", - "; updateByQuery: { (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryResponse", - ">; }; updateByQueryRethrottle: { (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithOutMeta", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptionsWithMeta", - " | undefined): Promise<", - "TransportResult", - "<", - "UpdateByQueryRethrottleResponse", - ", unknown>>; (this: That, params: ", - "UpdateByQueryRethrottleRequest", - ", options?: ", - "TransportRequestOptions", - " | undefined): Promise<", - "UpdateByQueryRethrottleResponse", - ">; }; watcher: ", - "default", - "; xpack: ", - "default", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.logger", - "type": "Object", - "tags": [], - "label": "logger", - "description": [], - "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.runSearchTool.$1.events", - "type": "Object", - "tags": [], - "label": "events", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventEmitter", - "text": "ToolEventEmitter" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/search/run_search_tool.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.AliasSearchSource", - "type": "Interface", - "tags": [], - "label": "AliasSearchSource", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.AliasSearchSource.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsResourceType", - "text": "EsResourceType" - }, - ".alias" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.AliasSearchSource.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.AliasSearchSource.indices", - "type": "Array", - "tags": [], - "label": "indices", - "description": [], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.DataStreamSearchSource", - "type": "Interface", - "tags": [], - "label": "DataStreamSearchSource", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.DataStreamSearchSource.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsResourceType", - "text": "EsResourceType" - }, - ".dataStream" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.DataStreamSearchSource.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.DataStreamSearchSource.indices", - "type": "Array", - "tags": [], - "label": "indices", - "description": [], - "signature": [ - "string[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.DataStreamSearchSource.timestamp_field", - "type": "string", - "tags": [], - "label": "timestamp_field", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GenerateEsqlResponse", - "type": "Interface", - "tags": [], - "label": "GenerateEsqlResponse", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GenerateEsqlResponse.query", - "type": "string", - "tags": [], - "label": "query", - "description": [ - "\nThe ES|QL query which was generated" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GenerateEsqlResponse.answer", - "type": "string", - "tags": [], - "label": "answer", - "description": [ - "\nThe full text answer which was provided by the LLM when generating the query." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GenerateEsqlResponse.results", - "type": "Object", - "tags": [], - "label": "results", - "description": [ - "\nResults from executing the query.\nAvailable if `executeQuery` was true and if a successful query was executed." - ], - "signature": [ - "EsqlResponse", - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GenerateEsqlResponse.error", - "type": "string", - "tags": [], - "label": "error", - "description": [ - "\nError message if the query could not be executed" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/generate_esql/nl_to_esql.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.IndexExplorerResponse", - "type": "Interface", - "tags": [], - "label": "IndexExplorerResponse", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.IndexExplorerResponse.resources", - "type": "Array", - "tags": [], - "label": "resources", - "description": [], - "signature": [ - "RelevantResource", - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/index_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.IndexSearchSource", - "type": "Interface", - "tags": [], - "label": "IndexSearchSource", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.IndexSearchSource.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsResourceType", - "text": "EsResourceType" - }, - ".index" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.IndexSearchSource.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexBasicInfo", - "type": "Interface", - "tags": [], - "label": "ListIndexBasicInfo", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexBasicInfo.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexBasicInfo.docsCount", - "type": "number", - "tags": [], - "label": "docsCount", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo", - "type": "Interface", - "tags": [], - "label": "ListIndexDetailInfo", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.ListIndexDetailInfo", - "text": "ListIndexDetailInfo" - }, - " extends ", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.ListIndexBasicInfo", - "text": "ListIndexBasicInfo" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo.status", - "type": "string", - "tags": [], - "label": "status", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo.health", - "type": "string", - "tags": [], - "label": "health", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo.uuid", - "type": "string", - "tags": [], - "label": "uuid", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo.primaries", - "type": "number", - "tags": [], - "label": "primaries", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListIndexDetailInfo.replicas", - "type": "number", - "tags": [], - "label": "replicas", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListSourcesResponse", - "type": "Interface", - "tags": [], - "label": "ListSourcesResponse", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListSourcesResponse.indices", - "type": "Array", - "tags": [], - "label": "indices", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.IndexSearchSource", - "text": "IndexSearchSource" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListSourcesResponse.aliases", - "type": "Array", - "tags": [], - "label": "aliases", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.AliasSearchSource", - "text": "AliasSearchSource" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListSourcesResponse.data_streams", - "type": "Array", - "tags": [], - "label": "data_streams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.DataStreamSearchSource", - "text": "DataStreamSearchSource" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.ListSourcesResponse.warnings", - "type": "Array", - "tags": [], - "label": "warnings", - "description": [], - "signature": [ - "string[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.MappingField", - "type": "Interface", - "tags": [], - "label": "MappingField", - "description": [ - "\nRepresents the relevant information of an field" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.MappingField.path", - "type": "string", - "tags": [], - "label": "path", - "description": [ - "the path of the field" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.MappingField.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "the type of the field" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.MappingField.meta", - "type": "Object", - "tags": [], - "label": "meta", - "description": [ - "meta attached to the field" - ], - "signature": [ - "{ [x: string]: string; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/utils/mappings/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.NaturalLanguageSearchResponse", - "type": "Interface", - "tags": [], - "label": "NaturalLanguageSearchResponse", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.NaturalLanguageSearchResponse.generatedQuery", - "type": "string", - "tags": [], - "label": "generatedQuery", - "description": [ - "\nThe ES|QL query which was generated based on the provided NL query, index and context" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.NaturalLanguageSearchResponse.esqlData", - "type": "Object", - "tags": [], - "label": "esqlData", - "description": [ - "\nThe ES|QL data which was returned by executing the query." - ], - "signature": [ - "EsqlResponse", - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.NaturalLanguageSearchResponse.error", - "type": "string", - "tags": [], - "label": "error", - "description": [ - "\nError message if the query could not be executed" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/nl_search.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], - "enums": [], - "misc": [ - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.EsSearchSource", - "type": "Type", - "tags": [], - "label": "EsSearchSource", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.AliasSearchSource", - "text": "AliasSearchSource" - }, - " | ", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.IndexSearchSource", - "text": "IndexSearchSource" - }, - " | ", - { - "pluginId": "@kbn/onechat-genai-utils", - "scope": "server", - "docId": "kibKbnOnechatGenaiUtilsPluginApi", - "section": "def-server.DataStreamSearchSource", - "text": "DataStreamSearchSource" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_search_sources.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.GetDocumentByIdResult", - "type": "Type", - "tags": [], - "label": "GetDocumentByIdResult", - "description": [], - "signature": [ - "GetDocumentByIdSuccess", - " | ", - "GetDocumentByIdFailure" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/get_documents.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.listIndices", - "type": "boolean", - "tags": [], - "label": "listIndices", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/steps/list_indices.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-genai-utils", - "id": "def-server.RelevanceSearchResponse", - "type": "Type", - "tags": [], - "label": "RelevanceSearchResponse", - "description": [], - "signature": [ - "PerformMatchSearchResponse" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-genai-utils/tools/relevance_search.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], - "objects": [] - }, - "common": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - } -} \ No newline at end of file diff --git a/api_docs/kbn_onechat_genai_utils.mdx b/api_docs/kbn_onechat_genai_utils.mdx deleted file mode 100644 index 9ac9e7ced0184..0000000000000 --- a/api_docs/kbn_onechat_genai_utils.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -#### -#### 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: kibKbnOnechatGenaiUtilsPluginApi -slug: /kibana-dev-docs/api/kbn-onechat-genai-utils -title: "@kbn/onechat-genai-utils" -image: https://source.unsplash.com/400x175/?github -description: API docs for the @kbn/onechat-genai-utils plugin -date: 2025-12-19 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-genai-utils'] ---- -import kbnOnechatGenaiUtilsObj from './kbn_onechat_genai_utils.devdocs.json'; - - - -Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 113 | 0 | 96 | 7 | - -## Server - -### Functions - - -### Interfaces - - -### Consts, variables and types - - diff --git a/api_docs/kbn_onechat_server.devdocs.json b/api_docs/kbn_onechat_server.devdocs.json deleted file mode 100644 index 549f088d7db0a..0000000000000 --- a/api_docs/kbn_onechat_server.devdocs.json +++ /dev/null @@ -1,4584 +0,0 @@ -{ - "id": "@kbn/onechat-server", - "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { - "classes": [], - "functions": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.chatSystemIndex", - "type": "Function", - "tags": [], - "label": "chatSystemIndex", - "description": [ - "\nHelper function to define chat system indices." - ], - "signature": [ - "(suffix: string) => string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/indices.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.chatSystemIndex.$1", - "type": "string", - "tags": [], - "label": "suffix", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/indices.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.createErrorResult", - "type": "Function", - "tags": [], - "label": "createErrorResult", - "description": [], - "signature": [ - "(message: string | { message: string; stack?: unknown; metadata?: Record | undefined; }) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ErrorResult", - "text": "ErrorResult" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/utils.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.createErrorResult.$1", - "type": "CompoundType", - "tags": [], - "label": "message", - "description": [], - "signature": [ - "string | { message: string; stack?: unknown; metadata?: Record | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/utils.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.getToolResultId", - "type": "Function", - "tags": [], - "label": "getToolResultId", - "description": [ - "\nGenerate a random id which can be used for tool result id." - ], - "signature": [ - "() => string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/utils.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.isToolResultId", - "type": "Function", - "tags": [], - "label": "isToolResultId", - "description": [ - "\nCheck if the provided string is a valid tool result id." - ], - "signature": [ - "(id: string) => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/utils.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.isToolResultId.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/utils.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentEventEmitter", - "type": "Interface", - "tags": [], - "label": "AgentEventEmitter", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentEventEmitter.emit", - "type": "Function", - "tags": [], - "label": "emit", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatAgentEvent", - "text": "ChatAgentEvent" - }, - ") => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentEventEmitter.emit.$1", - "type": "CompoundType", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEvent", - "text": "ToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEvent", - "text": "BrowserToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEvent", - "text": "ToolProgressEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEvent", - "text": "ToolResultEvent" - }, - " | ", - "PromptRequestEvent", - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEvent", - "text": "ReasoningEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEvent", - "text": "MessageChunkEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEvent", - "text": "MessageCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEvent", - "text": "ThinkingCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEvent", - "text": "RoundCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext", - "type": "Interface", - "tags": [], - "label": "AgentHandlerContext", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [ - "\nThe request that was provided when initiating that tool execution.\nCan be used to create scoped services not directly exposed by this context." - ], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.spaceId", - "type": "string", - "tags": [], - "label": "spaceId", - "description": [ - "\nId of the space associated with the request" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [ - "\nA cluster client scoped to the current user.\nCan be used to access ES on behalf of either the current user or the system user." - ], - "signature": [ - "IScopedClusterClient" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.modelProvider", - "type": "Object", - "tags": [], - "label": "modelProvider", - "description": [ - "\nInference model provider scoped to the current user.\nCan be used to access the inference APIs or chatModel." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ModelProvider", - "text": "ModelProvider" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.toolProvider", - "type": "Object", - "tags": [], - "label": "toolProvider", - "description": [ - "\nTool provider that can be used to list or execute tools." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProvider", - "text": "ToolProvider" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.runner", - "type": "Object", - "tags": [], - "label": "runner", - "description": [ - "\nOnechat runner scoped to the current execution." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunner", - "text": "ScopedRunner" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.attachments", - "type": "Object", - "tags": [], - "label": "attachments", - "description": [ - "\nAttachment service to interact with attachments." - ], - "signature": [ - "AttachmentsService" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.resultStore", - "type": "Object", - "tags": [], - "label": "resultStore", - "description": [ - "\nResult store to access and add tool results during execution." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.WritableToolResultStore", - "text": "WritableToolResultStore" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.promptManager", - "type": "Object", - "tags": [], - "label": "promptManager", - "description": [ - "\nUsed to manage interruptions." - ], - "signature": [ - "PromptManager" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.stateManager", - "type": "Object", - "tags": [], - "label": "stateManager", - "description": [ - "\nUsed to access and store state during interrupted executions." - ], - "signature": [ - "ConversationStateManager" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.events", - "type": "Object", - "tags": [], - "label": "events", - "description": [ - "\nEvent emitter that can be used to emits custom events" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentEventEmitter", - "text": "AgentEventEmitter" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerContext.logger", - "type": "Object", - "tags": [], - "label": "logger", - "description": [ - "\nLogger scoped to this execution" - ], - "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerParams", - "type": "Interface", - "tags": [], - "label": "AgentHandlerParams", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerParams.agentParams", - "type": "Object", - "tags": [], - "label": "agentParams", - "description": [ - "The params that the agent execution API was called with" - ], - "signature": [ - "AgentParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerParams.runId", - "type": "string", - "tags": [], - "label": "runId", - "description": [ - "ID of this run" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerParams.abortSignal", - "type": "Object", - "tags": [], - "label": "abortSignal", - "description": [ - "optional signal to abort the execution of the agent" - ], - "signature": [ - "AbortSignal | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerReturn", - "type": "Interface", - "tags": [], - "label": "AgentHandlerReturn", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerReturn.result", - "type": "Object", - "tags": [], - "label": "result", - "description": [ - "The plain result of the agent" - ], - "signature": [ - "AgentResponse" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition", - "type": "Interface", - "tags": [], - "label": "BuiltinToolDefinition", - "description": [ - "\nBuilt-in tool, as registered as static tool." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.BuiltinToolDefinition", - "text": "BuiltinToolDefinition" - }, - " extends Omit<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", Record>, \"type\" | \"readonly\" | \"configuration\">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "\nbuilt-in tool types" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ".builtin" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.schema", - "type": "Uncategorized", - "tags": [], - "label": "schema", - "description": [ - "\nTool's input schema, defined as a zod schema." - ], - "signature": [ - "RunInput" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.handler", - "type": "Function", - "tags": [], - "label": "handler", - "description": [ - "\nHandler to call to execute the tool." - ], - "signature": [ - "(args: ", - "TypeOf", - ", context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerContext", - "text": "ToolHandlerContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerReturn", - "text": "ToolHandlerReturn" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">>>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.handler.$1", - "type": "Uncategorized", - "tags": [], - "label": "args", - "description": [], - "signature": [ - "TParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.handler.$2", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerContext", - "text": "ToolHandlerContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.BuiltinToolDefinition.availability", - "type": "Object", - "tags": [], - "label": "availability", - "description": [ - "\nOptional dynamic availability configuration.\nRefer to {@link ToolAvailabilityConfig}" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityConfig", - "text": "ToolAvailabilityConfig" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableTool", - "type": "Interface", - "tags": [], - "label": "ExecutableTool", - "description": [ - "\nOnechat tool, as exposed by tool providers." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ExecutableTool", - "text": "ExecutableTool" - }, - " extends ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", TConfig>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableTool.getSchema", - "type": "Function", - "tags": [], - "label": "getSchema", - "description": [ - "\nTool's input schema, defined as a zod schema." - ], - "signature": [ - "() => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableTool.execute", - "type": "Function", - "tags": [], - "label": "execute", - "description": [ - "\nRun handler that can be used to execute the tool." - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ExecutableToolHandlerParams", - "text": "ExecutableToolHandlerParams" - }, - "<", - "TypeOf", - ">) => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableTool.execute.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableTool.getLlmDescription", - "type": "Function", - "tags": [], - "label": "getLlmDescription", - "description": [ - "\nOptional handled to add additional instructions to the LLM.\nWhen provided, will replace the description when converting to llm tool." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.LlmDescriptionHandler", - "text": "LlmDescriptionHandler" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition", - "type": "Interface", - "tags": [], - "label": "InternalToolDefinition", - "description": [ - "\nInternal generic representation for a tool definition" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.InternalToolDefinition", - "text": "InternalToolDefinition" - }, - " extends ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolDefinition", - "text": "ToolDefinition" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition.isAvailable", - "type": "Function", - "tags": [], - "label": "isAvailable", - "description": [ - "\nCheck if the tool is available for the current context." - ], - "signature": [ - "(context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityResult", - "text": "ToolAvailabilityResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition.isAvailable.$1", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition.getSchema", - "type": "Function", - "tags": [], - "label": "getSchema", - "description": [ - "\nGenerates the schema attached to this tool." - ], - "signature": [ - "() => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition.getHandler", - "type": "Function", - "tags": [], - "label": "getHandler", - "description": [ - "\nGet the handler which can be used to execute the tool." - ], - "signature": [ - "() => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerFn", - "text": "ToolHandlerFn" - }, - "<", - "TypeOf", - ">>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolDefinition.getLlmDescription", - "type": "Function", - "tags": [], - "label": "getLlmDescription", - "description": [ - "\nOptional handled to add additional instructions to the LLM\nwhen specified, this will fully replace the description when converting to LLM tools." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.LlmDescriptionHandler", - "text": "LlmDescriptionHandler" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.LLmDescriptionHandlerParams", - "type": "Interface", - "tags": [], - "label": "LLmDescriptionHandlerParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.LLmDescriptionHandlerParams", - "text": "LLmDescriptionHandlerParams" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.LLmDescriptionHandlerParams.config", - "type": "Uncategorized", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "TConfig" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.LLmDescriptionHandlerParams.description", - "type": "string", - "tags": [], - "label": "description", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider", - "type": "Interface", - "tags": [], - "label": "ModelProvider", - "description": [ - "\nProvider, allowing to select various models depending on the needs." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider.getDefaultModel", - "type": "Function", - "tags": [], - "label": "getDefaultModel", - "description": [ - "\nReturns the model used for LLM tasks in the current round." - ], - "signature": [ - "() => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider.getModel", - "type": "Function", - "tags": [], - "label": "getModel", - "description": [ - "\nReturns a model using the given connectorId.\n\nWill throw if connector doesn't exist, user has no access, or connector\nis not a GenAI connector." - ], - "signature": [ - "(options: { connectorId: string; }) => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedModel", - "text": "ScopedModel" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider.getModel.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider.getModel.$1.connectorId", - "type": "string", - "tags": [], - "label": "connectorId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ModelProvider.getUsageStats", - "type": "Function", - "tags": [], - "label": "getUsageStats", - "description": [ - "\nReturns the current usage stats for the model provider." - ], - "signature": [ - "() => ", - "ModelProviderStats" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams", - "type": "Interface", - "tags": [], - "label": "RunAgentParams", - "description": [ - "\nParams for {@link RunAgentFn}" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.agentId", - "type": "string", - "tags": [], - "label": "agentId", - "description": [ - "\nID of the agent to call." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.agentParams", - "type": "Object", - "tags": [], - "label": "agentParams", - "description": [ - "\nParameters to call the agent with." - ], - "signature": [ - "AgentParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.onEvent", - "type": "Function", - "tags": [], - "label": "onEvent", - "description": [ - "\nOptional event handler." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentOnEventFn", - "text": "RunAgentOnEventFn" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.abortSignal", - "type": "Object", - "tags": [], - "label": "abortSignal", - "description": [ - "\nOptional signal to abort the execution of the agent." - ], - "signature": [ - "AbortSignal | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [ - "\nThe request that initiated that run." - ], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentParams.defaultConnectorId", - "type": "string", - "tags": [], - "label": "defaultConnectorId", - "description": [ - "\nOptional genAI connector id to use as default.\nIf unspecified, will use internal logic to use the default connector" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentReturn", - "type": "Interface", - "tags": [], - "label": "RunAgentReturn", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentReturn.result", - "type": "Object", - "tags": [], - "label": "result", - "description": [ - "return from the agent" - ], - "signature": [ - "AgentResponse" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunContext", - "type": "Interface", - "tags": [], - "label": "RunContext", - "description": [ - "\nContext bound to a run execution.\nContains metadata associated with the run's current state.\nWill be attached to errors thrown during a run." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunContext.runId", - "type": "string", - "tags": [], - "label": "runId", - "description": [ - "\nThe run identifier, which can be used for tracing" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunContext.stack", - "type": "Array", - "tags": [], - "label": "stack", - "description": [ - "\nThe current execution stack" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunContextStackEntry", - "text": "RunContextStackEntry" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner", - "type": "Interface", - "tags": [], - "label": "Runner", - "description": [ - "\nRepresents a runner, which is the entry point to execute all onechat primitives,\nsuch as tools or agents.\n\nThis version is not scoped to a given request, and is the version exposed from the plugin's contract." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runTool", - "type": "Function", - "tags": [], - "label": "runTool", - "description": [ - "\nExecute a tool (based on its ID)." - ], - "signature": [ - ">(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runTool.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runInternalTool", - "type": "Function", - "tags": [], - "label": "runInternalTool", - "description": [ - "\nExecute an internal tool definition." - ], - "signature": [ - ">(params: ", - "RunInternalToolParams", - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runInternalTool.$1", - "type": "CompoundType", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "Omit<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - ", \"toolId\"> & { tool: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.InternalToolDefinition", - "text": "InternalToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", any, any>; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runAgent", - "type": "Function", - "tags": [], - "label": "runAgent", - "description": [ - "\nExecute an agent;" - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentParams", - "text": "RunAgentParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentReturn", - "text": "RunAgentReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.Runner.runAgent.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentParams", - "text": "RunAgentParams" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams", - "type": "Interface", - "tags": [], - "label": "RunToolParams", - "description": [ - "\nParams for {@link RunToolFn}" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [ - "\nID of the tool to call." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.toolParams", - "type": "Uncategorized", - "tags": [], - "label": "toolParams", - "description": [ - "\nParameters to call the tool with." - ], - "signature": [ - "TParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.toolCallId", - "type": "string", - "tags": [], - "label": "toolCallId", - "description": [ - "\nOptional toolCall id associated with the tool invocation." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.onEvent", - "type": "Function", - "tags": [], - "label": "onEvent", - "description": [ - "\nOptional event handler." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [ - "\nThe request that initiated that run." - ], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolParams.defaultConnectorId", - "type": "string", - "tags": [], - "label": "defaultConnectorId", - "description": [ - "\nOptional genAI connector id to use as default.\nIf unspecified, will use internal logic to use the default connector\n(EIS if there, otherwise openAI, otherwise any GenAI)" - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolReturn", - "type": "Interface", - "tags": [], - "label": "RunToolReturn", - "description": [ - "\nReturn type for tool invocation APIs.\n\nWrapping the plain result to allow extending the shape later without\nintroducing breaking changes." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolReturn.results", - "type": "Array", - "tags": [], - "label": "results", - "description": [ - "\nThe result value as returned by the tool." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">[] | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolReturn.prompt", - "type": "Object", - "tags": [], - "label": "prompt", - "description": [ - "\nInterruption returned by the tool" - ], - "signature": [ - "ConfirmationPrompt", - " | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedModel", - "type": "Interface", - "tags": [], - "label": "ScopedModel", - "description": [ - "\nRepresents a model that can be used within the onechat framework (e.g. tools).\n\nIt exposes different interfaces to models." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedModel.connector", - "type": "Object", - "tags": [], - "label": "connector", - "description": [ - "\nThe connector bound to this scoped model." - ], - "signature": [ - { - "pluginId": "@kbn/inference-common", - "scope": "common", - "docId": "kibKbnInferenceCommonPluginApi", - "section": "def-common.InferenceConnector", - "text": "InferenceConnector" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedModel.chatModel", - "type": "Object", - "tags": [], - "label": "chatModel", - "description": [ - "\nlangchain chat model." - ], - "signature": [ - { - "pluginId": "@kbn/inference-langchain", - "scope": "common", - "docId": "kibKbnInferenceLangchainPluginApi", - "section": "def-common.InferenceChatModel", - "text": "InferenceChatModel" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedModel.inferenceClient", - "type": "Object", - "tags": [], - "label": "inferenceClient", - "description": [ - "\nInference client." - ], - "signature": [ - { - "pluginId": "@kbn/inference-common", - "scope": "common", - "docId": "kibKbnInferenceCommonPluginApi", - "section": "def-common.BoundInferenceClient", - "text": "BoundInferenceClient" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/model_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner", - "type": "Interface", - "tags": [], - "label": "ScopedRunner", - "description": [ - "\nRepresents a runner, which is the entry point to execute all onechat primitives,\nsuch as tools or agents.\n\nThis version is pre-scoped to a given request, meaning APIs don't need to be passed\ndown a request object." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runTool", - "type": "Function", - "tags": [], - "label": "runTool", - "description": [ - "\nExecute a tool (based on its ID)." - ], - "signature": [ - ">(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunnerRunToolsParams", - "text": "ScopedRunnerRunToolsParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runTool.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolId: string; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runInternalTool", - "type": "Function", - "tags": [], - "label": "runInternalTool", - "description": [ - "\nExecute an internal tool definition." - ], - "signature": [ - ">(params: ", - "ScopedRunnerRunInternalToolParams", - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runInternalTool.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolParams: TParams; tool: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.InternalToolDefinition", - "text": "InternalToolDefinition" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolType", - "text": "ToolType" - }, - ", any, any>; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runAgent", - "type": "Function", - "tags": [], - "label": "runAgent", - "description": [ - "\nExecute an agent" - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunnerRunAgentParams", - "text": "ScopedRunnerRunAgentParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentReturn", - "text": "RunAgentReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunner.runAgent.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ abortSignal?: AbortSignal | undefined; onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentOnEventFn", - "text": "RunAgentOnEventFn" - }, - " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", - "AgentParams", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityConfig", - "type": "Interface", - "tags": [], - "label": "ToolAvailabilityConfig", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityConfig.handler", - "type": "Function", - "tags": [], - "label": "handler", - "description": [ - "\nhandler which can be defined to add conditional availability of the tool.\n\nNote: this is meant to be used for tools that are gated behind a feature flag,\n or tools which have some condition to be available.\n it *IS NOT* meant to be used as a replacement for RBAC." - ], - "signature": [ - "(context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityResult", - "text": "ToolAvailabilityResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityConfig.handler.$1", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityConfig.cacheMode", - "type": "CompoundType", - "tags": [], - "label": "cacheMode", - "description": [ - "\nCache mode for the result\n- global: the result will be cached globally, for all spaces\n- space: the result will be cached per-space\n- none: the result shouldn't be cached (warning: this can lead to performance issues)" - ], - "signature": [ - "\"none\" | \"space\" | \"global\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityConfig.cacheTtl", - "type": "number", - "tags": [], - "label": "cacheTtl", - "description": [ - "\nOptional TTL for the cached result, *in seconds*.\nDefault to 300 seconds (5 minutes)." - ], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityContext", - "type": "Interface", - "tags": [], - "label": "ToolAvailabilityContext", - "description": [ - "\nInformation exposed to the {@link ToolAvailabilityHandler}." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityContext.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityContext.uiSettings", - "type": "Object", - "tags": [], - "label": "uiSettings", - "description": [], - "signature": [ - "IUiSettingsClient" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityContext.spaceId", - "type": "string", - "tags": [], - "label": "spaceId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityResult", - "type": "Interface", - "tags": [], - "label": "ToolAvailabilityResult", - "description": [ - "\nInformation exposed to the {@link ToolAvailabilityHandler}." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityResult.status", - "type": "CompoundType", - "tags": [], - "label": "status", - "description": [ - "\nWhether the tool is available or not." - ], - "signature": [ - "\"unavailable\" | \"available\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityResult.reason", - "type": "string", - "tags": [], - "label": "reason", - "description": [ - "\nOptional reason for why the tool is unavailable." - ], - "signature": [ - "string | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolEventEmitter", - "type": "Interface", - "tags": [], - "label": "ToolEventEmitter", - "description": [ - "\nTool event emitter, exposed to tool handlers" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolEventEmitter.reportProgress", - "type": "Function", - "tags": [], - "label": "reportProgress", - "description": [ - "\nEmit a tool progress event based on the provided progress text." - ], - "signature": [ - "(progressMessage: string) => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolEventEmitter.reportProgress.$1", - "type": "string", - "tags": [], - "label": "progressMessage", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext", - "type": "Interface", - "tags": [], - "label": "ToolHandlerContext", - "description": [ - "\nScoped context which can be used during tool execution to access\na panel of built-in services, such as a pre-scoped elasticsearch client." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [ - "\nThe request that was provided when initiating that tool execution.\nCan be used to create scoped services not directly exposed by this context." - ], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.spaceId", - "type": "string", - "tags": [], - "label": "spaceId", - "description": [ - "\nId of the space associated with the request" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.esClient", - "type": "Object", - "tags": [], - "label": "esClient", - "description": [ - "\nA cluster client scoped to the current user.\nCan be used to access ES on behalf of either the current user or the system user." - ], - "signature": [ - "IScopedClusterClient" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.modelProvider", - "type": "Object", - "tags": [], - "label": "modelProvider", - "description": [ - "\nInference model provider scoped to the current user.\nCan be used to access the inference APIs or chatModel." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ModelProvider", - "text": "ModelProvider" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.toolProvider", - "type": "Object", - "tags": [], - "label": "toolProvider", - "description": [ - "\nTool provider that can be used to list or execute tools." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProvider", - "text": "ToolProvider" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.runner", - "type": "Object", - "tags": [], - "label": "runner", - "description": [ - "\nOnechat runner scoped to the current execution." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunner", - "text": "ScopedRunner" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.resultStore", - "type": "Object", - "tags": [], - "label": "resultStore", - "description": [ - "\nResult store to access tool results during execution." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolResultStore", - "text": "ToolResultStore" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.events", - "type": "Object", - "tags": [], - "label": "events", - "description": [ - "\nEvent emitter that can be used to emits custom events" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventEmitter", - "text": "ToolEventEmitter" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.logger", - "type": "Object", - "tags": [], - "label": "logger", - "description": [ - "\nLogger scoped to this execution" - ], - "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.prompts", - "type": "Object", - "tags": [], - "label": "prompts", - "description": [ - "\nService used to send and read interruptions." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolPromptManager", - "text": "ToolPromptManager" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerContext.stateManager", - "type": "Object", - "tags": [], - "label": "stateManager", - "description": [ - "\nManager to store/load tool state during interrupted executions." - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolStateManager", - "text": "ToolStateManager" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolPromptManager", - "type": "Interface", - "tags": [], - "label": "ToolPromptManager", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/prompt_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolPromptManager.checkConfirmationStatus", - "type": "Function", - "tags": [], - "label": "checkConfirmationStatus", - "description": [ - "\nGet the status for the given confirmation prompt" - ], - "signature": [ - "(promptId: string) => ConfirmationInfo" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/prompt_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolPromptManager.checkConfirmationStatus.$1", - "type": "string", - "tags": [], - "label": "promptId", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/prompt_manager.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolPromptManager.askForConfirmation", - "type": "Function", - "tags": [], - "label": "askForConfirmation", - "description": [ - "\nCreates a confirmation prompt which can be returned by the tool handler" - ], - "signature": [ - "(opts: ", - "ConfirmPromptDefinition", - ") => ", - "ToolHandlerPromptReturn" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/prompt_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolPromptManager.askForConfirmation.$1", - "type": "Object", - "tags": [], - "label": "opts", - "description": [], - "signature": [ - "ConfirmPromptDefinition" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/prompt_manager.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider", - "type": "Interface", - "tags": [], - "label": "ToolProvider", - "description": [ - "\nCommon interface shared across all tool providers." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.has", - "type": "Function", - "tags": [], - "label": "has", - "description": [ - "\nCheck if a tool is available in the provider" - ], - "signature": [ - "(options: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderHasOptions", - "text": "ToolProviderHasOptions" - }, - ") => Promise" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.has.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderHasOptions", - "text": "ToolProviderHasOptions" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.get", - "type": "Function", - "tags": [], - "label": "get", - "description": [ - "\nRetrieve a tool based on its identifier.\nIf not found, will throw a toolNotFound error." - ], - "signature": [ - "(options: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderGetOptions", - "text": "ToolProviderGetOptions" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ExecutableTool", - "text": "ExecutableTool" - }, - "<{}, ", - "ZodObject", - ">>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.get.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderGetOptions", - "text": "ToolProviderGetOptions" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.list", - "type": "Function", - "tags": [], - "label": "list", - "description": [ - "\nList all tools based on the provided filters" - ], - "signature": [ - "(options: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderListOptions", - "text": "ToolProviderListOptions" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ExecutableTool", - "text": "ExecutableTool" - }, - "<{}, ", - "ZodObject", - ">[]>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProvider.list.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolProviderListOptions", - "text": "ToolProviderListOptions" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderGetOptions", - "type": "Interface", - "tags": [], - "label": "ToolProviderGetOptions", - "description": [ - "\nOptions for {@link ToolProvider.get}" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderGetOptions.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderGetOptions.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderHasOptions", - "type": "Interface", - "tags": [], - "label": "ToolProviderHasOptions", - "description": [ - "\nOptions for {@link ToolProvider.has}" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderHasOptions.toolId", - "type": "string", - "tags": [], - "label": "toolId", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderHasOptions.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderListOptions", - "type": "Interface", - "tags": [], - "label": "ToolProviderListOptions", - "description": [ - "\nOptions for {@link ToolProvider.list}" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProviderListOptions.request", - "type": "Object", - "tags": [], - "label": "request", - "description": [], - "signature": [ - "KibanaRequest", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolResultStore", - "type": "Interface", - "tags": [], - "label": "ToolResultStore", - "description": [ - "\nStore to access tool results during execution" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolResultStore.has", - "type": "Function", - "tags": [], - "label": "has", - "description": [], - "signature": [ - "(resultId: string) => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolResultStore.has.$1", - "type": "string", - "tags": [], - "label": "resultId", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolResultStore.get", - "type": "Function", - "tags": [], - "label": "get", - "description": [], - "signature": [ - "(resultId: string) => ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolResultStore.get.$1", - "type": "string", - "tags": [], - "label": "resultId", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolStateManager", - "type": "Interface", - "tags": [], - "label": "ToolStateManager", - "description": [ - "\nTool state manager - Which can be used to persist state between executions of the tool.\n\nNote: state is bound to a tool call, and not shared between multiple calls to the same tool." - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/state_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolStateManager.getState", - "type": "Function", - "tags": [], - "label": "getState", - "description": [ - "\nRetrieve the state which was stored during the previous execution of the tool.\nThis is only useful when interrupting the tool to prompt the user,\nto retrieve the state when the execution is resumed." - ], - "signature": [ - "() => T | undefined" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/state_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolStateManager.setState", - "type": "Function", - "tags": [], - "label": "setState", - "description": [ - "\nPersist the internal state of the tool execution, to be retrieved when execution is resumed.\nThis is only useful when interrupting the tool to prompt the user." - ], - "signature": [ - "(state: T) => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/state_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolStateManager.setState.$1", - "type": "Uncategorized", - "tags": [], - "label": "state", - "description": [], - "signature": [ - "T" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/state_manager.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore", - "type": "Interface", - "tags": [], - "label": "WritableToolResultStore", - "description": [ - "\nWritable version of ToolResultStore, used internally by the runner/agent" - ], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.WritableToolResultStore", - "text": "WritableToolResultStore" - }, - " extends ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolResultStore", - "text": "ToolResultStore" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore.add", - "type": "Function", - "tags": [], - "label": "add", - "description": [], - "signature": [ - "(result: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">) => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore.add.$1", - "type": "CompoundType", - "tags": [], - "label": "result", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore.delete", - "type": "Function", - "tags": [], - "label": "delete", - "description": [], - "signature": [ - "(resultId: string) => boolean" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore.delete.$1", - "type": "string", - "tags": [], - "label": "resultId", - "description": [], - "signature": [ - "string" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.WritableToolResultStore.asReadonly", - "type": "Function", - "tags": [], - "label": "asReadonly", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolResultStore", - "text": "ToolResultStore" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/result_store.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], - "enums": [], - "misc": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentEventEmitterFn", - "type": "Type", - "tags": [], - "label": "AgentEventEmitterFn", - "description": [ - "\nEvent handler function to listen to run events during execution of tools, agents or other onechat primitives." - ], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatAgentEvent", - "text": "ChatAgentEvent" - }, - ") => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentEventEmitterFn.$1", - "type": "CompoundType", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEvent", - "text": "ToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEvent", - "text": "BrowserToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEvent", - "text": "ToolProgressEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEvent", - "text": "ToolResultEvent" - }, - " | ", - "PromptRequestEvent", - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEvent", - "text": "ReasoningEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEvent", - "text": "MessageChunkEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEvent", - "text": "MessageCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEvent", - "text": "ThinkingCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEvent", - "text": "RoundCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerFn", - "type": "Type", - "tags": [], - "label": "AgentHandlerFn", - "description": [], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentHandlerParams", - "text": "AgentHandlerParams" - }, - ", context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentHandlerContext", - "text": "AgentHandlerContext" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentHandlerReturn", - "text": "AgentHandlerReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentHandlerParams", - "text": "AgentHandlerParams" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.AgentHandlerFn.$2", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.AgentHandlerContext", - "text": "AgentHandlerContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.chatSystemIndexPrefix", - "type": "string", - "tags": [], - "label": "chatSystemIndexPrefix", - "description": [ - "\nPrefix of the chat system indices.\n\nThe Kibana system user has the same permission on those indices than it has on Kibana system indices." - ], - "signature": [ - "\".chat-\"" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/indices.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableToolHandlerFn", - "type": "Type", - "tags": [], - "label": "ExecutableToolHandlerFn", - "description": [ - "\nExecution handler for {@link ExecutableTool}" - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ExecutableToolHandlerParams", - "text": "ExecutableToolHandlerParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableToolHandlerFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ExecutableToolHandlerParams", - "type": "Type", - "tags": [], - "label": "ExecutableToolHandlerParams", - "description": [ - "\nParam type for {@link ExecutableToolHandlerFn}" - ], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolAvailabilityHandler", - "type": "Type", - "tags": [], - "label": "InternalToolAvailabilityHandler", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityResult", - "text": "ToolAvailabilityResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.InternalToolAvailabilityHandler.$1", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/internal.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.LlmDescriptionHandler", - "type": "Type", - "tags": [], - "label": "LlmDescriptionHandler", - "description": [], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.LLmDescriptionHandlerParams", - "text": "LLmDescriptionHandlerParams" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.LlmDescriptionHandler.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.LLmDescriptionHandlerParams", - "text": "LLmDescriptionHandlerParams" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/tool_provider.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.OnechatToolEvent", - "type": "Type", - "tags": [], - "label": "OnechatToolEvent", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".toolProgress, ", - "InternalToolProgressEventData", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentFn", - "type": "Type", - "tags": [], - "label": "RunAgentFn", - "description": [ - "\nPublic onechat API to execute an agent." - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentParams", - "text": "RunAgentParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentReturn", - "text": "RunAgentReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentParams", - "text": "RunAgentParams" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentOnEventFn", - "type": "Type", - "tags": [], - "label": "RunAgentOnEventFn", - "description": [], - "signature": [ - "(event: ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatAgentEvent", - "text": "ChatAgentEvent" - }, - ") => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunAgentOnEventFn.$1", - "type": "CompoundType", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolCallEvent", - "text": "ToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.BrowserToolCallEvent", - "text": "BrowserToolCallEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolProgressEvent", - "text": "ToolProgressEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResultEvent", - "text": "ToolResultEvent" - }, - " | ", - "PromptRequestEvent", - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ReasoningEvent", - "text": "ReasoningEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageChunkEvent", - "text": "MessageChunkEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.MessageCompleteEvent", - "text": "MessageCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ThinkingCompleteEvent", - "text": "ThinkingCompleteEvent" - }, - " | ", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.RoundCompleteEvent", - "text": "RoundCompleteEvent" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunContextStackEntry", - "type": "Type", - "tags": [], - "label": "RunContextStackEntry", - "description": [ - "\nRepresents an element in the run context's stack.\nUsed to follow nested / chained execution." - ], - "signature": [ - "{ type: \"tool\"; toolId: string; } | { type: \"agent\"; agentId: string; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolFn", - "type": "Type", - "tags": [], - "label": "RunToolFn", - "description": [ - "\nPublic onechat API to execute a tools." - ], - "signature": [ - ">(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.RunToolFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolParams", - "text": "RunToolParams" - }, - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunAgentFn", - "type": "Type", - "tags": [], - "label": "ScopedRunAgentFn", - "description": [ - "\nPublic onechat API to execute an agent." - ], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunnerRunAgentParams", - "text": "ScopedRunnerRunAgentParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentReturn", - "text": "RunAgentReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunAgentFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ abortSignal?: AbortSignal | undefined; onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentOnEventFn", - "text": "RunAgentOnEventFn" - }, - " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", - "AgentParams", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunnerRunAgentParams", - "type": "Type", - "tags": [], - "label": "ScopedRunnerRunAgentParams", - "description": [ - "\nParams for {@link ScopedRunner.runTool}" - ], - "signature": [ - "{ abortSignal?: AbortSignal | undefined; onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunAgentOnEventFn", - "text": "RunAgentOnEventFn" - }, - " | undefined; agentId: string; defaultConnectorId?: string | undefined; agentParams: ", - "AgentParams", - "; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/agents/runner.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunnerRunToolsParams", - "type": "Type", - "tags": [], - "label": "ScopedRunnerRunToolsParams", - "description": [ - "\nParams for {@link ScopedRunner.runTool}" - ], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolId: string; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunToolFn", - "type": "Type", - "tags": [], - "label": "ScopedRunToolFn", - "description": [ - "\nPublic onechat API to execute a tools." - ], - "signature": [ - ">(params: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ScopedRunnerRunToolsParams", - "text": "ScopedRunnerRunToolsParams" - }, - ") => Promise<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.RunToolReturn", - "text": "RunToolReturn" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ScopedRunToolFn.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ onEvent?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolEventHandlerFn", - "text": "ToolEventHandlerFn" - }, - " | undefined; defaultConnectorId?: string | undefined; toolCallId?: string | undefined; toolId: string; toolParams: TParams; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/runner.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.StaticEsqlTool", - "type": "Type", - "tags": [], - "label": "StaticEsqlTool", - "description": [], - "signature": [ - "Omit<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.EsqlToolDefinition", - "text": "EsqlToolDefinition" - }, - ", \"readonly\"> & { availability?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityConfig", - "text": "ToolAvailabilityConfig" - }, - " | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.StaticIndexSearchTool", - "type": "Type", - "tags": [], - "label": "StaticIndexSearchTool", - "description": [], - "signature": [ - "Omit<", - "IndexSearchToolDefinition", - ", \"readonly\"> & { availability?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityConfig", - "text": "ToolAvailabilityConfig" - }, - " | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.StaticToolRegistration", - "type": "Type", - "tags": [], - "label": "StaticToolRegistration", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.BuiltinToolDefinition", - "text": "BuiltinToolDefinition" - }, - " | ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.StaticEsqlTool", - "text": "StaticEsqlTool" - }, - " | ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.StaticIndexSearchTool", - "text": "StaticIndexSearchTool" - }, - " | ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.StaticWorkflowTool", - "text": "StaticWorkflowTool" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.StaticWorkflowTool", - "type": "Type", - "tags": [], - "label": "StaticWorkflowTool", - "description": [], - "signature": [ - "Omit<", - "WorkflowToolDefinition", - ", \"readonly\"> & { availability?: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityConfig", - "text": "ToolAvailabilityConfig" - }, - " | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityHandler", - "type": "Type", - "tags": [], - "label": "ToolAvailabilityHandler", - "description": [ - "\nAvailability handler for a tool." - ], - "signature": [ - "(context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityResult", - "text": "ToolAvailabilityResult" - }, - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolAvailabilityHandler.$1", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolAvailabilityContext", - "text": "ToolAvailabilityContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/builtin.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolEventHandlerFn", - "type": "Type", - "tags": [], - "label": "ToolEventHandlerFn", - "description": [ - "\nEvent handler function to listen to run events during execution of tools, agents or other onechat primitives." - ], - "signature": [ - "(event: ", - "InternalToolProgressEvent", - ") => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolEventHandlerFn.$1", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.OnechatEvent", - "text": "OnechatEvent" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ChatEventType", - "text": "ChatEventType" - }, - ".toolProgress, ", - "InternalToolProgressEventData", - ">" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerFn", - "type": "Type", - "tags": [], - "label": "ToolHandlerFn", - "description": [ - "\nTool handler function for {@link BuiltinToolDefinition} handlers." - ], - "signature": [ - "(args: TParams, context: ", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerContext", - "text": "ToolHandlerContext" - }, - ") => ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.MaybePromise", - "text": "MaybePromise" - }, - "<", - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerReturn", - "text": "ToolHandlerReturn" - }, - "<", - { - "pluginId": "@kbn/onechat-common", - "scope": "common", - "docId": "kibKbnOnechatCommonPluginApi", - "section": "def-common.ToolResult", - "text": "ToolResult" - }, - ">>>" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerFn.$1", - "type": "Uncategorized", - "tags": [], - "label": "args", - "description": [], - "signature": [ - "TParams" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerFn.$2", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "@kbn/onechat-server", - "scope": "common", - "docId": "kibKbnOnechatServerPluginApi", - "section": "def-common.ToolHandlerContext", - "text": "ToolHandlerContext" - } - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerResult", - "type": "Type", - "tags": [], - "label": "ToolHandlerResult", - "description": [ - "\nTool result as returned by the tool handler." - ], - "signature": [ - "Omit & { tool_result_id?: string | undefined; }" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolHandlerReturn", - "type": "Type", - "tags": [], - "label": "ToolHandlerReturn", - "description": [ - "\nReturn value for {@link ToolHandlerFn} / {@link BuiltinToolDefinition}" - ], - "signature": [ - "ToolHandlerPromptReturn", - " | ", - "ToolHandlerStandardReturn", - "" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/tools/handler.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProgressEmitterFn", - "type": "Type", - "tags": [], - "label": "ToolProgressEmitterFn", - "description": [ - "\nProgress event reporter, sending a tool progress event based on the provided progress info" - ], - "signature": [ - "(progressMessage: string) => void" - ], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "@kbn/onechat-server", - "id": "def-common.ToolProgressEmitterFn.$1", - "type": "string", - "tags": [], - "label": "progressMessage", - "description": [], - "path": "x-pack/platform/packages/shared/onechat/onechat-server/runner/events.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], - "objects": [] - } -} \ No newline at end of file diff --git a/api_docs/kbn_onechat_server.mdx b/api_docs/kbn_onechat_server.mdx deleted file mode 100644 index 445e735fa0e3e..0000000000000 --- a/api_docs/kbn_onechat_server.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -#### -#### 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: kibKbnOnechatServerPluginApi -slug: /kibana-dev-docs/api/kbn-onechat-server -title: "@kbn/onechat-server" -image: https://source.unsplash.com/400x175/?github -description: API docs for the @kbn/onechat-server plugin -date: 2025-12-19 -tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-server'] ---- -import kbnOnechatServerObj from './kbn_onechat_server.devdocs.json'; - - - -Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin. - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 200 | 0 | 78 | 12 | - -## Common - -### Functions - - -### Interfaces - - -### Consts, variables and types - - diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index a77de64c6e19f..605f7e0c923ea 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: 2025-12-19 +date: 2026-01-07 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 8c1dbfb3e8f67..517f4e83752c1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_opentelemetry_attributes.mdx b/api_docs/kbn_opentelemetry_attributes.mdx index ae2305bb6a2e5..d5ccb32df8865 100644 --- a/api_docs/kbn_opentelemetry_attributes.mdx +++ b/api_docs/kbn_opentelemetry_attributes.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-opentelemetry-attributes title: "@kbn/opentelemetry-attributes" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/opentelemetry-attributes plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/opentelemetry-attributes'] --- import kbnOpentelemetryAttributesObj from './kbn_opentelemetry_attributes.devdocs.json'; diff --git a/api_docs/kbn_opentelemetry_utils.mdx b/api_docs/kbn_opentelemetry_utils.mdx index 558ce905a4b75..45900111a0a52 100644 --- a/api_docs/kbn_opentelemetry_utils.mdx +++ b/api_docs/kbn_opentelemetry_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-opentelemetry-utils title: "@kbn/opentelemetry-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/opentelemetry-utils plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/opentelemetry-utils'] --- import kbnOpentelemetryUtilsObj from './kbn_opentelemetry_utils.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index 0dae2e10fb57b..25614c0aa8b13 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: 2025-12-19 +date: 2026-01-07 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 3c3bfc7263207..ffaa2b627f597 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: 2025-12-19 +date: 2026-01-07 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 fa5051367046f..b0b24b925fd7a 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: 2025-12-19 +date: 2026-01-07 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_otel_demo.mdx b/api_docs/kbn_otel_demo.mdx index c9c43e212a27f..8384bcfe5c565 100644 --- a/api_docs/kbn_otel_demo.mdx +++ b/api_docs/kbn_otel_demo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-otel-demo title: "@kbn/otel-demo" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/otel-demo plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/otel-demo'] --- import kbnOtelDemoObj from './kbn_otel_demo.devdocs.json'; diff --git a/api_docs/kbn_otel_semantic_conventions.devdocs.json b/api_docs/kbn_otel_semantic_conventions.devdocs.json index dc53c0fc0fa07..77d763b100a52 100644 --- a/api_docs/kbn_otel_semantic_conventions.devdocs.json +++ b/api_docs/kbn_otel_semantic_conventions.devdocs.json @@ -555,7 +555,7 @@ "\nType-safe field names derived from the generated constant" ], "signature": [ - "\"name\" | \"@timestamp\" | \"duration\" | \"status\" | \"container.id\" | \"host.name\" | \"service.name\" | \"client.address\" | \"client.port\" | \"cloud.account.id\" | \"cloud.availability_zone\" | \"cloud.provider\" | \"cloud.region\" | \"container.image.name\" | \"container.name\" | \"destination.address\" | \"destination.port\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"dns.answers\" | \"dns.question.name\" | \"file.extension\" | \"file.name\" | \"file.size\" | \"error.message\" | \"error.type\" | \"faas.coldstart\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.created\" | \"file.directory\" | \"file.fork_name\" | \"file.inode\" | \"file.mode\" | \"file.path\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.type\" | \"http.request.method\" | \"http.response.status_code\" | \"log.file.path\" | \"network.transport\" | \"network.type\" | \"process.args_count\" | \"process.command_line\" | \"process.group_leader.pid\" | \"process.interactive\" | \"process.pid\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.pid\" | \"process.title\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"server.address\" | \"server.port\" | \"service.version\" | \"source.address\" | \"source.port\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"user.email\" | \"user.full_name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.roles\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.name\" | \"user_agent.os.version\" | \"user_agent.version\" | \"unit\" | \"kind\" | \"android.app.state\" | \"android.os.api_level\" | \"app.build_id\" | \"app.installation.id\" | \"app.jank.frame_count\" | \"app.jank.period\" | \"app.jank.threshold\" | \"app.screen.coordinate.x\" | \"app.screen.coordinate.y\" | \"app.screen.id\" | \"app.screen.name\" | \"app.widget.id\" | \"app.widget.name\" | \"artifact.attestation.filename\" | \"artifact.attestation.hash\" | \"artifact.attestation.id\" | \"artifact.filename\" | \"artifact.hash\" | \"artifact.purl\" | \"artifact.version\" | \"aspnetcore.authentication.result\" | \"aspnetcore.authentication.scheme\" | \"aspnetcore.authorization.policy\" | \"aspnetcore.authorization.result\" | \"aspnetcore.diagnostics.exception.result\" | \"aspnetcore.diagnostics.handler.type\" | \"aspnetcore.identity.error_code\" | \"aspnetcore.identity.password_check_result\" | \"aspnetcore.identity.result\" | \"aspnetcore.identity.sign_in.result\" | \"aspnetcore.identity.sign_in.type\" | \"aspnetcore.identity.token_purpose\" | \"aspnetcore.identity.token_verified\" | \"aspnetcore.identity.user.update_type\" | \"aspnetcore.identity.user_type\" | \"aspnetcore.memory_pool.owner\" | \"aspnetcore.rate_limiting.policy\" | \"aspnetcore.rate_limiting.result\" | \"aspnetcore.request.is_unhandled\" | \"aspnetcore.routing.is_fallback\" | \"aspnetcore.routing.match_status\" | \"aspnetcore.sign_in.is_persistent\" | \"aspnetcore.user.is_authenticated\" | \"aws.bedrock.guardrail.id\" | \"aws.bedrock.knowledge_base.id\" | \"aws.dynamodb.attribute_definitions\" | \"aws.dynamodb.attributes_to_get\" | \"aws.dynamodb.consistent_read\" | \"aws.dynamodb.consumed_capacity\" | \"aws.dynamodb.count\" | \"aws.dynamodb.exclusive_start_table\" | \"aws.dynamodb.global_secondary_index_updates\" | \"aws.dynamodb.global_secondary_indexes\" | \"aws.dynamodb.index_name\" | \"aws.dynamodb.item_collection_metrics\" | \"aws.dynamodb.limit\" | \"aws.dynamodb.local_secondary_indexes\" | \"aws.dynamodb.projection\" | \"aws.dynamodb.provisioned_read_capacity\" | \"aws.dynamodb.provisioned_write_capacity\" | \"aws.dynamodb.scan_forward\" | \"aws.dynamodb.scanned_count\" | \"aws.dynamodb.segment\" | \"aws.dynamodb.select\" | \"aws.dynamodb.table_count\" | \"aws.dynamodb.table_names\" | \"aws.dynamodb.total_segments\" | \"aws.ecs.cluster.arn\" | \"aws.ecs.container.arn\" | \"aws.ecs.launchtype\" | \"aws.ecs.task.arn\" | \"aws.ecs.task.family\" | \"aws.ecs.task.id\" | \"aws.ecs.task.revision\" | \"aws.eks.cluster.arn\" | \"aws.extended_request_id\" | \"aws.kinesis.stream_name\" | \"aws.lambda.invoked_arn\" | \"aws.lambda.resource_mapping.id\" | \"aws.log.group.arns\" | \"aws.log.group.names\" | \"aws.log.stream.arns\" | \"aws.log.stream.names\" | \"aws.request_id\" | \"aws.s3.bucket\" | \"aws.s3.copy_source\" | \"aws.s3.delete\" | \"aws.s3.key\" | \"aws.s3.part_number\" | \"aws.s3.upload_id\" | \"aws.secretsmanager.secret.arn\" | \"aws.sns.topic.arn\" | \"aws.sqs.queue.url\" | \"aws.step_functions.activity.arn\" | \"aws.step_functions.state_machine.arn\" | \"azure.client.id\" | \"azure.cosmosdb.connection.mode\" | \"azure.cosmosdb.consistency.level\" | \"azure.cosmosdb.operation.contacted_regions\" | \"azure.cosmosdb.operation.request_charge\" | \"azure.cosmosdb.request.body.size\" | \"azure.cosmosdb.response.sub_status_code\" | \"azure.resource_provider.namespace\" | \"azure.service.request.id\" | \"body.structured\" | \"body.text\" | \"browser.brands\" | \"browser.language\" | \"browser.mobile\" | \"browser.platform\" | \"cassandra.consistency.level\" | \"cassandra.coordinator.dc\" | \"cassandra.coordinator.id\" | \"cassandra.page.size\" | \"cassandra.query.idempotent\" | \"cassandra.speculative_execution.count\" | \"cicd.pipeline.action.name\" | \"cicd.pipeline.name\" | \"cicd.pipeline.result\" | \"cicd.pipeline.run.id\" | \"cicd.pipeline.run.state\" | \"cicd.pipeline.run.url.full\" | \"cicd.pipeline.task.name\" | \"cicd.pipeline.task.run.id\" | \"cicd.pipeline.task.run.result\" | \"cicd.pipeline.task.run.url.full\" | \"cicd.pipeline.task.type\" | \"cicd.system.component\" | \"cicd.worker.id\" | \"cicd.worker.name\" | \"cicd.worker.state\" | \"cicd.worker.url.full\" | \"cloud.platform\" | \"cloud.resource_id\" | \"cloudevents.event_id\" | \"cloudevents.event_source\" | \"cloudevents.event_spec_version\" | \"cloudevents.event_subject\" | \"cloudevents.event_type\" | \"cloudfoundry.app.id\" | \"cloudfoundry.app.instance.id\" | \"cloudfoundry.app.name\" | \"cloudfoundry.org.id\" | \"cloudfoundry.org.name\" | \"cloudfoundry.process.id\" | \"cloudfoundry.process.type\" | \"cloudfoundry.space.id\" | \"cloudfoundry.space.name\" | \"cloudfoundry.system.id\" | \"cloudfoundry.system.instance.id\" | \"code.column.number\" | \"code.file.path\" | \"code.function.name\" | \"code.line.number\" | \"code.stacktrace\" | \"container.command\" | \"container.command_args\" | \"container.command_line\" | \"container.csi.plugin.name\" | \"container.csi.volume.id\" | \"container.image.id\" | \"container.image.repo_digests\" | \"container.image.tags\" | \"container.label\" | \"container.runtime.description\" | \"container.runtime.name\" | \"container.runtime.version\" | \"cpu.logical_number\" | \"cpu.mode\" | \"cpython.gc.generation\" | \"db.client.connection.pool.name\" | \"db.client.connection.state\" | \"db.collection.name\" | \"db.namespace\" | \"db.operation.batch.size\" | \"db.operation.name\" | \"db.operation.parameter\" | \"db.query.parameter\" | \"db.query.summary\" | \"db.query.text\" | \"db.response.returned_rows\" | \"db.response.status_code\" | \"db.stored_procedure.name\" | \"db.system.name\" | \"deployment.environment.name\" | \"deployment.id\" | \"deployment.name\" | \"deployment.status\" | \"disk.io.direction\" | \"dotnet.gc.heap.generation\" | \"dropped_attributes_count\" | \"dropped_events_count\" | \"dropped_links_count\" | \"elasticsearch.node.name\" | \"enduser.id\" | \"enduser.pseudo.id\" | \"event_name\" | \"exception.message\" | \"exception.stacktrace\" | \"exception.type\" | \"faas.cron\" | \"faas.document.collection\" | \"faas.document.name\" | \"faas.document.operation\" | \"faas.document.time\" | \"faas.instance\" | \"faas.invocation_id\" | \"faas.invoked_name\" | \"faas.invoked_provider\" | \"faas.invoked_region\" | \"faas.max_memory\" | \"faas.time\" | \"faas.trigger\" | \"feature_flag.context.id\" | \"feature_flag.key\" | \"feature_flag.provider.name\" | \"feature_flag.result.reason\" | \"feature_flag.result.value\" | \"feature_flag.result.variant\" | \"feature_flag.set.id\" | \"feature_flag.version\" | \"file.changed\" | \"file.group.id\" | \"file.group.name\" | \"file.modified\" | \"file.owner.id\" | \"file.owner.name\" | \"file.symbolic_link.target_path\" | \"gcp.apphub.application.container\" | \"gcp.apphub.application.id\" | \"gcp.apphub.application.location\" | \"gcp.apphub.service.criticality_type\" | \"gcp.apphub.service.environment_type\" | \"gcp.apphub.service.id\" | \"gcp.apphub.workload.criticality_type\" | \"gcp.apphub.workload.environment_type\" | \"gcp.apphub.workload.id\" | \"gcp.apphub_destination.application.container\" | \"gcp.apphub_destination.application.id\" | \"gcp.apphub_destination.application.location\" | \"gcp.apphub_destination.service.criticality_type\" | \"gcp.apphub_destination.service.environment_type\" | \"gcp.apphub_destination.service.id\" | \"gcp.apphub_destination.workload.criticality_type\" | \"gcp.apphub_destination.workload.environment_type\" | \"gcp.apphub_destination.workload.id\" | \"gcp.client.service\" | \"gcp.cloud_run.job.execution\" | \"gcp.cloud_run.job.task_index\" | \"gcp.gce.instance.hostname\" | \"gcp.gce.instance.name\" | \"gen_ai.agent.description\" | \"gen_ai.agent.id\" | \"gen_ai.agent.name\" | \"gen_ai.conversation.id\" | \"gen_ai.data_source.id\" | \"gen_ai.embeddings.dimension.count\" | \"gen_ai.evaluation.explanation\" | \"gen_ai.evaluation.name\" | \"gen_ai.evaluation.score.label\" | \"gen_ai.evaluation.score.value\" | \"gen_ai.input.messages\" | \"gen_ai.operation.name\" | \"gen_ai.output.messages\" | \"gen_ai.output.type\" | \"gen_ai.provider.name\" | \"gen_ai.request.choice.count\" | \"gen_ai.request.encoding_formats\" | \"gen_ai.request.frequency_penalty\" | \"gen_ai.request.max_tokens\" | \"gen_ai.request.model\" | \"gen_ai.request.presence_penalty\" | \"gen_ai.request.seed\" | \"gen_ai.request.stop_sequences\" | \"gen_ai.request.temperature\" | \"gen_ai.request.top_k\" | \"gen_ai.request.top_p\" | \"gen_ai.response.finish_reasons\" | \"gen_ai.response.id\" | \"gen_ai.response.model\" | \"gen_ai.system_instructions\" | \"gen_ai.token.type\" | \"gen_ai.tool.call.arguments\" | \"gen_ai.tool.call.id\" | \"gen_ai.tool.call.result\" | \"gen_ai.tool.definitions\" | \"gen_ai.tool.description\" | \"gen_ai.tool.name\" | \"gen_ai.tool.type\" | \"gen_ai.usage.input_tokens\" | \"gen_ai.usage.output_tokens\" | \"geo.continent.code\" | \"geo.country.iso_code\" | \"geo.locality.name\" | \"geo.location.lat\" | \"geo.location.lon\" | \"geo.postal_code\" | \"geo.region.iso_code\" | \"go.memory.type\" | \"graphql.document\" | \"graphql.operation.name\" | \"graphql.operation.type\" | \"heroku.app.id\" | \"heroku.release.commit\" | \"heroku.release.creation_timestamp\" | \"host.arch\" | \"host.cpu.cache.l2.size\" | \"host.cpu.family\" | \"host.cpu.model.id\" | \"host.cpu.model.name\" | \"host.cpu.stepping\" | \"host.cpu.vendor.id\" | \"host.image.id\" | \"host.image.name\" | \"host.image.version\" | \"http.connection.state\" | \"http.request.body.size\" | \"http.request.header\" | \"http.request.method_original\" | \"http.request.resend_count\" | \"http.request.size\" | \"http.response.body.size\" | \"http.response.header\" | \"http.response.size\" | \"http.route\" | \"hw.battery.capacity\" | \"hw.battery.chemistry\" | \"hw.battery.state\" | \"hw.bios_version\" | \"hw.driver_version\" | \"hw.enclosure.type\" | \"hw.firmware_version\" | \"hw.gpu.task\" | \"hw.id\" | \"hw.limit_type\" | \"hw.logical_disk.raid_level\" | \"hw.logical_disk.state\" | \"hw.memory.type\" | \"hw.model\" | \"hw.name\" | \"hw.network.logical_addresses\" | \"hw.network.physical_address\" | \"hw.parent\" | \"hw.physical_disk.smart_attribute\" | \"hw.physical_disk.state\" | \"hw.physical_disk.type\" | \"hw.sensor_location\" | \"hw.serial_number\" | \"hw.state\" | \"hw.tape_drive.operation_type\" | \"hw.type\" | \"hw.vendor\" | \"ios.app.state\" | \"jsonrpc.protocol.version\" | \"jsonrpc.request.id\" | \"jvm.buffer.pool.name\" | \"jvm.gc.action\" | \"jvm.gc.cause\" | \"jvm.gc.name\" | \"jvm.memory.pool.name\" | \"jvm.memory.type\" | \"jvm.thread.daemon\" | \"jvm.thread.state\" | \"k8s.cluster.name\" | \"k8s.cluster.uid\" | \"k8s.container.name\" | \"k8s.container.restart_count\" | \"k8s.container.status.last_terminated_reason\" | \"k8s.container.status.reason\" | \"k8s.container.status.state\" | \"k8s.cronjob.annotation\" | \"k8s.cronjob.label\" | \"k8s.cronjob.name\" | \"k8s.cronjob.uid\" | \"k8s.daemonset.annotation\" | \"k8s.daemonset.label\" | \"k8s.daemonset.name\" | \"k8s.daemonset.uid\" | \"k8s.deployment.annotation\" | \"k8s.deployment.label\" | \"k8s.deployment.name\" | \"k8s.deployment.uid\" | \"k8s.hpa.metric.type\" | \"k8s.hpa.name\" | \"k8s.hpa.scaletargetref.api_version\" | \"k8s.hpa.scaletargetref.kind\" | \"k8s.hpa.scaletargetref.name\" | \"k8s.hpa.uid\" | \"k8s.hugepage.size\" | \"k8s.job.annotation\" | \"k8s.job.label\" | \"k8s.job.name\" | \"k8s.job.uid\" | \"k8s.namespace.annotation\" | \"k8s.namespace.label\" | \"k8s.namespace.name\" | \"k8s.namespace.phase\" | \"k8s.node.annotation\" | \"k8s.node.condition.status\" | \"k8s.node.condition.type\" | \"k8s.node.label\" | \"k8s.node.name\" | \"k8s.node.uid\" | \"k8s.pod.annotation\" | \"k8s.pod.hostname\" | \"k8s.pod.ip\" | \"k8s.pod.label\" | \"k8s.pod.name\" | \"k8s.pod.start_time\" | \"k8s.pod.status.phase\" | \"k8s.pod.status.reason\" | \"k8s.pod.uid\" | \"k8s.replicaset.annotation\" | \"k8s.replicaset.label\" | \"k8s.replicaset.name\" | \"k8s.replicaset.uid\" | \"k8s.replicationcontroller.name\" | \"k8s.replicationcontroller.uid\" | \"k8s.resourcequota.name\" | \"k8s.resourcequota.resource_name\" | \"k8s.resourcequota.uid\" | \"k8s.statefulset.annotation\" | \"k8s.statefulset.label\" | \"k8s.statefulset.name\" | \"k8s.statefulset.uid\" | \"k8s.storageclass.name\" | \"k8s.volume.name\" | \"k8s.volume.type\" | \"links\" | \"links.attributes\" | \"links.dropped_attributes_count\" | \"links.span_id\" | \"links.trace_id\" | \"links.trace_state\" | \"log.file.name\" | \"log.file.name_resolved\" | \"log.file.path_resolved\" | \"log.iostream\" | \"log.record.original\" | \"log.record.uid\" | \"mainframe.lpar.name\" | \"messaging.batch.message_count\" | \"messaging.client.id\" | \"messaging.consumer.group.name\" | \"messaging.destination.anonymous\" | \"messaging.destination.name\" | \"messaging.destination.partition.id\" | \"messaging.destination.subscription.name\" | \"messaging.destination.template\" | \"messaging.destination.temporary\" | \"messaging.eventhubs.message.enqueued_time\" | \"messaging.gcp_pubsub.message.ack_deadline\" | \"messaging.gcp_pubsub.message.ack_id\" | \"messaging.gcp_pubsub.message.delivery_attempt\" | \"messaging.gcp_pubsub.message.ordering_key\" | \"messaging.kafka.message.key\" | \"messaging.kafka.message.tombstone\" | \"messaging.kafka.offset\" | \"messaging.message.body.size\" | \"messaging.message.conversation_id\" | \"messaging.message.envelope.size\" | \"messaging.message.id\" | \"messaging.operation.name\" | \"messaging.operation.type\" | \"messaging.rabbitmq.destination.routing_key\" | \"messaging.rabbitmq.message.delivery_tag\" | \"messaging.rocketmq.consumption_model\" | \"messaging.rocketmq.message.delay_time_level\" | \"messaging.rocketmq.message.delivery_timestamp\" | \"messaging.rocketmq.message.group\" | \"messaging.rocketmq.message.keys\" | \"messaging.rocketmq.message.tag\" | \"messaging.rocketmq.message.type\" | \"messaging.rocketmq.namespace\" | \"messaging.servicebus.disposition_status\" | \"messaging.servicebus.message.delivery_count\" | \"messaging.servicebus.message.enqueued_time\" | \"messaging.system\" | \"metrics.aspnetcore.authentication.authenticate.duration\" | \"metrics.aspnetcore.authentication.challenges\" | \"metrics.aspnetcore.authentication.forbids\" | \"metrics.aspnetcore.authentication.sign_ins\" | \"metrics.aspnetcore.authentication.sign_outs\" | \"metrics.aspnetcore.authorization.attempts\" | \"metrics.aspnetcore.diagnostics.exceptions\" | \"metrics.aspnetcore.identity.sign_in.authenticate.duration\" | \"metrics.aspnetcore.identity.sign_in.check_password_attempts\" | \"metrics.aspnetcore.identity.sign_in.sign_ins\" | \"metrics.aspnetcore.identity.sign_in.sign_outs\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_forgotten\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_remembered\" | \"metrics.aspnetcore.identity.user.check_password_attempts\" | \"metrics.aspnetcore.identity.user.create.duration\" | \"metrics.aspnetcore.identity.user.delete.duration\" | \"metrics.aspnetcore.identity.user.generated_tokens\" | \"metrics.aspnetcore.identity.user.update.duration\" | \"metrics.aspnetcore.identity.user.verify_token_attempts\" | \"metrics.aspnetcore.memory_pool.allocated\" | \"metrics.aspnetcore.memory_pool.evicted\" | \"metrics.aspnetcore.memory_pool.pooled\" | \"metrics.aspnetcore.memory_pool.rented\" | \"metrics.aspnetcore.rate_limiting.active_request_leases\" | \"metrics.aspnetcore.rate_limiting.queued_requests\" | \"metrics.aspnetcore.rate_limiting.request.time_in_queue\" | \"metrics.aspnetcore.rate_limiting.request_lease.duration\" | \"metrics.aspnetcore.rate_limiting.requests\" | \"metrics.aspnetcore.routing.match_attempts\" | \"metrics.azure.cosmosdb.client.active_instance.count\" | \"metrics.azure.cosmosdb.client.operation.request_charge\" | \"metrics.cicd.pipeline.run.active\" | \"metrics.cicd.pipeline.run.duration\" | \"metrics.cicd.pipeline.run.errors\" | \"metrics.cicd.system.errors\" | \"metrics.cicd.worker.count\" | \"metrics.container.cpu.time\" | \"metrics.container.cpu.usage\" | \"metrics.container.disk.io\" | \"metrics.container.filesystem.available\" | \"metrics.container.filesystem.capacity\" | \"metrics.container.filesystem.usage\" | \"metrics.container.memory.available\" | \"metrics.container.memory.paging.faults\" | \"metrics.container.memory.rss\" | \"metrics.container.memory.usage\" | \"metrics.container.memory.working_set\" | \"metrics.container.network.io\" | \"metrics.container.uptime\" | \"metrics.cpython.gc.collected_objects\" | \"metrics.cpython.gc.collections\" | \"metrics.cpython.gc.uncollectable_objects\" | \"metrics.db.client.connection.count\" | \"metrics.db.client.connection.create_time\" | \"metrics.db.client.connection.idle.max\" | \"metrics.db.client.connection.idle.min\" | \"metrics.db.client.connection.max\" | \"metrics.db.client.connection.pending_requests\" | \"metrics.db.client.connection.timeouts\" | \"metrics.db.client.connection.use_time\" | \"metrics.db.client.connection.wait_time\" | \"metrics.db.client.operation.duration\" | \"metrics.db.client.response.returned_rows\" | \"metrics.dns.lookup.duration\" | \"metrics.dotnet.assembly.count\" | \"metrics.dotnet.exceptions\" | \"metrics.dotnet.gc.collections\" | \"metrics.dotnet.gc.heap.total_allocated\" | \"metrics.dotnet.gc.last_collection.heap.fragmentation.size\" | \"metrics.dotnet.gc.last_collection.heap.size\" | \"metrics.dotnet.gc.last_collection.memory.committed_size\" | \"metrics.dotnet.gc.pause.time\" | \"metrics.dotnet.jit.compilation.time\" | \"metrics.dotnet.jit.compiled_il.size\" | \"metrics.dotnet.jit.compiled_methods\" | \"metrics.dotnet.monitor.lock_contentions\" | \"metrics.dotnet.process.cpu.count\" | \"metrics.dotnet.process.cpu.time\" | \"metrics.dotnet.process.memory.working_set\" | \"metrics.dotnet.thread_pool.queue.length\" | \"metrics.dotnet.thread_pool.thread.count\" | \"metrics.dotnet.thread_pool.work_item.count\" | \"metrics.dotnet.timer.count\" | \"metrics.faas.coldstarts\" | \"metrics.faas.cpu_usage\" | \"metrics.faas.errors\" | \"metrics.faas.init_duration\" | \"metrics.faas.invocations\" | \"metrics.faas.invoke_duration\" | \"metrics.faas.mem_usage\" | \"metrics.faas.net_io\" | \"metrics.faas.timeouts\" | \"metrics.gen_ai.client.operation.duration\" | \"metrics.gen_ai.client.token.usage\" | \"metrics.gen_ai.server.request.duration\" | \"metrics.gen_ai.server.time_per_output_token\" | \"metrics.gen_ai.server.time_to_first_token\" | \"metrics.go.config.gogc\" | \"metrics.go.goroutine.count\" | \"metrics.go.memory.allocated\" | \"metrics.go.memory.allocations\" | \"metrics.go.memory.gc.goal\" | \"metrics.go.memory.limit\" | \"metrics.go.memory.used\" | \"metrics.go.processor.limit\" | \"metrics.go.schedule.duration\" | \"metrics.http.client.active_requests\" | \"metrics.http.client.connection.duration\" | \"metrics.http.client.open_connections\" | \"metrics.http.client.request.body.size\" | \"metrics.http.client.request.duration\" | \"metrics.http.client.response.body.size\" | \"metrics.http.server.active_requests\" | \"metrics.http.server.request.body.size\" | \"metrics.http.server.request.duration\" | \"metrics.http.server.response.body.size\" | \"metrics.hw.battery.charge\" | \"metrics.hw.battery.charge.limit\" | \"metrics.hw.battery.time_left\" | \"metrics.hw.cpu.speed\" | \"metrics.hw.cpu.speed.limit\" | \"metrics.hw.energy\" | \"metrics.hw.errors\" | \"metrics.hw.fan.speed\" | \"metrics.hw.fan.speed.limit\" | \"metrics.hw.fan.speed_ratio\" | \"metrics.hw.gpu.io\" | \"metrics.hw.gpu.memory.limit\" | \"metrics.hw.gpu.memory.usage\" | \"metrics.hw.gpu.memory.utilization\" | \"metrics.hw.gpu.utilization\" | \"metrics.hw.host.ambient_temperature\" | \"metrics.hw.host.energy\" | \"metrics.hw.host.heating_margin\" | \"metrics.hw.host.power\" | \"metrics.hw.logical_disk.limit\" | \"metrics.hw.logical_disk.usage\" | \"metrics.hw.logical_disk.utilization\" | \"metrics.hw.memory.size\" | \"metrics.hw.network.bandwidth.limit\" | \"metrics.hw.network.bandwidth.utilization\" | \"metrics.hw.network.io\" | \"metrics.hw.network.packets\" | \"metrics.hw.network.up\" | \"metrics.hw.physical_disk.endurance_utilization\" | \"metrics.hw.physical_disk.size\" | \"metrics.hw.physical_disk.smart\" | \"metrics.hw.power\" | \"metrics.hw.power_supply.limit\" | \"metrics.hw.power_supply.usage\" | \"metrics.hw.power_supply.utilization\" | \"metrics.hw.status\" | \"metrics.hw.tape_drive.operations\" | \"metrics.hw.temperature\" | \"metrics.hw.temperature.limit\" | \"metrics.hw.voltage\" | \"metrics.hw.voltage.limit\" | \"metrics.hw.voltage.nominal\" | \"metrics.jvm.buffer.count\" | \"metrics.jvm.buffer.memory.limit\" | \"metrics.jvm.buffer.memory.used\" | \"metrics.jvm.class.count\" | \"metrics.jvm.class.loaded\" | \"metrics.jvm.class.unloaded\" | \"metrics.jvm.cpu.count\" | \"metrics.jvm.cpu.recent_utilization\" | \"metrics.jvm.cpu.time\" | \"metrics.jvm.file_descriptor.count\" | \"metrics.jvm.gc.duration\" | \"metrics.jvm.memory.committed\" | \"metrics.jvm.memory.init\" | \"metrics.jvm.memory.limit\" | \"metrics.jvm.memory.used\" | \"metrics.jvm.memory.used_after_last_gc\" | \"metrics.jvm.system.cpu.load_1m\" | \"metrics.jvm.system.cpu.utilization\" | \"metrics.jvm.thread.count\" | \"metrics.k8s.container.cpu.limit\" | \"metrics.k8s.container.cpu.limit_utilization\" | \"metrics.k8s.container.cpu.request\" | \"metrics.k8s.container.cpu.request_utilization\" | \"metrics.k8s.container.ephemeral_storage.limit\" | \"metrics.k8s.container.ephemeral_storage.request\" | \"metrics.k8s.container.memory.limit\" | \"metrics.k8s.container.memory.request\" | \"metrics.k8s.container.ready\" | \"metrics.k8s.container.restart.count\" | \"metrics.k8s.container.status.reason\" | \"metrics.k8s.container.status.state\" | \"metrics.k8s.container.storage.limit\" | \"metrics.k8s.container.storage.request\" | \"metrics.k8s.cronjob.job.active\" | \"metrics.k8s.daemonset.node.current_scheduled\" | \"metrics.k8s.daemonset.node.desired_scheduled\" | \"metrics.k8s.daemonset.node.misscheduled\" | \"metrics.k8s.daemonset.node.ready\" | \"metrics.k8s.deployment.pod.available\" | \"metrics.k8s.deployment.pod.desired\" | \"metrics.k8s.hpa.metric.target.cpu.average_utilization\" | \"metrics.k8s.hpa.metric.target.cpu.average_value\" | \"metrics.k8s.hpa.metric.target.cpu.value\" | \"metrics.k8s.hpa.pod.current\" | \"metrics.k8s.hpa.pod.desired\" | \"metrics.k8s.hpa.pod.max\" | \"metrics.k8s.hpa.pod.min\" | \"metrics.k8s.job.pod.active\" | \"metrics.k8s.job.pod.desired_successful\" | \"metrics.k8s.job.pod.failed\" | \"metrics.k8s.job.pod.max_parallel\" | \"metrics.k8s.job.pod.successful\" | \"metrics.k8s.namespace.phase\" | \"metrics.k8s.node.condition.status\" | \"metrics.k8s.node.cpu.allocatable\" | \"metrics.k8s.node.cpu.time\" | \"metrics.k8s.node.cpu.usage\" | \"metrics.k8s.node.ephemeral_storage.allocatable\" | \"metrics.k8s.node.filesystem.available\" | \"metrics.k8s.node.filesystem.capacity\" | \"metrics.k8s.node.filesystem.usage\" | \"metrics.k8s.node.memory.allocatable\" | \"metrics.k8s.node.memory.available\" | \"metrics.k8s.node.memory.paging.faults\" | \"metrics.k8s.node.memory.rss\" | \"metrics.k8s.node.memory.usage\" | \"metrics.k8s.node.memory.working_set\" | \"metrics.k8s.node.network.errors\" | \"metrics.k8s.node.network.io\" | \"metrics.k8s.node.pod.allocatable\" | \"metrics.k8s.node.uptime\" | \"metrics.k8s.pod.cpu.time\" | \"metrics.k8s.pod.cpu.usage\" | \"metrics.k8s.pod.filesystem.available\" | \"metrics.k8s.pod.filesystem.capacity\" | \"metrics.k8s.pod.filesystem.usage\" | \"metrics.k8s.pod.memory.available\" | \"metrics.k8s.pod.memory.paging.faults\" | \"metrics.k8s.pod.memory.rss\" | \"metrics.k8s.pod.memory.usage\" | \"metrics.k8s.pod.memory.working_set\" | \"metrics.k8s.pod.network.errors\" | \"metrics.k8s.pod.network.io\" | \"metrics.k8s.pod.status.phase\" | \"metrics.k8s.pod.status.reason\" | \"metrics.k8s.pod.uptime\" | \"metrics.k8s.pod.volume.available\" | \"metrics.k8s.pod.volume.capacity\" | \"metrics.k8s.pod.volume.inode.count\" | \"metrics.k8s.pod.volume.inode.free\" | \"metrics.k8s.pod.volume.inode.used\" | \"metrics.k8s.pod.volume.usage\" | \"metrics.k8s.replicaset.pod.available\" | \"metrics.k8s.replicaset.pod.desired\" | \"metrics.k8s.replicationcontroller.pod.available\" | \"metrics.k8s.replicationcontroller.pod.desired\" | \"metrics.k8s.resourcequota.cpu.limit.hard\" | \"metrics.k8s.resourcequota.cpu.limit.used\" | \"metrics.k8s.resourcequota.cpu.request.hard\" | \"metrics.k8s.resourcequota.cpu.request.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.used\" | \"metrics.k8s.resourcequota.hugepage_count.request.hard\" | \"metrics.k8s.resourcequota.hugepage_count.request.used\" | \"metrics.k8s.resourcequota.memory.limit.hard\" | \"metrics.k8s.resourcequota.memory.limit.used\" | \"metrics.k8s.resourcequota.memory.request.hard\" | \"metrics.k8s.resourcequota.memory.request.used\" | \"metrics.k8s.resourcequota.object_count.hard\" | \"metrics.k8s.resourcequota.object_count.used\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.hard\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.used\" | \"metrics.k8s.resourcequota.storage.request.hard\" | \"metrics.k8s.resourcequota.storage.request.used\" | \"metrics.k8s.statefulset.pod.current\" | \"metrics.k8s.statefulset.pod.desired\" | \"metrics.k8s.statefulset.pod.ready\" | \"metrics.k8s.statefulset.pod.updated\" | \"metrics.kestrel.active_connections\" | \"metrics.kestrel.active_tls_handshakes\" | \"metrics.kestrel.connection.duration\" | \"metrics.kestrel.queued_connections\" | \"metrics.kestrel.queued_requests\" | \"metrics.kestrel.rejected_connections\" | \"metrics.kestrel.tls_handshake.duration\" | \"metrics.kestrel.upgraded_connections\" | \"metrics.messaging.attributes\" | \"metrics.messaging.client.consumed.messages\" | \"metrics.messaging.client.operation.duration\" | \"metrics.messaging.client.sent.messages\" | \"metrics.messaging.consumer.attributes\" | \"metrics.messaging.process.duration\" | \"metrics.nfs.client.net.count\" | \"metrics.nfs.client.net.tcp.connection.accepted\" | \"metrics.nfs.client.operation.count\" | \"metrics.nfs.client.procedure.count\" | \"metrics.nfs.client.rpc.authrefresh.count\" | \"metrics.nfs.client.rpc.count\" | \"metrics.nfs.client.rpc.retransmit.count\" | \"metrics.nfs.server.fh.stale.count\" | \"metrics.nfs.server.io\" | \"metrics.nfs.server.net.count\" | \"metrics.nfs.server.net.tcp.connection.accepted\" | \"metrics.nfs.server.operation.count\" | \"metrics.nfs.server.procedure.count\" | \"metrics.nfs.server.repcache.requests\" | \"metrics.nfs.server.rpc.count\" | \"metrics.nfs.server.thread.count\" | \"metrics.nodejs.eventloop.delay.max\" | \"metrics.nodejs.eventloop.delay.mean\" | \"metrics.nodejs.eventloop.delay.min\" | \"metrics.nodejs.eventloop.delay.p50\" | \"metrics.nodejs.eventloop.delay.p90\" | \"metrics.nodejs.eventloop.delay.p99\" | \"metrics.nodejs.eventloop.delay.stddev\" | \"metrics.nodejs.eventloop.time\" | \"metrics.nodejs.eventloop.utilization\" | \"metrics.openshift.clusterquota.cpu.limit.hard\" | \"metrics.openshift.clusterquota.cpu.limit.used\" | \"metrics.openshift.clusterquota.cpu.request.hard\" | \"metrics.openshift.clusterquota.cpu.request.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.used\" | \"metrics.openshift.clusterquota.hugepage_count.request.hard\" | \"metrics.openshift.clusterquota.hugepage_count.request.used\" | \"metrics.openshift.clusterquota.memory.limit.hard\" | \"metrics.openshift.clusterquota.memory.limit.used\" | \"metrics.openshift.clusterquota.memory.request.hard\" | \"metrics.openshift.clusterquota.memory.request.used\" | \"metrics.openshift.clusterquota.object_count.hard\" | \"metrics.openshift.clusterquota.object_count.used\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.hard\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.used\" | \"metrics.openshift.clusterquota.storage.request.hard\" | \"metrics.openshift.clusterquota.storage.request.used\" | \"metrics.otel.sdk.exporter.log.exported\" | \"metrics.otel.sdk.exporter.log.inflight\" | \"metrics.otel.sdk.exporter.metric_data_point.exported\" | \"metrics.otel.sdk.exporter.metric_data_point.inflight\" | \"metrics.otel.sdk.exporter.operation.duration\" | \"metrics.otel.sdk.exporter.span.exported\" | \"metrics.otel.sdk.exporter.span.inflight\" | \"metrics.otel.sdk.log.created\" | \"metrics.otel.sdk.metric_reader.collection.duration\" | \"metrics.otel.sdk.processor.log.processed\" | \"metrics.otel.sdk.processor.log.queue.capacity\" | \"metrics.otel.sdk.processor.log.queue.size\" | \"metrics.otel.sdk.processor.span.processed\" | \"metrics.otel.sdk.processor.span.queue.capacity\" | \"metrics.otel.sdk.processor.span.queue.size\" | \"metrics.otel.sdk.span.live\" | \"metrics.otel.sdk.span.started\" | \"metrics.process.context_switches\" | \"metrics.process.cpu.time\" | \"metrics.process.cpu.utilization\" | \"metrics.process.disk.io\" | \"metrics.process.memory.usage\" | \"metrics.process.memory.virtual\" | \"metrics.process.network.io\" | \"metrics.process.paging.faults\" | \"metrics.process.thread.count\" | \"metrics.process.unix.file_descriptor.count\" | \"metrics.process.uptime\" | \"metrics.process.windows.handle.count\" | \"metrics.rpc.client.call.duration\" | \"metrics.rpc.client.request.size\" | \"metrics.rpc.client.response.size\" | \"metrics.rpc.server.call.duration\" | \"metrics.rpc.server.request.size\" | \"metrics.rpc.server.response.size\" | \"metrics.signalr.server.active_connections\" | \"metrics.signalr.server.connection.duration\" | \"metrics.system.cpu.frequency\" | \"metrics.system.cpu.logical.count\" | \"metrics.system.cpu.physical.count\" | \"metrics.system.cpu.time\" | \"metrics.system.cpu.utilization\" | \"metrics.system.disk.io\" | \"metrics.system.disk.io_time\" | \"metrics.system.disk.limit\" | \"metrics.system.disk.merged\" | \"metrics.system.disk.operation_time\" | \"metrics.system.disk.operations\" | \"metrics.system.filesystem.limit\" | \"metrics.system.filesystem.usage\" | \"metrics.system.filesystem.utilization\" | \"metrics.system.memory.limit\" | \"metrics.system.memory.linux.available\" | \"metrics.system.memory.linux.slab.usage\" | \"metrics.system.memory.shared\" | \"metrics.system.memory.usage\" | \"metrics.system.memory.utilization\" | \"metrics.system.network.connection.count\" | \"metrics.system.network.errors\" | \"metrics.system.network.io\" | \"metrics.system.network.packet.count\" | \"metrics.system.network.packet.dropped\" | \"metrics.system.paging.faults\" | \"metrics.system.paging.operations\" | \"metrics.system.paging.usage\" | \"metrics.system.paging.utilization\" | \"metrics.system.process.count\" | \"metrics.system.process.created\" | \"metrics.system.uptime\" | \"metrics.v8js.gc.duration\" | \"metrics.v8js.memory.heap.limit\" | \"metrics.v8js.memory.heap.space.available_size\" | \"metrics.v8js.memory.heap.space.physical_size\" | \"metrics.v8js.memory.heap.used\" | \"metrics.vcs.change.count\" | \"metrics.vcs.change.duration\" | \"metrics.vcs.change.time_to_approval\" | \"metrics.vcs.change.time_to_merge\" | \"metrics.vcs.contributor.count\" | \"metrics.vcs.ref.count\" | \"metrics.vcs.ref.lines_delta\" | \"metrics.vcs.ref.revisions_delta\" | \"metrics.vcs.ref.time\" | \"metrics.vcs.repository.count\" | \"network.carrier.icc\" | \"network.carrier.mcc\" | \"network.carrier.mnc\" | \"network.carrier.name\" | \"network.connection.state\" | \"network.connection.subtype\" | \"network.connection.type\" | \"network.interface.name\" | \"network.io.direction\" | \"network.local.address\" | \"network.local.port\" | \"network.peer.address\" | \"network.peer.port\" | \"network.protocol.name\" | \"network.protocol.version\" | \"nfs.operation.name\" | \"nfs.server.repcache.status\" | \"nodejs.eventloop.state\" | \"observed_timestamp\" | \"oci.manifest.digest\" | \"onc_rpc.procedure.name\" | \"onc_rpc.procedure.number\" | \"onc_rpc.program.name\" | \"onc_rpc.version\" | \"openai.request.service_tier\" | \"openai.response.service_tier\" | \"openai.response.system_fingerprint\" | \"openshift.clusterquota.name\" | \"openshift.clusterquota.uid\" | \"opentracing.ref_type\" | \"os.build_id\" | \"os.description\" | \"os.name\" | \"os.type\" | \"os.version\" | \"otel.component.name\" | \"otel.component.type\" | \"otel.event.name\" | \"otel.scope.name\" | \"otel.scope.schema_url\" | \"otel.scope.version\" | \"otel.span.parent.origin\" | \"otel.span.sampling_result\" | \"otel.status_code\" | \"otel.status_description\" | \"parent_span_id\" | \"peer.service\" | \"pprof.location.is_folded\" | \"pprof.mapping.has_filenames\" | \"pprof.mapping.has_functions\" | \"pprof.mapping.has_inline_frames\" | \"pprof.mapping.has_line_numbers\" | \"pprof.profile.comment\" | \"process.command\" | \"process.command_args\" | \"process.context_switch.type\" | \"process.creation.time\" | \"process.environment_variable\" | \"process.executable.build_id.gnu\" | \"process.executable.build_id.go\" | \"process.executable.build_id.htlhash\" | \"process.executable.name\" | \"process.executable.path\" | \"process.exit.code\" | \"process.exit.time\" | \"process.linux.cgroup\" | \"process.owner\" | \"process.parent_pid\" | \"process.runtime.description\" | \"process.runtime.name\" | \"process.runtime.version\" | \"process.state\" | \"profile.frame.type\" | \"resource.dropped_attributes_count\" | \"resource.schema_url\" | \"rpc.message.compressed_size\" | \"rpc.message.id\" | \"rpc.message.type\" | \"rpc.message.uncompressed_size\" | \"rpc.method\" | \"rpc.request.metadata\" | \"rpc.response.metadata\" | \"rpc.response.status_code\" | \"rpc.service\" | \"rpc.system.name\" | \"scope.dropped_attributes_count\" | \"scope.name\" | \"scope.schema_url\" | \"scope.version\" | \"security_rule.category\" | \"security_rule.description\" | \"security_rule.license\" | \"security_rule.name\" | \"security_rule.reference\" | \"security_rule.ruleset.name\" | \"security_rule.uuid\" | \"security_rule.version\" | \"service.instance.id\" | \"service.namespace\" | \"session.id\" | \"session.previous_id\" | \"severity_number\" | \"severity_text\" | \"signalr.connection.status\" | \"signalr.transport\" | \"span_id\" | \"start_timestamp\" | \"status.code\" | \"status.message\" | \"system.device\" | \"system.filesystem.mode\" | \"system.filesystem.mountpoint\" | \"system.filesystem.state\" | \"system.filesystem.type\" | \"system.memory.linux.slab.state\" | \"system.memory.state\" | \"system.paging.direction\" | \"system.paging.fault.type\" | \"system.paging.state\" | \"telemetry.distro.name\" | \"telemetry.distro.version\" | \"telemetry.sdk.language\" | \"telemetry.sdk.name\" | \"telemetry.sdk.version\" | \"test.case.name\" | \"test.case.result.status\" | \"test.suite.name\" | \"test.suite.run.status\" | \"thread.id\" | \"thread.name\" | \"tls.protocol.name\" | \"tls.protocol.version\" | \"trace_id\" | \"trace_state\" | \"url.template\" | \"user_agent.synthetic.type\" | \"v8js.gc.type\" | \"v8js.heap.space.name\" | \"vcs.change.id\" | \"vcs.change.state\" | \"vcs.change.title\" | \"vcs.line_change.type\" | \"vcs.owner.name\" | \"vcs.provider.name\" | \"vcs.ref.base.name\" | \"vcs.ref.base.revision\" | \"vcs.ref.base.type\" | \"vcs.ref.head.name\" | \"vcs.ref.head.revision\" | \"vcs.ref.head.type\" | \"vcs.ref.type\" | \"vcs.repository.name\" | \"vcs.repository.url.full\" | \"vcs.revision_delta.direction\" | \"webengine.description\" | \"webengine.name\" | \"webengine.version\" | \"zos.smf.id\" | \"zos.sysplex.name\"" + "\"name\" | \"@timestamp\" | \"status\" | \"duration\" | \"container.id\" | \"host.name\" | \"service.name\" | \"client.address\" | \"client.port\" | \"cloud.account.id\" | \"cloud.availability_zone\" | \"cloud.provider\" | \"cloud.region\" | \"container.image.name\" | \"container.name\" | \"destination.address\" | \"destination.port\" | \"device.id\" | \"device.manufacturer\" | \"device.model.identifier\" | \"device.model.name\" | \"dns.answers\" | \"dns.question.name\" | \"file.extension\" | \"file.name\" | \"file.size\" | \"error.message\" | \"error.type\" | \"faas.coldstart\" | \"faas.name\" | \"faas.version\" | \"file.accessed\" | \"file.attributes\" | \"file.created\" | \"file.directory\" | \"file.fork_name\" | \"file.inode\" | \"file.mode\" | \"file.path\" | \"host.id\" | \"host.ip\" | \"host.mac\" | \"host.type\" | \"http.request.method\" | \"http.response.status_code\" | \"log.file.path\" | \"network.transport\" | \"network.type\" | \"process.args_count\" | \"process.command_line\" | \"process.group_leader.pid\" | \"process.interactive\" | \"process.pid\" | \"process.real_user.id\" | \"process.real_user.name\" | \"process.saved_user.id\" | \"process.saved_user.name\" | \"process.session_leader.pid\" | \"process.title\" | \"process.user.id\" | \"process.user.name\" | \"process.vpid\" | \"process.working_directory\" | \"server.address\" | \"server.port\" | \"service.version\" | \"source.address\" | \"source.port\" | \"tls.cipher\" | \"tls.client.certificate\" | \"tls.client.certificate_chain\" | \"tls.client.hash.md5\" | \"tls.client.hash.sha1\" | \"tls.client.hash.sha256\" | \"tls.client.issuer\" | \"tls.client.ja3\" | \"tls.client.not_after\" | \"tls.client.not_before\" | \"tls.client.subject\" | \"tls.client.supported_ciphers\" | \"tls.curve\" | \"tls.established\" | \"tls.next_protocol\" | \"tls.resumed\" | \"tls.server.certificate\" | \"tls.server.certificate_chain\" | \"tls.server.hash.md5\" | \"tls.server.hash.sha1\" | \"tls.server.hash.sha256\" | \"tls.server.issuer\" | \"tls.server.ja3s\" | \"tls.server.not_after\" | \"tls.server.not_before\" | \"tls.server.subject\" | \"url.domain\" | \"url.extension\" | \"url.fragment\" | \"url.full\" | \"url.original\" | \"url.path\" | \"url.port\" | \"url.query\" | \"url.registered_domain\" | \"url.scheme\" | \"url.subdomain\" | \"url.top_level_domain\" | \"user.email\" | \"user.full_name\" | \"user.hash\" | \"user.id\" | \"user.name\" | \"user.roles\" | \"user_agent.name\" | \"user_agent.original\" | \"user_agent.os.name\" | \"user_agent.os.version\" | \"user_agent.version\" | \"unit\" | \"kind\" | \"android.app.state\" | \"android.os.api_level\" | \"app.build_id\" | \"app.installation.id\" | \"app.jank.frame_count\" | \"app.jank.period\" | \"app.jank.threshold\" | \"app.screen.coordinate.x\" | \"app.screen.coordinate.y\" | \"app.screen.id\" | \"app.screen.name\" | \"app.widget.id\" | \"app.widget.name\" | \"artifact.attestation.filename\" | \"artifact.attestation.hash\" | \"artifact.attestation.id\" | \"artifact.filename\" | \"artifact.hash\" | \"artifact.purl\" | \"artifact.version\" | \"aspnetcore.authentication.result\" | \"aspnetcore.authentication.scheme\" | \"aspnetcore.authorization.policy\" | \"aspnetcore.authorization.result\" | \"aspnetcore.diagnostics.exception.result\" | \"aspnetcore.diagnostics.handler.type\" | \"aspnetcore.identity.error_code\" | \"aspnetcore.identity.password_check_result\" | \"aspnetcore.identity.result\" | \"aspnetcore.identity.sign_in.result\" | \"aspnetcore.identity.sign_in.type\" | \"aspnetcore.identity.token_purpose\" | \"aspnetcore.identity.token_verified\" | \"aspnetcore.identity.user.update_type\" | \"aspnetcore.identity.user_type\" | \"aspnetcore.memory_pool.owner\" | \"aspnetcore.rate_limiting.policy\" | \"aspnetcore.rate_limiting.result\" | \"aspnetcore.request.is_unhandled\" | \"aspnetcore.routing.is_fallback\" | \"aspnetcore.routing.match_status\" | \"aspnetcore.sign_in.is_persistent\" | \"aspnetcore.user.is_authenticated\" | \"aws.bedrock.guardrail.id\" | \"aws.bedrock.knowledge_base.id\" | \"aws.dynamodb.attribute_definitions\" | \"aws.dynamodb.attributes_to_get\" | \"aws.dynamodb.consistent_read\" | \"aws.dynamodb.consumed_capacity\" | \"aws.dynamodb.count\" | \"aws.dynamodb.exclusive_start_table\" | \"aws.dynamodb.global_secondary_index_updates\" | \"aws.dynamodb.global_secondary_indexes\" | \"aws.dynamodb.index_name\" | \"aws.dynamodb.item_collection_metrics\" | \"aws.dynamodb.limit\" | \"aws.dynamodb.local_secondary_indexes\" | \"aws.dynamodb.projection\" | \"aws.dynamodb.provisioned_read_capacity\" | \"aws.dynamodb.provisioned_write_capacity\" | \"aws.dynamodb.scan_forward\" | \"aws.dynamodb.scanned_count\" | \"aws.dynamodb.segment\" | \"aws.dynamodb.select\" | \"aws.dynamodb.table_count\" | \"aws.dynamodb.table_names\" | \"aws.dynamodb.total_segments\" | \"aws.ecs.cluster.arn\" | \"aws.ecs.container.arn\" | \"aws.ecs.launchtype\" | \"aws.ecs.task.arn\" | \"aws.ecs.task.family\" | \"aws.ecs.task.id\" | \"aws.ecs.task.revision\" | \"aws.eks.cluster.arn\" | \"aws.extended_request_id\" | \"aws.kinesis.stream_name\" | \"aws.lambda.invoked_arn\" | \"aws.lambda.resource_mapping.id\" | \"aws.log.group.arns\" | \"aws.log.group.names\" | \"aws.log.stream.arns\" | \"aws.log.stream.names\" | \"aws.request_id\" | \"aws.s3.bucket\" | \"aws.s3.copy_source\" | \"aws.s3.delete\" | \"aws.s3.key\" | \"aws.s3.part_number\" | \"aws.s3.upload_id\" | \"aws.secretsmanager.secret.arn\" | \"aws.sns.topic.arn\" | \"aws.sqs.queue.url\" | \"aws.step_functions.activity.arn\" | \"aws.step_functions.state_machine.arn\" | \"azure.client.id\" | \"azure.cosmosdb.connection.mode\" | \"azure.cosmosdb.consistency.level\" | \"azure.cosmosdb.operation.contacted_regions\" | \"azure.cosmosdb.operation.request_charge\" | \"azure.cosmosdb.request.body.size\" | \"azure.cosmosdb.response.sub_status_code\" | \"azure.resource_provider.namespace\" | \"azure.service.request.id\" | \"body.structured\" | \"body.text\" | \"browser.brands\" | \"browser.language\" | \"browser.mobile\" | \"browser.platform\" | \"cassandra.consistency.level\" | \"cassandra.coordinator.dc\" | \"cassandra.coordinator.id\" | \"cassandra.page.size\" | \"cassandra.query.idempotent\" | \"cassandra.speculative_execution.count\" | \"cicd.pipeline.action.name\" | \"cicd.pipeline.name\" | \"cicd.pipeline.result\" | \"cicd.pipeline.run.id\" | \"cicd.pipeline.run.state\" | \"cicd.pipeline.run.url.full\" | \"cicd.pipeline.task.name\" | \"cicd.pipeline.task.run.id\" | \"cicd.pipeline.task.run.result\" | \"cicd.pipeline.task.run.url.full\" | \"cicd.pipeline.task.type\" | \"cicd.system.component\" | \"cicd.worker.id\" | \"cicd.worker.name\" | \"cicd.worker.state\" | \"cicd.worker.url.full\" | \"cloud.platform\" | \"cloud.resource_id\" | \"cloudevents.event_id\" | \"cloudevents.event_source\" | \"cloudevents.event_spec_version\" | \"cloudevents.event_subject\" | \"cloudevents.event_type\" | \"cloudfoundry.app.id\" | \"cloudfoundry.app.instance.id\" | \"cloudfoundry.app.name\" | \"cloudfoundry.org.id\" | \"cloudfoundry.org.name\" | \"cloudfoundry.process.id\" | \"cloudfoundry.process.type\" | \"cloudfoundry.space.id\" | \"cloudfoundry.space.name\" | \"cloudfoundry.system.id\" | \"cloudfoundry.system.instance.id\" | \"code.column.number\" | \"code.file.path\" | \"code.function.name\" | \"code.line.number\" | \"code.stacktrace\" | \"container.command\" | \"container.command_args\" | \"container.command_line\" | \"container.csi.plugin.name\" | \"container.csi.volume.id\" | \"container.image.id\" | \"container.image.repo_digests\" | \"container.image.tags\" | \"container.label\" | \"container.runtime.description\" | \"container.runtime.name\" | \"container.runtime.version\" | \"cpu.logical_number\" | \"cpu.mode\" | \"cpython.gc.generation\" | \"db.client.connection.pool.name\" | \"db.client.connection.state\" | \"db.collection.name\" | \"db.namespace\" | \"db.operation.batch.size\" | \"db.operation.name\" | \"db.operation.parameter\" | \"db.query.parameter\" | \"db.query.summary\" | \"db.query.text\" | \"db.response.returned_rows\" | \"db.response.status_code\" | \"db.stored_procedure.name\" | \"db.system.name\" | \"deployment.environment.name\" | \"deployment.id\" | \"deployment.name\" | \"deployment.status\" | \"disk.io.direction\" | \"dotnet.gc.heap.generation\" | \"dropped_attributes_count\" | \"dropped_events_count\" | \"dropped_links_count\" | \"elasticsearch.node.name\" | \"enduser.id\" | \"enduser.pseudo.id\" | \"event_name\" | \"exception.message\" | \"exception.stacktrace\" | \"exception.type\" | \"faas.cron\" | \"faas.document.collection\" | \"faas.document.name\" | \"faas.document.operation\" | \"faas.document.time\" | \"faas.instance\" | \"faas.invocation_id\" | \"faas.invoked_name\" | \"faas.invoked_provider\" | \"faas.invoked_region\" | \"faas.max_memory\" | \"faas.time\" | \"faas.trigger\" | \"feature_flag.context.id\" | \"feature_flag.key\" | \"feature_flag.provider.name\" | \"feature_flag.result.reason\" | \"feature_flag.result.value\" | \"feature_flag.result.variant\" | \"feature_flag.set.id\" | \"feature_flag.version\" | \"file.changed\" | \"file.group.id\" | \"file.group.name\" | \"file.modified\" | \"file.owner.id\" | \"file.owner.name\" | \"file.symbolic_link.target_path\" | \"gcp.apphub.application.container\" | \"gcp.apphub.application.id\" | \"gcp.apphub.application.location\" | \"gcp.apphub.service.criticality_type\" | \"gcp.apphub.service.environment_type\" | \"gcp.apphub.service.id\" | \"gcp.apphub.workload.criticality_type\" | \"gcp.apphub.workload.environment_type\" | \"gcp.apphub.workload.id\" | \"gcp.apphub_destination.application.container\" | \"gcp.apphub_destination.application.id\" | \"gcp.apphub_destination.application.location\" | \"gcp.apphub_destination.service.criticality_type\" | \"gcp.apphub_destination.service.environment_type\" | \"gcp.apphub_destination.service.id\" | \"gcp.apphub_destination.workload.criticality_type\" | \"gcp.apphub_destination.workload.environment_type\" | \"gcp.apphub_destination.workload.id\" | \"gcp.client.service\" | \"gcp.cloud_run.job.execution\" | \"gcp.cloud_run.job.task_index\" | \"gcp.gce.instance.hostname\" | \"gcp.gce.instance.name\" | \"gen_ai.agent.description\" | \"gen_ai.agent.id\" | \"gen_ai.agent.name\" | \"gen_ai.conversation.id\" | \"gen_ai.data_source.id\" | \"gen_ai.embeddings.dimension.count\" | \"gen_ai.evaluation.explanation\" | \"gen_ai.evaluation.name\" | \"gen_ai.evaluation.score.label\" | \"gen_ai.evaluation.score.value\" | \"gen_ai.input.messages\" | \"gen_ai.operation.name\" | \"gen_ai.output.messages\" | \"gen_ai.output.type\" | \"gen_ai.provider.name\" | \"gen_ai.request.choice.count\" | \"gen_ai.request.encoding_formats\" | \"gen_ai.request.frequency_penalty\" | \"gen_ai.request.max_tokens\" | \"gen_ai.request.model\" | \"gen_ai.request.presence_penalty\" | \"gen_ai.request.seed\" | \"gen_ai.request.stop_sequences\" | \"gen_ai.request.temperature\" | \"gen_ai.request.top_k\" | \"gen_ai.request.top_p\" | \"gen_ai.response.finish_reasons\" | \"gen_ai.response.id\" | \"gen_ai.response.model\" | \"gen_ai.system_instructions\" | \"gen_ai.token.type\" | \"gen_ai.tool.call.arguments\" | \"gen_ai.tool.call.id\" | \"gen_ai.tool.call.result\" | \"gen_ai.tool.definitions\" | \"gen_ai.tool.description\" | \"gen_ai.tool.name\" | \"gen_ai.tool.type\" | \"gen_ai.usage.input_tokens\" | \"gen_ai.usage.output_tokens\" | \"geo.continent.code\" | \"geo.country.iso_code\" | \"geo.locality.name\" | \"geo.location.lat\" | \"geo.location.lon\" | \"geo.postal_code\" | \"geo.region.iso_code\" | \"go.memory.type\" | \"graphql.document\" | \"graphql.operation.name\" | \"graphql.operation.type\" | \"heroku.app.id\" | \"heroku.release.commit\" | \"heroku.release.creation_timestamp\" | \"host.arch\" | \"host.cpu.cache.l2.size\" | \"host.cpu.family\" | \"host.cpu.model.id\" | \"host.cpu.model.name\" | \"host.cpu.stepping\" | \"host.cpu.vendor.id\" | \"host.image.id\" | \"host.image.name\" | \"host.image.version\" | \"http.connection.state\" | \"http.request.body.size\" | \"http.request.header\" | \"http.request.method_original\" | \"http.request.resend_count\" | \"http.request.size\" | \"http.response.body.size\" | \"http.response.header\" | \"http.response.size\" | \"http.route\" | \"hw.battery.capacity\" | \"hw.battery.chemistry\" | \"hw.battery.state\" | \"hw.bios_version\" | \"hw.driver_version\" | \"hw.enclosure.type\" | \"hw.firmware_version\" | \"hw.gpu.task\" | \"hw.id\" | \"hw.limit_type\" | \"hw.logical_disk.raid_level\" | \"hw.logical_disk.state\" | \"hw.memory.type\" | \"hw.model\" | \"hw.name\" | \"hw.network.logical_addresses\" | \"hw.network.physical_address\" | \"hw.parent\" | \"hw.physical_disk.smart_attribute\" | \"hw.physical_disk.state\" | \"hw.physical_disk.type\" | \"hw.sensor_location\" | \"hw.serial_number\" | \"hw.state\" | \"hw.tape_drive.operation_type\" | \"hw.type\" | \"hw.vendor\" | \"ios.app.state\" | \"jsonrpc.protocol.version\" | \"jsonrpc.request.id\" | \"jvm.buffer.pool.name\" | \"jvm.gc.action\" | \"jvm.gc.cause\" | \"jvm.gc.name\" | \"jvm.memory.pool.name\" | \"jvm.memory.type\" | \"jvm.thread.daemon\" | \"jvm.thread.state\" | \"k8s.cluster.name\" | \"k8s.cluster.uid\" | \"k8s.container.name\" | \"k8s.container.restart_count\" | \"k8s.container.status.last_terminated_reason\" | \"k8s.container.status.reason\" | \"k8s.container.status.state\" | \"k8s.cronjob.annotation\" | \"k8s.cronjob.label\" | \"k8s.cronjob.name\" | \"k8s.cronjob.uid\" | \"k8s.daemonset.annotation\" | \"k8s.daemonset.label\" | \"k8s.daemonset.name\" | \"k8s.daemonset.uid\" | \"k8s.deployment.annotation\" | \"k8s.deployment.label\" | \"k8s.deployment.name\" | \"k8s.deployment.uid\" | \"k8s.hpa.metric.type\" | \"k8s.hpa.name\" | \"k8s.hpa.scaletargetref.api_version\" | \"k8s.hpa.scaletargetref.kind\" | \"k8s.hpa.scaletargetref.name\" | \"k8s.hpa.uid\" | \"k8s.hugepage.size\" | \"k8s.job.annotation\" | \"k8s.job.label\" | \"k8s.job.name\" | \"k8s.job.uid\" | \"k8s.namespace.annotation\" | \"k8s.namespace.label\" | \"k8s.namespace.name\" | \"k8s.namespace.phase\" | \"k8s.node.annotation\" | \"k8s.node.condition.status\" | \"k8s.node.condition.type\" | \"k8s.node.label\" | \"k8s.node.name\" | \"k8s.node.uid\" | \"k8s.pod.annotation\" | \"k8s.pod.hostname\" | \"k8s.pod.ip\" | \"k8s.pod.label\" | \"k8s.pod.name\" | \"k8s.pod.start_time\" | \"k8s.pod.status.phase\" | \"k8s.pod.status.reason\" | \"k8s.pod.uid\" | \"k8s.replicaset.annotation\" | \"k8s.replicaset.label\" | \"k8s.replicaset.name\" | \"k8s.replicaset.uid\" | \"k8s.replicationcontroller.name\" | \"k8s.replicationcontroller.uid\" | \"k8s.resourcequota.name\" | \"k8s.resourcequota.resource_name\" | \"k8s.resourcequota.uid\" | \"k8s.statefulset.annotation\" | \"k8s.statefulset.label\" | \"k8s.statefulset.name\" | \"k8s.statefulset.uid\" | \"k8s.storageclass.name\" | \"k8s.volume.name\" | \"k8s.volume.type\" | \"links\" | \"links.attributes\" | \"links.dropped_attributes_count\" | \"links.span_id\" | \"links.trace_id\" | \"links.trace_state\" | \"log.file.name\" | \"log.file.name_resolved\" | \"log.file.path_resolved\" | \"log.iostream\" | \"log.record.original\" | \"log.record.uid\" | \"mainframe.lpar.name\" | \"messaging.batch.message_count\" | \"messaging.client.id\" | \"messaging.consumer.group.name\" | \"messaging.destination.anonymous\" | \"messaging.destination.name\" | \"messaging.destination.partition.id\" | \"messaging.destination.subscription.name\" | \"messaging.destination.template\" | \"messaging.destination.temporary\" | \"messaging.eventhubs.message.enqueued_time\" | \"messaging.gcp_pubsub.message.ack_deadline\" | \"messaging.gcp_pubsub.message.ack_id\" | \"messaging.gcp_pubsub.message.delivery_attempt\" | \"messaging.gcp_pubsub.message.ordering_key\" | \"messaging.kafka.message.key\" | \"messaging.kafka.message.tombstone\" | \"messaging.kafka.offset\" | \"messaging.message.body.size\" | \"messaging.message.conversation_id\" | \"messaging.message.envelope.size\" | \"messaging.message.id\" | \"messaging.operation.name\" | \"messaging.operation.type\" | \"messaging.rabbitmq.destination.routing_key\" | \"messaging.rabbitmq.message.delivery_tag\" | \"messaging.rocketmq.consumption_model\" | \"messaging.rocketmq.message.delay_time_level\" | \"messaging.rocketmq.message.delivery_timestamp\" | \"messaging.rocketmq.message.group\" | \"messaging.rocketmq.message.keys\" | \"messaging.rocketmq.message.tag\" | \"messaging.rocketmq.message.type\" | \"messaging.rocketmq.namespace\" | \"messaging.servicebus.disposition_status\" | \"messaging.servicebus.message.delivery_count\" | \"messaging.servicebus.message.enqueued_time\" | \"messaging.system\" | \"metrics.aspnetcore.authentication.authenticate.duration\" | \"metrics.aspnetcore.authentication.challenges\" | \"metrics.aspnetcore.authentication.forbids\" | \"metrics.aspnetcore.authentication.sign_ins\" | \"metrics.aspnetcore.authentication.sign_outs\" | \"metrics.aspnetcore.authorization.attempts\" | \"metrics.aspnetcore.diagnostics.exceptions\" | \"metrics.aspnetcore.identity.sign_in.authenticate.duration\" | \"metrics.aspnetcore.identity.sign_in.check_password_attempts\" | \"metrics.aspnetcore.identity.sign_in.sign_ins\" | \"metrics.aspnetcore.identity.sign_in.sign_outs\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_forgotten\" | \"metrics.aspnetcore.identity.sign_in.two_factor_clients_remembered\" | \"metrics.aspnetcore.identity.user.check_password_attempts\" | \"metrics.aspnetcore.identity.user.create.duration\" | \"metrics.aspnetcore.identity.user.delete.duration\" | \"metrics.aspnetcore.identity.user.generated_tokens\" | \"metrics.aspnetcore.identity.user.update.duration\" | \"metrics.aspnetcore.identity.user.verify_token_attempts\" | \"metrics.aspnetcore.memory_pool.allocated\" | \"metrics.aspnetcore.memory_pool.evicted\" | \"metrics.aspnetcore.memory_pool.pooled\" | \"metrics.aspnetcore.memory_pool.rented\" | \"metrics.aspnetcore.rate_limiting.active_request_leases\" | \"metrics.aspnetcore.rate_limiting.queued_requests\" | \"metrics.aspnetcore.rate_limiting.request.time_in_queue\" | \"metrics.aspnetcore.rate_limiting.request_lease.duration\" | \"metrics.aspnetcore.rate_limiting.requests\" | \"metrics.aspnetcore.routing.match_attempts\" | \"metrics.azure.cosmosdb.client.active_instance.count\" | \"metrics.azure.cosmosdb.client.operation.request_charge\" | \"metrics.cicd.pipeline.run.active\" | \"metrics.cicd.pipeline.run.duration\" | \"metrics.cicd.pipeline.run.errors\" | \"metrics.cicd.system.errors\" | \"metrics.cicd.worker.count\" | \"metrics.container.cpu.time\" | \"metrics.container.cpu.usage\" | \"metrics.container.disk.io\" | \"metrics.container.filesystem.available\" | \"metrics.container.filesystem.capacity\" | \"metrics.container.filesystem.usage\" | \"metrics.container.memory.available\" | \"metrics.container.memory.paging.faults\" | \"metrics.container.memory.rss\" | \"metrics.container.memory.usage\" | \"metrics.container.memory.working_set\" | \"metrics.container.network.io\" | \"metrics.container.uptime\" | \"metrics.cpython.gc.collected_objects\" | \"metrics.cpython.gc.collections\" | \"metrics.cpython.gc.uncollectable_objects\" | \"metrics.db.client.connection.count\" | \"metrics.db.client.connection.create_time\" | \"metrics.db.client.connection.idle.max\" | \"metrics.db.client.connection.idle.min\" | \"metrics.db.client.connection.max\" | \"metrics.db.client.connection.pending_requests\" | \"metrics.db.client.connection.timeouts\" | \"metrics.db.client.connection.use_time\" | \"metrics.db.client.connection.wait_time\" | \"metrics.db.client.operation.duration\" | \"metrics.db.client.response.returned_rows\" | \"metrics.dns.lookup.duration\" | \"metrics.dotnet.assembly.count\" | \"metrics.dotnet.exceptions\" | \"metrics.dotnet.gc.collections\" | \"metrics.dotnet.gc.heap.total_allocated\" | \"metrics.dotnet.gc.last_collection.heap.fragmentation.size\" | \"metrics.dotnet.gc.last_collection.heap.size\" | \"metrics.dotnet.gc.last_collection.memory.committed_size\" | \"metrics.dotnet.gc.pause.time\" | \"metrics.dotnet.jit.compilation.time\" | \"metrics.dotnet.jit.compiled_il.size\" | \"metrics.dotnet.jit.compiled_methods\" | \"metrics.dotnet.monitor.lock_contentions\" | \"metrics.dotnet.process.cpu.count\" | \"metrics.dotnet.process.cpu.time\" | \"metrics.dotnet.process.memory.working_set\" | \"metrics.dotnet.thread_pool.queue.length\" | \"metrics.dotnet.thread_pool.thread.count\" | \"metrics.dotnet.thread_pool.work_item.count\" | \"metrics.dotnet.timer.count\" | \"metrics.faas.coldstarts\" | \"metrics.faas.cpu_usage\" | \"metrics.faas.errors\" | \"metrics.faas.init_duration\" | \"metrics.faas.invocations\" | \"metrics.faas.invoke_duration\" | \"metrics.faas.mem_usage\" | \"metrics.faas.net_io\" | \"metrics.faas.timeouts\" | \"metrics.gen_ai.client.operation.duration\" | \"metrics.gen_ai.client.token.usage\" | \"metrics.gen_ai.server.request.duration\" | \"metrics.gen_ai.server.time_per_output_token\" | \"metrics.gen_ai.server.time_to_first_token\" | \"metrics.go.config.gogc\" | \"metrics.go.goroutine.count\" | \"metrics.go.memory.allocated\" | \"metrics.go.memory.allocations\" | \"metrics.go.memory.gc.goal\" | \"metrics.go.memory.limit\" | \"metrics.go.memory.used\" | \"metrics.go.processor.limit\" | \"metrics.go.schedule.duration\" | \"metrics.http.client.active_requests\" | \"metrics.http.client.connection.duration\" | \"metrics.http.client.open_connections\" | \"metrics.http.client.request.body.size\" | \"metrics.http.client.request.duration\" | \"metrics.http.client.response.body.size\" | \"metrics.http.server.active_requests\" | \"metrics.http.server.request.body.size\" | \"metrics.http.server.request.duration\" | \"metrics.http.server.response.body.size\" | \"metrics.hw.battery.charge\" | \"metrics.hw.battery.charge.limit\" | \"metrics.hw.battery.time_left\" | \"metrics.hw.cpu.speed\" | \"metrics.hw.cpu.speed.limit\" | \"metrics.hw.energy\" | \"metrics.hw.errors\" | \"metrics.hw.fan.speed\" | \"metrics.hw.fan.speed.limit\" | \"metrics.hw.fan.speed_ratio\" | \"metrics.hw.gpu.io\" | \"metrics.hw.gpu.memory.limit\" | \"metrics.hw.gpu.memory.usage\" | \"metrics.hw.gpu.memory.utilization\" | \"metrics.hw.gpu.utilization\" | \"metrics.hw.host.ambient_temperature\" | \"metrics.hw.host.energy\" | \"metrics.hw.host.heating_margin\" | \"metrics.hw.host.power\" | \"metrics.hw.logical_disk.limit\" | \"metrics.hw.logical_disk.usage\" | \"metrics.hw.logical_disk.utilization\" | \"metrics.hw.memory.size\" | \"metrics.hw.network.bandwidth.limit\" | \"metrics.hw.network.bandwidth.utilization\" | \"metrics.hw.network.io\" | \"metrics.hw.network.packets\" | \"metrics.hw.network.up\" | \"metrics.hw.physical_disk.endurance_utilization\" | \"metrics.hw.physical_disk.size\" | \"metrics.hw.physical_disk.smart\" | \"metrics.hw.power\" | \"metrics.hw.power_supply.limit\" | \"metrics.hw.power_supply.usage\" | \"metrics.hw.power_supply.utilization\" | \"metrics.hw.status\" | \"metrics.hw.tape_drive.operations\" | \"metrics.hw.temperature\" | \"metrics.hw.temperature.limit\" | \"metrics.hw.voltage\" | \"metrics.hw.voltage.limit\" | \"metrics.hw.voltage.nominal\" | \"metrics.jvm.buffer.count\" | \"metrics.jvm.buffer.memory.limit\" | \"metrics.jvm.buffer.memory.used\" | \"metrics.jvm.class.count\" | \"metrics.jvm.class.loaded\" | \"metrics.jvm.class.unloaded\" | \"metrics.jvm.cpu.count\" | \"metrics.jvm.cpu.recent_utilization\" | \"metrics.jvm.cpu.time\" | \"metrics.jvm.file_descriptor.count\" | \"metrics.jvm.gc.duration\" | \"metrics.jvm.memory.committed\" | \"metrics.jvm.memory.init\" | \"metrics.jvm.memory.limit\" | \"metrics.jvm.memory.used\" | \"metrics.jvm.memory.used_after_last_gc\" | \"metrics.jvm.system.cpu.load_1m\" | \"metrics.jvm.system.cpu.utilization\" | \"metrics.jvm.thread.count\" | \"metrics.k8s.container.cpu.limit\" | \"metrics.k8s.container.cpu.limit_utilization\" | \"metrics.k8s.container.cpu.request\" | \"metrics.k8s.container.cpu.request_utilization\" | \"metrics.k8s.container.ephemeral_storage.limit\" | \"metrics.k8s.container.ephemeral_storage.request\" | \"metrics.k8s.container.memory.limit\" | \"metrics.k8s.container.memory.request\" | \"metrics.k8s.container.ready\" | \"metrics.k8s.container.restart.count\" | \"metrics.k8s.container.status.reason\" | \"metrics.k8s.container.status.state\" | \"metrics.k8s.container.storage.limit\" | \"metrics.k8s.container.storage.request\" | \"metrics.k8s.cronjob.job.active\" | \"metrics.k8s.daemonset.node.current_scheduled\" | \"metrics.k8s.daemonset.node.desired_scheduled\" | \"metrics.k8s.daemonset.node.misscheduled\" | \"metrics.k8s.daemonset.node.ready\" | \"metrics.k8s.deployment.pod.available\" | \"metrics.k8s.deployment.pod.desired\" | \"metrics.k8s.hpa.metric.target.cpu.average_utilization\" | \"metrics.k8s.hpa.metric.target.cpu.average_value\" | \"metrics.k8s.hpa.metric.target.cpu.value\" | \"metrics.k8s.hpa.pod.current\" | \"metrics.k8s.hpa.pod.desired\" | \"metrics.k8s.hpa.pod.max\" | \"metrics.k8s.hpa.pod.min\" | \"metrics.k8s.job.pod.active\" | \"metrics.k8s.job.pod.desired_successful\" | \"metrics.k8s.job.pod.failed\" | \"metrics.k8s.job.pod.max_parallel\" | \"metrics.k8s.job.pod.successful\" | \"metrics.k8s.namespace.phase\" | \"metrics.k8s.node.condition.status\" | \"metrics.k8s.node.cpu.allocatable\" | \"metrics.k8s.node.cpu.time\" | \"metrics.k8s.node.cpu.usage\" | \"metrics.k8s.node.ephemeral_storage.allocatable\" | \"metrics.k8s.node.filesystem.available\" | \"metrics.k8s.node.filesystem.capacity\" | \"metrics.k8s.node.filesystem.usage\" | \"metrics.k8s.node.memory.allocatable\" | \"metrics.k8s.node.memory.available\" | \"metrics.k8s.node.memory.paging.faults\" | \"metrics.k8s.node.memory.rss\" | \"metrics.k8s.node.memory.usage\" | \"metrics.k8s.node.memory.working_set\" | \"metrics.k8s.node.network.errors\" | \"metrics.k8s.node.network.io\" | \"metrics.k8s.node.pod.allocatable\" | \"metrics.k8s.node.uptime\" | \"metrics.k8s.pod.cpu.time\" | \"metrics.k8s.pod.cpu.usage\" | \"metrics.k8s.pod.filesystem.available\" | \"metrics.k8s.pod.filesystem.capacity\" | \"metrics.k8s.pod.filesystem.usage\" | \"metrics.k8s.pod.memory.available\" | \"metrics.k8s.pod.memory.paging.faults\" | \"metrics.k8s.pod.memory.rss\" | \"metrics.k8s.pod.memory.usage\" | \"metrics.k8s.pod.memory.working_set\" | \"metrics.k8s.pod.network.errors\" | \"metrics.k8s.pod.network.io\" | \"metrics.k8s.pod.status.phase\" | \"metrics.k8s.pod.status.reason\" | \"metrics.k8s.pod.uptime\" | \"metrics.k8s.pod.volume.available\" | \"metrics.k8s.pod.volume.capacity\" | \"metrics.k8s.pod.volume.inode.count\" | \"metrics.k8s.pod.volume.inode.free\" | \"metrics.k8s.pod.volume.inode.used\" | \"metrics.k8s.pod.volume.usage\" | \"metrics.k8s.replicaset.pod.available\" | \"metrics.k8s.replicaset.pod.desired\" | \"metrics.k8s.replicationcontroller.pod.available\" | \"metrics.k8s.replicationcontroller.pod.desired\" | \"metrics.k8s.resourcequota.cpu.limit.hard\" | \"metrics.k8s.resourcequota.cpu.limit.used\" | \"metrics.k8s.resourcequota.cpu.request.hard\" | \"metrics.k8s.resourcequota.cpu.request.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.limit.used\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.hard\" | \"metrics.k8s.resourcequota.ephemeral_storage.request.used\" | \"metrics.k8s.resourcequota.hugepage_count.request.hard\" | \"metrics.k8s.resourcequota.hugepage_count.request.used\" | \"metrics.k8s.resourcequota.memory.limit.hard\" | \"metrics.k8s.resourcequota.memory.limit.used\" | \"metrics.k8s.resourcequota.memory.request.hard\" | \"metrics.k8s.resourcequota.memory.request.used\" | \"metrics.k8s.resourcequota.object_count.hard\" | \"metrics.k8s.resourcequota.object_count.used\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.hard\" | \"metrics.k8s.resourcequota.persistentvolumeclaim_count.used\" | \"metrics.k8s.resourcequota.storage.request.hard\" | \"metrics.k8s.resourcequota.storage.request.used\" | \"metrics.k8s.statefulset.pod.current\" | \"metrics.k8s.statefulset.pod.desired\" | \"metrics.k8s.statefulset.pod.ready\" | \"metrics.k8s.statefulset.pod.updated\" | \"metrics.kestrel.active_connections\" | \"metrics.kestrel.active_tls_handshakes\" | \"metrics.kestrel.connection.duration\" | \"metrics.kestrel.queued_connections\" | \"metrics.kestrel.queued_requests\" | \"metrics.kestrel.rejected_connections\" | \"metrics.kestrel.tls_handshake.duration\" | \"metrics.kestrel.upgraded_connections\" | \"metrics.messaging.attributes\" | \"metrics.messaging.client.consumed.messages\" | \"metrics.messaging.client.operation.duration\" | \"metrics.messaging.client.sent.messages\" | \"metrics.messaging.consumer.attributes\" | \"metrics.messaging.process.duration\" | \"metrics.nfs.client.net.count\" | \"metrics.nfs.client.net.tcp.connection.accepted\" | \"metrics.nfs.client.operation.count\" | \"metrics.nfs.client.procedure.count\" | \"metrics.nfs.client.rpc.authrefresh.count\" | \"metrics.nfs.client.rpc.count\" | \"metrics.nfs.client.rpc.retransmit.count\" | \"metrics.nfs.server.fh.stale.count\" | \"metrics.nfs.server.io\" | \"metrics.nfs.server.net.count\" | \"metrics.nfs.server.net.tcp.connection.accepted\" | \"metrics.nfs.server.operation.count\" | \"metrics.nfs.server.procedure.count\" | \"metrics.nfs.server.repcache.requests\" | \"metrics.nfs.server.rpc.count\" | \"metrics.nfs.server.thread.count\" | \"metrics.nodejs.eventloop.delay.max\" | \"metrics.nodejs.eventloop.delay.mean\" | \"metrics.nodejs.eventloop.delay.min\" | \"metrics.nodejs.eventloop.delay.p50\" | \"metrics.nodejs.eventloop.delay.p90\" | \"metrics.nodejs.eventloop.delay.p99\" | \"metrics.nodejs.eventloop.delay.stddev\" | \"metrics.nodejs.eventloop.time\" | \"metrics.nodejs.eventloop.utilization\" | \"metrics.openshift.clusterquota.cpu.limit.hard\" | \"metrics.openshift.clusterquota.cpu.limit.used\" | \"metrics.openshift.clusterquota.cpu.request.hard\" | \"metrics.openshift.clusterquota.cpu.request.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.limit.used\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.hard\" | \"metrics.openshift.clusterquota.ephemeral_storage.request.used\" | \"metrics.openshift.clusterquota.hugepage_count.request.hard\" | \"metrics.openshift.clusterquota.hugepage_count.request.used\" | \"metrics.openshift.clusterquota.memory.limit.hard\" | \"metrics.openshift.clusterquota.memory.limit.used\" | \"metrics.openshift.clusterquota.memory.request.hard\" | \"metrics.openshift.clusterquota.memory.request.used\" | \"metrics.openshift.clusterquota.object_count.hard\" | \"metrics.openshift.clusterquota.object_count.used\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.hard\" | \"metrics.openshift.clusterquota.persistentvolumeclaim_count.used\" | \"metrics.openshift.clusterquota.storage.request.hard\" | \"metrics.openshift.clusterquota.storage.request.used\" | \"metrics.otel.sdk.exporter.log.exported\" | \"metrics.otel.sdk.exporter.log.inflight\" | \"metrics.otel.sdk.exporter.metric_data_point.exported\" | \"metrics.otel.sdk.exporter.metric_data_point.inflight\" | \"metrics.otel.sdk.exporter.operation.duration\" | \"metrics.otel.sdk.exporter.span.exported\" | \"metrics.otel.sdk.exporter.span.inflight\" | \"metrics.otel.sdk.log.created\" | \"metrics.otel.sdk.metric_reader.collection.duration\" | \"metrics.otel.sdk.processor.log.processed\" | \"metrics.otel.sdk.processor.log.queue.capacity\" | \"metrics.otel.sdk.processor.log.queue.size\" | \"metrics.otel.sdk.processor.span.processed\" | \"metrics.otel.sdk.processor.span.queue.capacity\" | \"metrics.otel.sdk.processor.span.queue.size\" | \"metrics.otel.sdk.span.live\" | \"metrics.otel.sdk.span.started\" | \"metrics.process.context_switches\" | \"metrics.process.cpu.time\" | \"metrics.process.cpu.utilization\" | \"metrics.process.disk.io\" | \"metrics.process.memory.usage\" | \"metrics.process.memory.virtual\" | \"metrics.process.network.io\" | \"metrics.process.paging.faults\" | \"metrics.process.thread.count\" | \"metrics.process.unix.file_descriptor.count\" | \"metrics.process.uptime\" | \"metrics.process.windows.handle.count\" | \"metrics.rpc.client.call.duration\" | \"metrics.rpc.client.request.size\" | \"metrics.rpc.client.response.size\" | \"metrics.rpc.server.call.duration\" | \"metrics.rpc.server.request.size\" | \"metrics.rpc.server.response.size\" | \"metrics.signalr.server.active_connections\" | \"metrics.signalr.server.connection.duration\" | \"metrics.system.cpu.frequency\" | \"metrics.system.cpu.logical.count\" | \"metrics.system.cpu.physical.count\" | \"metrics.system.cpu.time\" | \"metrics.system.cpu.utilization\" | \"metrics.system.disk.io\" | \"metrics.system.disk.io_time\" | \"metrics.system.disk.limit\" | \"metrics.system.disk.merged\" | \"metrics.system.disk.operation_time\" | \"metrics.system.disk.operations\" | \"metrics.system.filesystem.limit\" | \"metrics.system.filesystem.usage\" | \"metrics.system.filesystem.utilization\" | \"metrics.system.memory.limit\" | \"metrics.system.memory.linux.available\" | \"metrics.system.memory.linux.slab.usage\" | \"metrics.system.memory.shared\" | \"metrics.system.memory.usage\" | \"metrics.system.memory.utilization\" | \"metrics.system.network.connection.count\" | \"metrics.system.network.errors\" | \"metrics.system.network.io\" | \"metrics.system.network.packet.count\" | \"metrics.system.network.packet.dropped\" | \"metrics.system.paging.faults\" | \"metrics.system.paging.operations\" | \"metrics.system.paging.usage\" | \"metrics.system.paging.utilization\" | \"metrics.system.process.count\" | \"metrics.system.process.created\" | \"metrics.system.uptime\" | \"metrics.v8js.gc.duration\" | \"metrics.v8js.memory.heap.limit\" | \"metrics.v8js.memory.heap.space.available_size\" | \"metrics.v8js.memory.heap.space.physical_size\" | \"metrics.v8js.memory.heap.used\" | \"metrics.vcs.change.count\" | \"metrics.vcs.change.duration\" | \"metrics.vcs.change.time_to_approval\" | \"metrics.vcs.change.time_to_merge\" | \"metrics.vcs.contributor.count\" | \"metrics.vcs.ref.count\" | \"metrics.vcs.ref.lines_delta\" | \"metrics.vcs.ref.revisions_delta\" | \"metrics.vcs.ref.time\" | \"metrics.vcs.repository.count\" | \"network.carrier.icc\" | \"network.carrier.mcc\" | \"network.carrier.mnc\" | \"network.carrier.name\" | \"network.connection.state\" | \"network.connection.subtype\" | \"network.connection.type\" | \"network.interface.name\" | \"network.io.direction\" | \"network.local.address\" | \"network.local.port\" | \"network.peer.address\" | \"network.peer.port\" | \"network.protocol.name\" | \"network.protocol.version\" | \"nfs.operation.name\" | \"nfs.server.repcache.status\" | \"nodejs.eventloop.state\" | \"observed_timestamp\" | \"oci.manifest.digest\" | \"onc_rpc.procedure.name\" | \"onc_rpc.procedure.number\" | \"onc_rpc.program.name\" | \"onc_rpc.version\" | \"openai.request.service_tier\" | \"openai.response.service_tier\" | \"openai.response.system_fingerprint\" | \"openshift.clusterquota.name\" | \"openshift.clusterquota.uid\" | \"opentracing.ref_type\" | \"os.build_id\" | \"os.description\" | \"os.name\" | \"os.type\" | \"os.version\" | \"otel.component.name\" | \"otel.component.type\" | \"otel.event.name\" | \"otel.scope.name\" | \"otel.scope.schema_url\" | \"otel.scope.version\" | \"otel.span.parent.origin\" | \"otel.span.sampling_result\" | \"otel.status_code\" | \"otel.status_description\" | \"parent_span_id\" | \"peer.service\" | \"pprof.location.is_folded\" | \"pprof.mapping.has_filenames\" | \"pprof.mapping.has_functions\" | \"pprof.mapping.has_inline_frames\" | \"pprof.mapping.has_line_numbers\" | \"pprof.profile.comment\" | \"process.command\" | \"process.command_args\" | \"process.context_switch.type\" | \"process.creation.time\" | \"process.environment_variable\" | \"process.executable.build_id.gnu\" | \"process.executable.build_id.go\" | \"process.executable.build_id.htlhash\" | \"process.executable.name\" | \"process.executable.path\" | \"process.exit.code\" | \"process.exit.time\" | \"process.linux.cgroup\" | \"process.owner\" | \"process.parent_pid\" | \"process.runtime.description\" | \"process.runtime.name\" | \"process.runtime.version\" | \"process.state\" | \"profile.frame.type\" | \"resource.dropped_attributes_count\" | \"resource.schema_url\" | \"rpc.message.compressed_size\" | \"rpc.message.id\" | \"rpc.message.type\" | \"rpc.message.uncompressed_size\" | \"rpc.method\" | \"rpc.request.metadata\" | \"rpc.response.metadata\" | \"rpc.response.status_code\" | \"rpc.service\" | \"rpc.system.name\" | \"scope.dropped_attributes_count\" | \"scope.name\" | \"scope.schema_url\" | \"scope.version\" | \"security_rule.category\" | \"security_rule.description\" | \"security_rule.license\" | \"security_rule.name\" | \"security_rule.reference\" | \"security_rule.ruleset.name\" | \"security_rule.uuid\" | \"security_rule.version\" | \"service.instance.id\" | \"service.namespace\" | \"session.id\" | \"session.previous_id\" | \"severity_number\" | \"severity_text\" | \"signalr.connection.status\" | \"signalr.transport\" | \"span_id\" | \"start_timestamp\" | \"status.code\" | \"status.message\" | \"system.device\" | \"system.filesystem.mode\" | \"system.filesystem.mountpoint\" | \"system.filesystem.state\" | \"system.filesystem.type\" | \"system.memory.linux.slab.state\" | \"system.memory.state\" | \"system.paging.direction\" | \"system.paging.fault.type\" | \"system.paging.state\" | \"telemetry.distro.name\" | \"telemetry.distro.version\" | \"telemetry.sdk.language\" | \"telemetry.sdk.name\" | \"telemetry.sdk.version\" | \"test.case.name\" | \"test.case.result.status\" | \"test.suite.name\" | \"test.suite.run.status\" | \"thread.id\" | \"thread.name\" | \"tls.protocol.name\" | \"tls.protocol.version\" | \"trace_id\" | \"trace_state\" | \"url.template\" | \"user_agent.synthetic.type\" | \"v8js.gc.type\" | \"v8js.heap.space.name\" | \"vcs.change.id\" | \"vcs.change.state\" | \"vcs.change.title\" | \"vcs.line_change.type\" | \"vcs.owner.name\" | \"vcs.provider.name\" | \"vcs.ref.base.name\" | \"vcs.ref.base.revision\" | \"vcs.ref.base.type\" | \"vcs.ref.head.name\" | \"vcs.ref.head.revision\" | \"vcs.ref.head.type\" | \"vcs.ref.type\" | \"vcs.repository.name\" | \"vcs.repository.url.full\" | \"vcs.revision_delta.direction\" | \"webengine.description\" | \"webengine.name\" | \"webengine.version\" | \"zos.smf.id\" | \"zos.sysplex.name\"" ], "path": "src/platform/packages/shared/kbn-otel-semantic-conventions/src/types/semconv_types.ts", "deprecated": false, diff --git a/api_docs/kbn_otel_semantic_conventions.mdx b/api_docs/kbn_otel_semantic_conventions.mdx index 12cd0ae33e422..7e00774a1e419 100644 --- a/api_docs/kbn_otel_semantic_conventions.mdx +++ b/api_docs/kbn_otel_semantic_conventions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-otel-semantic-conventions title: "@kbn/otel-semantic-conventions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/otel-semantic-conventions plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/otel-semantic-conventions'] --- import kbnOtelSemanticConventionsObj from './kbn_otel_semantic_conventions.devdocs.json'; diff --git a/api_docs/kbn_palettes.mdx b/api_docs/kbn_palettes.mdx index 2e089c5469398..9b5d88efd2543 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: 2025-12-19 +date: 2026-01-07 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 a97c9f7e6901e..3abd62eec8aa0 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: 2025-12-19 +date: 2026-01-07 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 298f176e440d5..223862d94adbf 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: 2025-12-19 +date: 2026-01-07 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 a3145db1c96eb..638f8409732c0 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: 2025-12-19 +date: 2026-01-07 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 71645cf2b96b9..7f6258475fd6f 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: 2025-12-19 +date: 2026-01-07 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 44e047f09de59..c89ccb7312d2b 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: 2025-12-19 +date: 2026-01-07 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 fc24de511b5b0..f63362507b1a3 100644 --- a/api_docs/kbn_presentation_containers.devdocs.json +++ b/api_docs/kbn_presentation_containers.devdocs.json @@ -85,6 +85,166 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeCustomized", + "type": "Function", + "tags": [], + "label": "apiCanBeCustomized", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsCustomizable", + "text": "IsCustomizable" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeCustomized.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeDuplicated", + "type": "Function", + "tags": [], + "label": "apiCanBeDuplicated", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsDuplicable", + "text": "IsDuplicable" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeDuplicated.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeExpanded", + "type": "Function", + "tags": [], + "label": "apiCanBeExpanded", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsExpandable", + "text": "IsExpandable" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBeExpanded.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBePinned", + "type": "Function", + "tags": [], + "label": "apiCanBePinned", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsPinnable", + "text": "IsPinnable" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanBePinned.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.apiCanDuplicatePanels", @@ -207,6 +367,46 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanPinPanels", + "type": "Function", + "tags": [], + "label": "apiCanPinPanels", + "description": [], + "signature": [ + "(api: unknown) => api is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.CanPinPanels", + "text": "CanPinPanels" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiCanPinPanels.$1", + "type": "Unknown", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.apiHasLastSavedChildState", @@ -248,6 +448,46 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiHasSections", + "type": "Function", + "tags": [], + "label": "apiHasSections", + "description": [], + "signature": [ + "(api: unknown) => api is ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSections", + "text": "HasSections" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.apiHasSections.$1", + "type": "Unknown", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.apiHasSerializedChildState", @@ -977,7 +1217,7 @@ "section": "def-public.PanelPackage", "text": "PanelPackage" }, - ", displaySuccessMessage?: boolean | undefined) => Promise" + ", options?: { displaySuccessMessage?: boolean | undefined; scrollToPanel?: boolean | undefined; beside?: string | undefined; } | undefined) => Promise" ], "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, @@ -1008,17 +1248,57 @@ { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.CanAddNewPanel.addNewPanel.$2", - "type": "CompoundType", + "type": "Object", "tags": [], - "label": "displaySuccessMessage", + "label": "options", "description": [], - "signature": [ - "boolean | undefined" - ], "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", "deprecated": false, "trackAdoption": false, - "isRequired": false + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanAddNewPanel.addNewPanel.$2.displaySuccessMessage", + "type": "CompoundType", + "tags": [], + "label": "displaySuccessMessage", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanAddNewPanel.addNewPanel.$2.scrollToPanel", + "type": "CompoundType", + "tags": [], + "label": "scrollToPanel", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanAddNewPanel.addNewPanel.$2.beside", + "type": "string", + "tags": [], + "label": "beside", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/can_add_new_panel.ts", + "deprecated": false, + "trackAdoption": false + } + ] } ], "returnComment": [] @@ -1155,7 +1435,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -1295,9 +1577,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: string | undefined) => void) | undefined): ", "Subscription", @@ -1362,38 +1642,195 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-public.HasLastSavedChildState", + "id": "def-public.CanPinPanels", "type": "Interface", "tags": [], - "label": "HasLastSavedChildState", + "label": "CanPinPanels", "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasLastSavedChildState", - "text": "HasLastSavedChildState" - }, - "" - ], - "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/last_saved_child_state.ts", + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-public.HasLastSavedChildState.lastSavedStateForChild$", + "id": "def-public.CanPinPanels.pinPanel", "type": "Function", "tags": [], - "label": "lastSavedStateForChild$", + "label": "pinPanel", "description": [], "signature": [ - "(childId: string) => ", - "Observable", - "<", - { - "pluginId": "@kbn/presentation-publishing", + "(panelId: string) => void" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.pinPanel.$1", + "type": "string", + "tags": [], + "label": "panelId", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.unpinPanel", + "type": "Function", + "tags": [], + "label": "unpinPanel", + "description": [], + "signature": [ + "(panelId: string) => void" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.unpinPanel.$1", + "type": "string", + "tags": [], + "label": "panelId", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.panelIsPinned", + "type": "Function", + "tags": [], + "label": "panelIsPinned", + "description": [], + "signature": [ + "(panelId: string) => boolean" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.panelIsPinned.$1", + "type": "string", + "tags": [], + "label": "panelId", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.addPinnedPanel", + "type": "Function", + "tags": [], + "label": "addPinnedPanel", + "description": [], + "signature": [ + "(panel: ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.PanelPackage", + "text": "PanelPackage" + }, + ") => Promise" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.CanPinPanels.addPinnedPanel.$1", + "type": "Object", + "tags": [], + "label": "panel", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.PanelPackage", + "text": "PanelPackage" + }, + "" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_management.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasLastSavedChildState", + "type": "Interface", + "tags": [], + "label": "HasLastSavedChildState", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasLastSavedChildState", + "text": "HasLastSavedChildState" + }, + "" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/last_saved_child_state.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasLastSavedChildState.lastSavedStateForChild$", + "type": "Function", + "tags": [], + "label": "lastSavedStateForChild$", + "description": [], + "signature": [ + "(childId: string) => ", + "Observable", + "<", + { + "pluginId": "@kbn/presentation-publishing", "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", "section": "def-public.SerializedPanelState", @@ -1466,6 +1903,71 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasSections", + "type": "Interface", + "tags": [], + "label": "HasSections", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSections", + "text": "HasSections" + }, + " extends ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.CanAddNewSection", + "text": "CanAddNewSection" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasSections.getPanelSection$", + "type": "Function", + "tags": [], + "label": "getPanelSection$", + "description": [], + "signature": [ + "(uuid: string) => ", + "Observable", + "" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasSections.getPanelSection$.$1", + "type": "string", + "tags": [], + "label": "uuid", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/presentation_container.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.HasSerializedChildState", @@ -1530,6 +2032,106 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsCustomizable", + "type": "Interface", + "tags": [], + "label": "IsCustomizable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsCustomizable.isCustomizable", + "type": "boolean", + "tags": [], + "label": "isCustomizable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsDuplicable", + "type": "Interface", + "tags": [], + "label": "IsDuplicable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsDuplicable.isDuplicable", + "type": "boolean", + "tags": [], + "label": "isDuplicable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsExpandable", + "type": "Interface", + "tags": [], + "label": "IsExpandable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsExpandable.isExpandable", + "type": "boolean", + "tags": [], + "label": "isExpandable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsPinnable", + "type": "Interface", + "tags": [], + "label": "IsPinnable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.IsPinnable.isPinnable", + "type": "boolean", + "tags": [], + "label": "isPinnable", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-containers", "id": "def-public.PanelPackage", @@ -1850,7 +2452,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: { [key: string]: ApiType; }; error: (err: any) => void; forEach: { (next: (value: { [key: string]: ApiType; }) => void): Promise; (next: (value: { [key: string]: ApiType; }) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => { [key: string]: ApiType; }; closed: boolean; pipe: { (): ", + " | undefined; readonly value: { [key: string]: ApiType; }; error: (err: any) => void; forEach: { (next: (value: { [key: string]: ApiType; }) => void): Promise; (next: (value: { [key: string]: ApiType; }) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => { [key: string]: ApiType; }; closed: boolean; pipe: { (): ", "Observable", "<{ [key: string]: ApiType; }>; (op1: ", "OperatorFunction", @@ -1990,9 +2594,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "<{ [key: string]: ApiType; }>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "<{ [key: string]: ApiType; }>; subscribe: { (observerOrNext?: Partial<", "Observer", "<{ [key: string]: ApiType; }>> | ((value: { [key: string]: ApiType; }) => void) | undefined): ", "Subscription", @@ -2077,7 +2679,53 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "@kbn/presentation-containers", + "id": "def-public.HasPanelCapabilities", + "type": "Type", + "tags": [], + "label": "HasPanelCapabilities", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsExpandable", + "text": "IsExpandable" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsCustomizable", + "text": "IsCustomizable" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsDuplicable", + "text": "IsDuplicable" + }, + " & ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.IsPinnable", + "text": "IsPinnable" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/panel_capabilities.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], "objects": [] }, "server": { diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index dc329109216d7..fb94366ba66bb 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.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 | |-------------------|-----------|------------------------|-----------------| -| 92 | 0 | 77 | 0 | +| 128 | 0 | 113 | 0 | ## Client @@ -31,3 +31,6 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib ### Interfaces +### Consts, variables and types + + diff --git a/api_docs/kbn_presentation_publishing.devdocs.json b/api_docs/kbn_presentation_publishing.devdocs.json index eeac6c2c0a717..eba179f6b9620 100644 --- a/api_docs/kbn_presentation_publishing.devdocs.json +++ b/api_docs/kbn_presentation_publishing.devdocs.json @@ -3,6 +3,86 @@ "client": { "classes": [], "functions": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiAppliesFilters", + "type": "Function", + "tags": [], + "label": "apiAppliesFilters", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesFilters", + "text": "AppliesFilters" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiAppliesFilters.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiAppliesTimeslice", + "type": "Function", + "tags": [], + "label": "apiAppliesTimeslice", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.AppliesTimeslice", + "text": "AppliesTimeslice" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiAppliesTimeslice.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.apiCanAccessViewMode", @@ -709,6 +789,46 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiPublishesEditablePauseFetch", + "type": "Function", + "tags": [], + "label": "apiPublishesEditablePauseFetch", + "description": [], + "signature": [ + "(unknownApi: unknown) => unknownApi is ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesEditablePauseFetch", + "text": "PublishesEditablePauseFetch" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_pause_fetch.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.apiPublishesEditablePauseFetch.$1", + "type": "Unknown", + "tags": [], + "label": "unknownApi", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_pause_fetch.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.apiPublishesFilters", @@ -2717,12 +2837,8 @@ "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx" - }, - { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx" + "plugin": "presentationPanel", + "path": "src/platform/plugins/private/presentation_panel/public/panel_component/presentation_panel_internal.tsx" } ], "children": [ @@ -3091,17 +3207,737 @@ "signature": [ "SubjectType" ], - "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/publishing_subject/publishing_subject.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.AppliesFilters", + "type": "Interface", + "tags": [], + "label": "AppliesFilters", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.AppliesFilters.filtersLoading$", + "type": "Object", + "tags": [], + "label": "filtersLoading$", + "description": [], + "signature": [ + "{ source: ", + "Observable", + " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + ", op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + ", ...operations: ", + "OperatorFunction", + "[]): ", + "Observable", + "; }; observers: ", + "Observer", + "[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", + "Operator", + ") => ", + "Observable", + "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", + "Observable", + "; subscribe: { (observerOrNext?: Partial<", + "Observer", + "> | ((value: boolean) => void) | undefined): ", + "Subscription", + "; (next?: ((value: boolean) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", + "Subscription", + "; }; toPromise: { (): Promise; (PromiseCtor: PromiseConstructor): Promise; (PromiseCtor: PromiseConstructorLike): Promise; }; }" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.AppliesFilters.appliedFilters$", + "type": "Object", + "tags": [], + "label": "appliedFilters$", + "description": [], + "signature": [ + "{ source: ", + "Observable", + " | undefined; readonly value: ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined; error: (err: any) => void; forEach: { (next: (value: ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined) => void): Promise; (next: (value: ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined; closed: boolean; pipe: { (): ", + "Observable", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + ", ...operations: ", + "OperatorFunction", + "[]): ", + "Observable", + "; }; observers: ", + "Observer", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", + "Operator", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined, R>) => ", + "Observable", + "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", + "Observable", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; subscribe: { (observerOrNext?: Partial<", + "Observer", + "<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>> | ((value: ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined) => void) | undefined): ", + "Subscription", + "; (next?: ((value: ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", + "Subscription", + "; }; toPromise: { (): Promise<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; (PromiseCtor: PromiseConstructor): Promise<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Filter", + "text": "Filter" + }, + "[] | undefined>; }; }" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.AppliesTimeslice", + "type": "Interface", + "tags": [], + "label": "AppliesTimeslice", + "description": [], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.AppliesTimeslice.appliedTimeslice$", + "type": "Object", + "tags": [], + "label": "appliedTimeslice$", + "description": [], + "signature": [ + "{ source: ", + "Observable", + " | undefined; readonly value: [number, number] | undefined; error: (err: any) => void; forEach: { (next: (value: [number, number] | undefined) => void): Promise; (next: (value: [number, number] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => [number, number] | undefined; closed: boolean; pipe: { (): ", + "Observable", + "<[number, number] | undefined>; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + "): ", + "Observable", + "; (op1: ", + "OperatorFunction", + "<[number, number] | undefined, A>, op2: ", + "OperatorFunction", + ", op3: ", + "OperatorFunction", + ", op4: ", + "OperatorFunction", + ", op5: ", + "OperatorFunction", + ", op6: ", + "OperatorFunction", + ", op7: ", + "OperatorFunction", + ", op8: ", + "OperatorFunction", + ", op9: ", + "OperatorFunction", + ", ...operations: ", + "OperatorFunction", + "[]): ", + "Observable", + "; }; observers: ", + "Observer", + "<[number, number] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", + "Operator", + "<[number, number] | undefined, R>) => ", + "Observable", + "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", + "Observable", + "<[number, number] | undefined>; subscribe: { (observerOrNext?: Partial<", + "Observer", + "<[number, number] | undefined>> | ((value: [number, number] | undefined) => void) | undefined): ", + "Subscription", + "; (next?: ((value: [number, number] | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", + "Subscription", + "; }; toPromise: { (): Promise<[number, number] | undefined>; (PromiseCtor: PromiseConstructor): Promise<[number, number] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<[number, number] | undefined>; }; }" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/applies_filters.ts", "deprecated": false, - "trackAdoption": false, - "isRequired": true + "trackAdoption": false } ], - "returnComment": [], "initialIsOpen": false - } - ], - "interfaces": [ + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.CanLockHoverActions", @@ -3125,7 +3961,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -3265,9 +4103,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean) => void) | undefined): ", "Subscription", @@ -3337,7 +4173,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -3477,9 +4315,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean) => void) | undefined): ", "Subscription", @@ -3702,6 +4538,27 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.FetchContext.esqlVariables", + "type": "Array", + "tags": [], + "label": "esqlVariables", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-types", + "scope": "common", + "docId": "kibKbnEsqlTypesPluginApi", + "section": "def-common.ESQLControlVariable", + "text": "ESQLControlVariable" + }, + "[] | undefined" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/fetch_context.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.FetchContext.projectRouting", @@ -4540,7 +5397,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: Error | undefined; error: (err: any) => void; forEach: { (next: (value: Error | undefined) => void): Promise; (next: (value: Error | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => Error | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: Error | undefined; error: (err: any) => void; forEach: { (next: (value: Error | undefined) => void): Promise; (next: (value: Error | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => Error | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -4680,9 +5539,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: Error | undefined) => void) | undefined): ", "Subscription", @@ -4718,7 +5575,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean | undefined; error: (err: any) => void; forEach: { (next: (value: boolean | undefined) => void): Promise; (next: (value: boolean | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean | undefined; error: (err: any) => void; forEach: { (next: (value: boolean | undefined) => void): Promise; (next: (value: boolean | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -4858,9 +5717,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean | undefined) => void) | undefined): ", "Subscription", @@ -4922,7 +5779,17 @@ "section": "def-common.DataView", "text": "DataView" }, - "[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + "[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "dataViews", "scope": "common", @@ -5182,17 +6049,7 @@ "section": "def-common.DataView", "text": "DataView" }, - "[] | undefined>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "[] | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -5276,7 +6133,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -5416,9 +6275,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: string | undefined) => void) | undefined): ", "Subscription", @@ -5475,7 +6332,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: string[] | undefined; error: (err: any) => void; forEach: { (next: (value: string[] | undefined) => void): Promise; (next: (value: string[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => string[] | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: string[] | undefined; error: (err: any) => void; forEach: { (next: (value: string[] | undefined) => void): Promise; (next: (value: string[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => string[] | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -5615,9 +6474,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: string[] | undefined) => void) | undefined): ", "Subscription", @@ -5680,6 +6537,69 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.PublishesEditablePauseFetch", + "type": "Interface", + "tags": [], + "label": "PublishesEditablePauseFetch", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesEditablePauseFetch", + "text": "PublishesEditablePauseFetch" + }, + " extends ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesPauseFetch", + "text": "PublishesPauseFetch" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_pause_fetch.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.PublishesEditablePauseFetch.setFetchPaused", + "type": "Function", + "tags": [], + "label": "setFetchPaused", + "description": [], + "signature": [ + "(paused: boolean) => void" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_pause_fetch.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.PublishesEditablePauseFetch.setFetchPaused.$1", + "type": "boolean", + "tags": [], + "label": "paused", + "description": [], + "signature": [ + "boolean" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/fetch/publishes_pause_fetch.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.PublishesFilters", @@ -5725,7 +6645,17 @@ "section": "def-common.Filter", "text": "Filter" }, - "[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + "[] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/es-query", "scope": "common", @@ -5985,17 +6915,7 @@ "section": "def-common.Filter", "text": "Filter" }, - "[] | undefined>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "[] | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -6132,7 +7052,17 @@ "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, - " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -6392,17 +7322,7 @@ "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, - " | undefined>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + " | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -6510,7 +7430,17 @@ "section": "def-common.ProjectRouting", "text": "ProjectRouting" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/es-query", "scope": "common", @@ -6770,17 +7700,7 @@ "section": "def-common.ProjectRouting", "text": "ProjectRouting" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -6888,7 +7808,17 @@ "section": "def-public.ProjectRoutingOverrides", "text": "ProjectRoutingOverrides" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -7148,17 +8078,7 @@ "section": "def-public.ProjectRoutingOverrides", "text": "ProjectRoutingOverrides" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -7271,7 +8191,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean; error: (err: any) => void; forEach: { (next: (value: boolean) => void): Promise; (next: (value: boolean) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -7411,9 +8333,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean) => void) | undefined): ", "Subscription", @@ -7451,7 +8371,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -7591,9 +8513,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: string | undefined) => void) | undefined): ", "Subscription", @@ -7671,7 +8591,17 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/es-query", "scope": "common", @@ -7931,17 +8861,7 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - " | undefined>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + " | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -8046,7 +8966,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: [number, number] | undefined; error: (err: any) => void; forEach: { (next: (value: [number, number] | undefined) => void): Promise; (next: (value: [number, number] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => [number, number] | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: [number, number] | undefined; error: (err: any) => void; forEach: { (next: (value: [number, number] | undefined) => void): Promise; (next: (value: [number, number] | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => [number, number] | undefined; closed: boolean; pipe: { (): ", "Observable", "<[number, number] | undefined>; (op1: ", "OperatorFunction", @@ -8186,9 +9108,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "<[number, number] | undefined>; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "<[number, number] | undefined>; subscribe: { (observerOrNext?: Partial<", "Observer", "<[number, number] | undefined>> | ((value: [number, number] | undefined) => void) | undefined): ", "Subscription", @@ -8224,7 +9144,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: string | undefined; error: (err: any) => void; forEach: { (next: (value: string | undefined) => void): Promise; (next: (value: string | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => string | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -8364,9 +9286,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: string | undefined) => void) | undefined): ", "Subscription", @@ -8388,7 +9308,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: boolean | undefined; error: (err: any) => void; forEach: { (next: (value: boolean | undefined) => void): Promise; (next: (value: boolean | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => boolean | undefined; closed: boolean; pipe: { (): ", + " | undefined; readonly value: boolean | undefined; error: (err: any) => void; forEach: { (next: (value: boolean | undefined) => void): Promise; (next: (value: boolean | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => boolean | undefined; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -8528,9 +9450,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: boolean | undefined) => void) | undefined): ", "Subscription", @@ -8666,7 +9586,17 @@ "section": "def-public.ViewMode", "text": "ViewMode" }, - ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", + ") => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", "scope": "public", @@ -8926,17 +9856,7 @@ "section": "def-public.ViewMode", "text": "ViewMode" }, - ">; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + ">; subscribe: { (observerOrNext?: Partial<", "Observer", "<", { @@ -9533,7 +10453,9 @@ "signature": [ "{ source: ", "Observable", - " | undefined; readonly value: T; error: (err: any) => void; forEach: { (next: (value: T) => void): Promise; (next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => T; closed: boolean; pipe: { (): ", + " | undefined; readonly value: T; error: (err: any) => void; forEach: { (next: (value: T) => void): Promise; (next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise; }; operator: ", + "Operator", + " | undefined; complete: () => void; getValue: () => T; closed: boolean; pipe: { (): ", "Observable", "; (op1: ", "OperatorFunction", @@ -9673,9 +10595,7 @@ "Observable", "; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ", "Observable", - "; operator: ", - "Operator", - " | undefined; subscribe: { (observerOrNext?: Partial<", + "; subscribe: { (observerOrNext?: Partial<", "Observer", "> | ((value: T) => void) | undefined): ", "Subscription", diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 07a59293dd996..6b4941c9f1a33 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: 2025-12-19 +date: 2026-01-07 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 | |-------------------|-----------|------------------------|-----------------| -| 288 | 0 | 242 | 5 | +| 303 | 0 | 257 | 7 | ## Client diff --git a/api_docs/kbn_presentation_publishing_schemas.mdx b/api_docs/kbn_presentation_publishing_schemas.mdx index 4d9a8a03959c5..c04647a791570 100644 --- a/api_docs/kbn_presentation_publishing_schemas.mdx +++ b/api_docs/kbn_presentation_publishing_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing-schemas title: "@kbn/presentation-publishing-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing-schemas plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing-schemas'] --- import kbnPresentationPublishingSchemasObj from './kbn_presentation_publishing_schemas.devdocs.json'; diff --git a/api_docs/kbn_presentation_util.mdx b/api_docs/kbn_presentation_util.mdx index 99e6e3785f0ec..9b3e3bb31d28a 100644 --- a/api_docs/kbn_presentation_util.mdx +++ b/api_docs/kbn_presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-util title: "@kbn/presentation-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-util plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-util'] --- import kbnPresentationUtilObj from './kbn_presentation_util.devdocs.json'; diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index be9c648993488..b0c1a72375065 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: 2025-12-19 +date: 2026-01-07 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 b7a4424586557..91cc41d9cb0a2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-common'] --- import kbnProductDocCommonObj from './kbn_product_doc_common.devdocs.json'; diff --git a/api_docs/kbn_profiler.mdx b/api_docs/kbn_profiler.mdx index 5ee8d2580cd24..ab4f85b15f7c6 100644 --- a/api_docs/kbn_profiler.mdx +++ b/api_docs/kbn_profiler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiler title: "@kbn/profiler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiler plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiler'] --- import kbnProfilerObj from './kbn_profiler.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 35faed06c38d7..72aa23f008042 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_projects_solutions_groups.mdx b/api_docs/kbn_projects_solutions_groups.mdx index 3c2272c4a86aa..677337a756b51 100644 --- a/api_docs/kbn_projects_solutions_groups.mdx +++ b/api_docs/kbn_projects_solutions_groups.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-projects-solutions-groups title: "@kbn/projects-solutions-groups" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/projects-solutions-groups plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/projects-solutions-groups'] --- import kbnProjectsSolutionsGroupsObj from './kbn_projects_solutions_groups.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index e381c02f9e1c1..a1f5b10cb0202 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_env.devdocs.json b/api_docs/kbn_react_env.devdocs.json new file mode 100644 index 0000000000000..5b3eb15c7bf7e --- /dev/null +++ b/api_docs/kbn_react_env.devdocs.json @@ -0,0 +1,85 @@ +{ + "id": "@kbn/react-env", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/react-env", + "id": "def-public.useIsDevMode", + "type": "Function", + "tags": [], + "label": "useIsDevMode", + "description": [ + "\nHook to determine if Kibana is running in dev mode" + ], + "signature": [ + "() => boolean" + ], + "path": "src/platform/packages/shared/react/env/index.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/react-env", + "id": "def-public.useIsServerless", + "type": "Function", + "tags": [], + "label": "useIsServerless", + "description": [ + "\nHook to determine if Kibana is running in serverless mode" + ], + "signature": [ + "() => boolean" + ], + "path": "src/platform/packages/shared/react/env/index.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/react-env", + "id": "def-public.useKibanaVersion", + "type": "Function", + "tags": [], + "label": "useKibanaVersion", + "description": [ + "\nHook to get the current Kibana version" + ], + "signature": [ + "() => string" + ], + "path": "src/platform/packages/shared/react/env/index.tsx", + "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_react_env.mdx b/api_docs/kbn_react_env.mdx new file mode 100644 index 0000000000000..e41be344a90f7 --- /dev/null +++ b/api_docs/kbn_react_env.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: kibKbnReactEnvPluginApi +slug: /kibana-dev-docs/api/kbn-react-env +title: "@kbn/react-env" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/react-env plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-env'] +--- +import kbnReactEnvObj from './kbn_react_env.devdocs.json'; + + + +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 3 | 0 | 0 | 0 | + +## Client + +### Functions + + diff --git a/api_docs/kbn_react_field.devdocs.json b/api_docs/kbn_react_field.devdocs.json index 0fc52317467c7..f9e8ec6bf5b13 100644 --- a/api_docs/kbn_react_field.devdocs.json +++ b/api_docs/kbn_react_field.devdocs.json @@ -399,7 +399,7 @@ "label": "type", "description": [], "signature": [ - "\"string\" | \"number\" | \"boolean\" | \"wildcard\" | \"nested\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"search_as_you_type\" | \"date\" | \"version\" | \"murmur3\" | \"percolator\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"scaled_float\" | \"double\" | \"date_range\" | \"ip_range\" | \"rank_feature\" | \"rank_features\" | \"flattened\" | \"shape\" | \"histogram\" | \"constant_keyword\" | \"dense_vector\" | \"semantic_text\" | \"sparse_vector\" | \"match_only_text\" | \"conflict\" | \"point\" | \"unsigned_long\" | \"_source\" | (string & {}) | \"gauge\" | \"counter\" | \"number_range\" | \"exponential_histogram\" | \"tdigest\"" + "\"string\" | \"number\" | \"boolean\" | \"wildcard\" | \"nested\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"search_as_you_type\" | \"date\" | \"version\" | \"murmur3\" | \"percolator\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"scaled_float\" | \"double\" | \"date_range\" | \"ip_range\" | \"rank_feature\" | \"rank_features\" | \"flattened\" | \"shape\" | \"histogram\" | \"constant_keyword\" | \"dense_vector\" | \"semantic_text\" | \"sparse_vector\" | \"match_only_text\" | (string & {}) | \"conflict\" | \"point\" | \"unsigned_long\" | \"_source\" | \"gauge\" | \"counter\" | \"number_range\" | \"exponential_histogram\" | \"tdigest\"" ], "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, @@ -466,7 +466,7 @@ "label": "type", "description": [], "signature": [ - "\"string\" | \"number\" | \"boolean\" | \"wildcard\" | \"nested\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"search_as_you_type\" | \"date\" | \"version\" | \"murmur3\" | \"percolator\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"scaled_float\" | \"double\" | \"date_range\" | \"ip_range\" | \"rank_feature\" | \"rank_features\" | \"flattened\" | \"shape\" | \"histogram\" | \"constant_keyword\" | \"dense_vector\" | \"semantic_text\" | \"sparse_vector\" | \"match_only_text\" | \"conflict\" | \"point\" | \"unsigned_long\" | \"_source\" | (string & {}) | \"gauge\" | \"counter\" | \"number_range\" | \"exponential_histogram\" | \"tdigest\" | undefined" + "\"string\" | \"number\" | \"boolean\" | \"wildcard\" | \"nested\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"search_as_you_type\" | \"date\" | \"version\" | \"murmur3\" | \"percolator\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"scaled_float\" | \"double\" | \"date_range\" | \"ip_range\" | \"rank_feature\" | \"rank_features\" | \"flattened\" | \"shape\" | \"histogram\" | \"constant_keyword\" | \"dense_vector\" | \"semantic_text\" | \"sparse_vector\" | \"match_only_text\" | (string & {}) | \"conflict\" | \"point\" | \"unsigned_long\" | \"_source\" | \"gauge\" | \"counter\" | \"number_range\" | \"exponential_histogram\" | \"tdigest\" | undefined" ], "path": "src/platform/packages/shared/kbn-react-field/src/field_name_with_icon/field_name_with_icon.tsx", "deprecated": false, diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index f7ee333485ce1..003fece7eca85 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: 2025-12-19 +date: 2026-01-07 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 9f1b2c7339a55..2f63cd07fef30 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: 2025-12-19 +date: 2026-01-07 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 964adf71117b2..9f6d67b08edfc 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: 2025-12-19 +date: 2026-01-07 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_env.mdx b/api_docs/kbn_react_kibana_context_env.mdx index ba4616eaae62d..da31153af1eeb 100644 --- a/api_docs/kbn_react_kibana_context_env.mdx +++ b/api_docs/kbn_react_kibana_context_env.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-env title: "@kbn/react-kibana-context-env" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-env plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-env'] --- import kbnReactKibanaContextEnvObj from './kbn_react_kibana_context_env.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 8d662e64690e4..b8d931d139d5b 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index 18e44fcf7f204..aec0e154583b8 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index 17f603289ee8d..27406b24831d9 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index 4eeb8ffa308aa..a156b2d5e91cc 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index a7da996196eed..8921dd8c2a983 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: 2025-12-19 +date: 2026-01-07 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 4a730575b4db9..a06619768f1ff 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: 2025-12-19 +date: 2026-01-07 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_react_query.devdocs.json b/api_docs/kbn_react_query.devdocs.json index 1ed74d33d5757..3ade38e7c4686 100644 --- a/api_docs/kbn_react_query.devdocs.json +++ b/api_docs/kbn_react_query.devdocs.json @@ -12479,7 +12479,7 @@ "\nIf set, the component will only re-render if any of the listed properties change.\nWhen set to `['data', 'error']`, the component will only re-render when the `data` or `error` properties change.\nWhen set to `'all'`, the component will re-render whenever a query is updated.\nBy default, access to properties will be tracked, and the component will only re-render when one of the tracked properties change." ], "signature": [ - "\"all\" | (\"error\" | \"data\" | \"status\" | \"remove\" | \"isError\" | \"isLoading\" | \"isSuccess\" | \"failureCount\" | \"failureReason\" | \"isPaused\" | \"isInitialLoading\" | \"refetch\" | \"isRefetching\" | \"isFetching\" | \"isLoadingError\" | \"dataUpdatedAt\" | \"errorUpdateCount\" | \"errorUpdatedAt\" | \"fetchStatus\" | \"isRefetchError\" | \"fetchNextPage\" | \"fetchPreviousPage\" | \"hasNextPage\" | \"hasPreviousPage\" | \"isFetchingNextPage\" | \"isFetchingPreviousPage\" | \"isFetched\" | \"isFetchedAfterMount\" | \"isPlaceholderData\" | \"isPreviousData\" | \"isStale\")[] | undefined" + "\"all\" | (\"error\" | \"status\" | \"data\" | \"remove\" | \"isError\" | \"isLoading\" | \"isSuccess\" | \"failureCount\" | \"failureReason\" | \"isPaused\" | \"isInitialLoading\" | \"refetch\" | \"isRefetching\" | \"isFetching\" | \"isLoadingError\" | \"dataUpdatedAt\" | \"errorUpdateCount\" | \"errorUpdatedAt\" | \"fetchStatus\" | \"isRefetchError\" | \"fetchNextPage\" | \"fetchPreviousPage\" | \"hasNextPage\" | \"hasPreviousPage\" | \"isFetchingNextPage\" | \"isFetchingPreviousPage\" | \"isFetched\" | \"isFetchedAfterMount\" | \"isPlaceholderData\" | \"isPreviousData\" | \"isStale\")[] | undefined" ], "path": "node_modules/@tanstack/query-core/build/lib/types.d.ts", "deprecated": false, @@ -12669,18 +12669,6 @@ "plugin": "@kbn/alerts-ui-shared", "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_fetch_unified_alerts_fields.ts" }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/public/hooks/use_find_maintenance_windows.ts" - }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/public/hooks/use_get_rule_types.ts" - }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/public/hooks/use_get_maintenance_window.ts" - }, { "plugin": "triggersActionsUi", "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/hooks/use_load_rules_query.ts" @@ -12865,6 +12853,18 @@ "plugin": "@kbn/inference-endpoint-ui-common", "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/hooks/use_providers.ts" }, + { + "plugin": "maintenanceWindows", + "path": "x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_find_maintenance_windows.ts" + }, + { + "plugin": "maintenanceWindows", + "path": "x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_get_rule_types.ts" + }, + { + "plugin": "maintenanceWindows", + "path": "x-pack/platform/plugins/shared/maintenance_windows/public/hooks/use_get_maintenance_window.ts" + }, { "plugin": "osquery", "path": "x-pack/platform/plugins/shared/osquery/public/actions/use_live_query_details.ts" @@ -13189,6 +13189,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/siem_migrations/rules/logic/use_get_migration_privileges.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/public/common/containers/unified_alerts/hooks/use_search_unified_alerts.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/management/services/policies/hooks.test.ts" diff --git a/api_docs/kbn_react_query.mdx b/api_docs/kbn_react_query.mdx index 071630ce53e6e..93a55b649ce0c 100644 --- a/api_docs/kbn_react_query.mdx +++ b/api_docs/kbn_react_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-query title: "@kbn/react-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-query plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-query'] --- import kbnReactQueryObj from './kbn_react_query.devdocs.json'; diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index b4cb014cf7ca4..8a59714932398 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: 2025-12-19 +date: 2026-01-07 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 5f41d3cb3cb47..9fd5cd3eca4b4 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: 2025-12-19 +date: 2026-01-07 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 c3f76c3355373..8bfe6511920da 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: 2025-12-19 +date: 2026-01-07 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 4d0c6ad62bab1..4a9a5a62620a3 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: 2025-12-19 +date: 2026-01-07 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 12cecd833fdb9..cb6681ae6222d 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: 2025-12-19 +date: 2026-01-07 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 b202eeae7f257..ddf20c0111d62 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: 2025-12-19 +date: 2026-01-07 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 f7489276b5297..60f3e42ae85bc 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.devdocs.json b/api_docs/kbn_reporting_csv_share_panel.devdocs.json index c750e435d9f63..82466b700008b 100644 --- a/api_docs/kbn_reporting_csv_share_panel.devdocs.json +++ b/api_docs/kbn_reporting_csv_share_panel.devdocs.json @@ -33,7 +33,7 @@ "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, - ">" + ", {}>" ], "path": "src/platform/packages/private/kbn-reporting/get_csv_panel_actions/panel_actions/get_csv_panel_action.tsx", "deprecated": false, diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index 3bca5497a7438..267a42ca52856 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-csv-share-panel'] --- import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index dd5796d4b9f7b..0d54d93c26cb2 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 51b1a7ff6a3f7..e90ed2a53793f 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index cd7c5b0effbda..40971c363ee1a 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 04b4df7d015ee..6e2f3aa9d4f67 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 62bec333654a1..cd08a8050cd50 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: 2025-12-19 +date: 2026-01-07 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 2cad0fb378eda..52b4a4702d4a8 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: 2025-12-19 +date: 2026-01-07 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 cd54e0c2dc6e4..fa28824a48999 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 9d52f434f5bfa..ee38b4c9254ba 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index af0ed4f4ffcbd..b1ffe43a3a3d7 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index 1ed16aa1940e3..44c2e61e3b0fa 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_delete.mdx b/api_docs/kbn_response_ops_alerts_delete.mdx index 5b7d0c85788a0..bea8060a4b7a9 100644 --- a/api_docs/kbn_response_ops_alerts_delete.mdx +++ b/api_docs/kbn_response_ops_alerts_delete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-alerts-delete title: "@kbn/response-ops-alerts-delete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-alerts-delete plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-alerts-delete'] --- import kbnResponseOpsAlertsDeleteObj from './kbn_response_ops_alerts_delete.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_fields_browser.mdx b/api_docs/kbn_response_ops_alerts_fields_browser.mdx index e44d1b913e782..cf81d3db8c963 100644 --- a/api_docs/kbn_response_ops_alerts_fields_browser.mdx +++ b/api_docs/kbn_response_ops_alerts_fields_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-alerts-fields-browser title: "@kbn/response-ops-alerts-fields-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-alerts-fields-browser plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-alerts-fields-browser'] --- import kbnResponseOpsAlertsFieldsBrowserObj from './kbn_response_ops_alerts_fields_browser.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_table.mdx b/api_docs/kbn_response_ops_alerts_table.mdx index 033146b3b96cd..a003717f73caf 100644 --- a/api_docs/kbn_response_ops_alerts_table.mdx +++ b/api_docs/kbn_response_ops_alerts_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-alerts-table title: "@kbn/response-ops-alerts-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-alerts-table plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-alerts-table'] --- import kbnResponseOpsAlertsTableObj from './kbn_response_ops_alerts_table.devdocs.json'; diff --git a/api_docs/kbn_response_ops_form_generator.mdx b/api_docs/kbn_response_ops_form_generator.mdx index 0a65c9cb7e786..c368f2f46799e 100644 --- a/api_docs/kbn_response_ops_form_generator.mdx +++ b/api_docs/kbn_response_ops_form_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-form-generator title: "@kbn/response-ops-form-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-form-generator plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-form-generator'] --- import kbnResponseOpsFormGeneratorObj from './kbn_response_ops_form_generator.devdocs.json'; diff --git a/api_docs/kbn_response_ops_retry_service.devdocs.json b/api_docs/kbn_response_ops_retry_service.devdocs.json new file mode 100644 index 0000000000000..571a6bae164a3 --- /dev/null +++ b/api_docs/kbn_response_ops_retry_service.devdocs.json @@ -0,0 +1,355 @@ +{ + "id": "@kbn/response-ops-retry-service", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService", + "type": "Class", + "tags": [], + "label": "RetryService", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.serviceName", + "type": "string", + "tags": [], + "label": "serviceName", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/logging", + "scope": "common", + "docId": "kibKbnLoggingPluginApi", + "section": "def-common.Logger", + "text": "Logger" + } + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.Unnamed.$2", + "type": "Object", + "tags": [], + "label": "backOffFactory", + "description": [], + "signature": [ + { + "pluginId": "@kbn/response-ops-retry-service", + "scope": "server", + "docId": "kibKbnResponseOpsRetryServicePluginApi", + "section": "def-server.BackoffFactory", + "text": "BackoffFactory" + } + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.Unnamed.$3", + "type": "string", + "tags": [], + "label": "serviceName", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.Unnamed.$4", + "type": "number", + "tags": [], + "label": "maxAttempts", + "description": [], + "signature": [ + "number" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.retryWithBackoff", + "type": "Function", + "tags": [], + "label": "retryWithBackoff", + "description": [], + "signature": [ + "(cb: () => Promise) => Promise" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.retryWithBackoff.$1", + "type": "Function", + "tags": [], + "label": "cb", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.isRetryableError", + "type": "Function", + "tags": [], + "label": "isRetryableError", + "description": [], + "signature": [ + "(error: Error) => boolean" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.RetryService.isRetryableError.$1", + "type": "Object", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "Error" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/retry_service.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.fullJitterBackoffFactory", + "type": "Function", + "tags": [], + "label": "fullJitterBackoffFactory", + "description": [], + "signature": [ + "({ baseDelay, maxBackoffTime, }: { baseDelay: number; maxBackoffTime: number; }) => ", + { + "pluginId": "@kbn/response-ops-retry-service", + "scope": "server", + "docId": "kibKbnResponseOpsRetryServicePluginApi", + "section": "def-server.BackoffFactory", + "text": "BackoffFactory" + } + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/full_jitter_backoff.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.fullJitterBackoffFactory.$1", + "type": "Object", + "tags": [], + "label": "{\n baseDelay,\n maxBackoffTime,\n}", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/full_jitter_backoff.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.fullJitterBackoffFactory.$1.baseDelay", + "type": "number", + "tags": [], + "label": "baseDelay", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/full_jitter_backoff.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.fullJitterBackoffFactory.$1.maxBackoffTime", + "type": "number", + "tags": [], + "label": "maxBackoffTime", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/full_jitter_backoff.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.BackoffFactory", + "type": "Interface", + "tags": [], + "label": "BackoffFactory", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.BackoffFactory.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "@kbn/response-ops-retry-service", + "scope": "server", + "docId": "kibKbnResponseOpsRetryServicePluginApi", + "section": "def-server.BackoffStrategy", + "text": "BackoffStrategy" + } + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.BackoffStrategy", + "type": "Interface", + "tags": [], + "label": "BackoffStrategy", + "description": [], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/response-ops-retry-service", + "id": "def-server.BackoffStrategy.nextBackOff", + "type": "Function", + "tags": [], + "label": "nextBackOff", + "description": [], + "signature": [ + "() => number" + ], + "path": "x-pack/platform/packages/shared/response-ops/retry-service/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_response_ops_retry_service.mdx b/api_docs/kbn_response_ops_retry_service.mdx new file mode 100644 index 0000000000000..493f4a2730791 --- /dev/null +++ b/api_docs/kbn_response_ops_retry_service.mdx @@ -0,0 +1,36 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnResponseOpsRetryServicePluginApi +slug: /kibana-dev-docs/api/kbn-response-ops-retry-service +title: "@kbn/response-ops-retry-service" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/response-ops-retry-service plugin +date: 2026-01-07 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-retry-service'] +--- +import kbnResponseOpsRetryServiceObj from './kbn_response_ops_retry_service.devdocs.json'; + + + +Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 20 | 0 | 20 | 0 | + +## Server + +### Functions + + +### Classes + + +### Interfaces + + diff --git a/api_docs/kbn_response_ops_rule_form.mdx b/api_docs/kbn_response_ops_rule_form.mdx index 030815b3d7396..887713f7b4315 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: 2025-12-19 +date: 2026-01-07 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.mdx b/api_docs/kbn_response_ops_rule_params.mdx index beecdf84281c8..d8ff669e31db5 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: 2025-12-19 +date: 2026-01-07 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_restorable_state.mdx b/api_docs/kbn_restorable_state.mdx index b57e7a9e61c0a..634e1082fa6cf 100644 --- a/api_docs/kbn_restorable_state.mdx +++ b/api_docs/kbn_restorable_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-restorable-state title: "@kbn/restorable-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/restorable-state plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/restorable-state'] --- import kbnRestorableStateObj from './kbn_restorable_state.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index eb52430ff3fd9..f3f2cda87aa41 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: 2025-12-19 +date: 2026-01-07 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 48adb383afaa3..3eb4f4029949e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rollup'] --- import kbnRollupObj from './kbn_rollup.devdocs.json'; diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index 8795bcc99e1da..c55aee4fd131c 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: 2025-12-19 +date: 2026-01-07 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 e3cc889008e13..55a759f492268 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: 2025-12-19 +date: 2026-01-07 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 3b868fa1c638d..4a3a80ce91054 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: 2025-12-19 +date: 2026-01-07 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 e7a718c000458..943ce77a8beb1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; diff --git a/api_docs/kbn_sample_log_parser.mdx b/api_docs/kbn_sample_log_parser.mdx index de00b006f021a..0ad5d1c8fb74c 100644 --- a/api_docs/kbn_sample_log_parser.mdx +++ b/api_docs/kbn_sample_log_parser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sample-log-parser title: "@kbn/sample-log-parser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sample-log-parser plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sample-log-parser'] --- import kbnSampleLogParserObj from './kbn_sample_log_parser.devdocs.json'; diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index 535211f5df9fa..e6944b034ecbe 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: 2025-12-19 +date: 2026-01-07 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 80c61644ae9ab..a5671d087681d 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: 2025-12-19 +date: 2026-01-07 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.devdocs.json b/api_docs/kbn_scout.devdocs.json index b562c036ea27d..b95e640df2bdc 100644 --- a/api_docs/kbn_scout.devdocs.json +++ b/api_docs/kbn_scout.devdocs.json @@ -856,6 +856,22 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.EuiDataGridWrapper.ensureGridVisible", + "type": "Function", + "tags": [], + "label": "ensureGridVisible", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/scout", "id": "def-common.EuiDataGridWrapper.doActionOnColumn", @@ -2891,15 +2907,7 @@ "section": "def-common.ApiServicesFixture", "text": "ApiServicesFixture" }, - "; } & { samlAuth: ", - { - "pluginId": "@kbn/scout", - "scope": "common", - "docId": "kibKbnScoutPluginApi", - "section": "def-common.SamlAuth", - "text": "SamlAuth" - }, - "; preCreateSecurityIndexes: void; }>" + "; }>" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/index.ts", "deprecated": false, @@ -3490,6 +3498,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.ApiServicesFixture.dataViews", + "type": "Object", + "tags": [], + "label": "dataViews", + "description": [], + "signature": [ + "DataViewsApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/scout", "id": "def-common.ApiServicesFixture.fleet", @@ -4079,6 +4101,34 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.CookieHeader", + "type": "Interface", + "tags": [], + "label": "CookieHeader", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout", + "id": "def-common.CookieHeader.Unnamed", + "type": "IndexSignature", + "tags": [], + "label": "[Cookie: string]: string", + "description": [], + "signature": [ + "[Cookie: string]: string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/scout", "id": "def-common.ElasticsearchRoleDescriptor", @@ -4217,9 +4267,9 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], @@ -4302,9 +4352,9 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], @@ -4370,11 +4420,11 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", ", arg: Arg): Promise<", "SmartHandle", - ">; (pageFunction: ", + ">; (pageFunction: ", "PageFunctionOn", "): Promise<", "SmartHandle", @@ -4432,11 +4482,11 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", ", arg: Arg): Promise<", "SmartHandle", - ">; (pageFunction: ", + ">; (pageFunction: ", "PageFunctionOn", "): Promise<", "SmartHandle", @@ -4477,9 +4527,9 @@ "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg): Promise; (pageFunction: ", + ", arg: Arg): Promise; (pageFunction: ", "PageFunctionOn", "): Promise; }" ], @@ -4535,9 +4585,9 @@ "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg): Promise; (pageFunction: ", + ", arg: Arg): Promise; (pageFunction: ", "PageFunctionOn", "): Promise; }" ], @@ -4578,7 +4628,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise<", "ElementHandle", - " | null>" + " | null>" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5061,7 +5111,7 @@ "\nClick an element.\n\n**Details**\n\nThis method clicks the element by performing the following steps:\n1. Wait for [actionability](https://playwright.dev/docs/actionability) checks on the element, unless\n [`force`](https://playwright.dev/docs/api/class-locator#locator-click-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.mouse](https://playwright.dev/docs/api/class-page#page-mouse) to click in the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-click-option-position).\n1. Wait for initiated navigations to either succeed or fail, unless\n [`noWaitAfter`](https://playwright.dev/docs/api/class-locator#locator-click-option-no-wait-after) option is\n set.\n\nIf the element is detached from the DOM at any moment during the action, this method throws.\n\nWhen all steps combined have not finished during the specified\n[`timeout`](https://playwright.dev/docs/api/class-locator#locator-click-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**Usage**\n\nClick a button:\n\n```js\nawait page.getByRole('button').click();\n```\n\nShift-right-click at a specific position on a canvas:\n\n```js\nawait page.locator('canvas').click({\n button: 'right',\n modifiers: ['Shift'],\n position: { x: 23, y: 32 },\n});\n```\n" ], "signature": [ - "(options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" + "(options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5088,7 +5138,7 @@ "\nDefaults to `left`." ], "signature": [ - "\"right\" | \"left\" | \"middle\" | undefined" + "\"middle\" | \"right\" | \"left\" | undefined" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5277,7 +5327,7 @@ "\nDouble-click an element.\n\n**Details**\n\nThis method double clicks the element by performing the following steps:\n1. Wait for [actionability](https://playwright.dev/docs/actionability) checks on the element, unless\n [`force`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.mouse](https://playwright.dev/docs/api/class-page#page-mouse) to double click in the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-position).\n\nIf the element is detached from the DOM at any moment during the action, this method throws.\n\nWhen all steps combined have not finished during the specified\n[`timeout`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.dblclick()` dispatches two `click` events and a single `dblclick` event.\n" ], "signature": [ - "(options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" + "(options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5304,7 +5354,7 @@ "\nDefaults to `left`." ], "signature": [ - "\"right\" | \"left\" | \"middle\" | undefined" + "\"middle\" | \"right\" | \"left\" | undefined" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -6318,7 +6368,7 @@ "\nAllows locating elements by their [ARIA role](https://www.w3.org/TR/wai-aria-1.2/#roles),\n[ARIA attributes](https://www.w3.org/TR/wai-aria-1.2/#aria-attributes) and\n[accessible name](https://w3c.github.io/accname/#dfn-accessible-name).\n\n**Usage**\n\nConsider the following DOM structure.\n\n```html\n

Sign up

\n\n
\n\n```\n\nYou can locate each element by it's implicit role:\n\n```js\nawait expect(page.getByRole('heading', { name: 'Sign up' })).toBeVisible();\n\nawait page.getByRole('checkbox', { name: 'Subscribe' }).check();\n\nawait page.getByRole('button', { name: /submit/i }).click();\n```\n\n**Details**\n\nRole selector **does not replace** accessibility audits and conformance tests, but rather gives early feedback\nabout the ARIA guidelines.\n\nMany html elements have an implicitly [defined role](https://w3c.github.io/html-aam/#html-element-role-mappings)\nthat is recognized by the role selector. You can find all the\n[supported roles here](https://www.w3.org/TR/wai-aria-1.2/#role_definitions). ARIA guidelines **do not recommend**\nduplicating implicit roles and attributes by setting `role` and/or `aria-*` attributes to default values." ], "signature": [ - "(role: \"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"application\" | \"form\" | \"grid\" | \"group\" | \"status\" | \"code\" | \"main\" | \"article\" | \"blockquote\" | \"button\" | \"caption\" | \"dialog\" | \"figure\" | \"img\" | \"menu\" | \"menuitem\" | \"meter\" | \"option\" | \"strong\" | \"table\" | \"time\" | \"switch\" | \"alertdialog\" | \"banner\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"directory\" | \"document\" | \"feed\" | \"gridcell\" | \"heading\" | \"listbox\" | \"listitem\" | \"marquee\" | \"math\" | \"menubar\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"tab\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\", options?: { checked?: boolean | undefined; disabled?: boolean | undefined; exact?: boolean | undefined; expanded?: boolean | undefined; includeHidden?: boolean | undefined; level?: number | undefined; name?: string | RegExp | undefined; pressed?: boolean | undefined; selected?: boolean | undefined; } | undefined) => ", + "(role: \"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"alertdialog\" | \"application\" | \"article\" | \"banner\" | \"button\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"dialog\" | \"directory\" | \"document\" | \"feed\" | \"figure\" | \"form\" | \"grid\" | \"gridcell\" | \"group\" | \"heading\" | \"img\" | \"listbox\" | \"listitem\" | \"main\" | \"marquee\" | \"math\" | \"menu\" | \"menubar\" | \"menuitem\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"option\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"status\" | \"switch\" | \"tab\" | \"table\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"time\" | \"code\" | \"blockquote\" | \"caption\" | \"meter\" | \"strong\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\", options?: { checked?: boolean | undefined; disabled?: boolean | undefined; exact?: boolean | undefined; expanded?: boolean | undefined; includeHidden?: boolean | undefined; level?: number | undefined; name?: string | RegExp | undefined; pressed?: boolean | undefined; selected?: boolean | undefined; } | undefined) => ", "Locator" ], "path": "node_modules/playwright-core/types/types.d.ts", @@ -6335,7 +6385,7 @@ "Required aria role." ], "signature": [ - "\"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"application\" | \"form\" | \"grid\" | \"group\" | \"status\" | \"code\" | \"main\" | \"article\" | \"blockquote\" | \"button\" | \"caption\" | \"dialog\" | \"figure\" | \"img\" | \"menu\" | \"menuitem\" | \"meter\" | \"option\" | \"strong\" | \"table\" | \"time\" | \"switch\" | \"alertdialog\" | \"banner\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"directory\" | \"document\" | \"feed\" | \"gridcell\" | \"heading\" | \"listbox\" | \"listitem\" | \"marquee\" | \"math\" | \"menubar\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"tab\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" + "\"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"alertdialog\" | \"application\" | \"article\" | \"banner\" | \"button\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"dialog\" | \"directory\" | \"document\" | \"feed\" | \"figure\" | \"form\" | \"grid\" | \"gridcell\" | \"group\" | \"heading\" | \"img\" | \"listbox\" | \"listitem\" | \"main\" | \"marquee\" | \"math\" | \"menu\" | \"menubar\" | \"menuitem\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"option\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"status\" | \"switch\" | \"tab\" | \"table\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"time\" | \"code\" | \"blockquote\" | \"caption\" | \"meter\" | \"strong\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -8943,6 +8993,51 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.RoleSessionCredentials", + "type": "Interface", + "tags": [], + "label": "RoleSessionCredentials", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout", + "id": "def-common.RoleSessionCredentials.cookieValue", + "type": "string", + "tags": [], + "label": "cookieValue", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.RoleSessionCredentials.cookieHeader", + "type": "Object", + "tags": [], + "label": "cookieHeader", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.CookieHeader", + "text": "CookieHeader" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/scout", "id": "def-common.SamlAuth", @@ -9046,6 +9141,83 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout", + "id": "def-common.SamlAuth.asInteractiveUser", + "type": "Function", + "tags": [], + "label": "asInteractiveUser", + "description": [ + "\nGenerates a SAML session cookie for an interactive user with the specified role.\n\nThis method is ideal for testing internal APIs that are typically accessed via the UI.\nIt authenticates as an interactive user and returns session credentials including cookie\nheaders that can be used in API requests.\n" + ], + "signature": [ + "(role: string | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + }, + " | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ElasticsearchRoleDescriptor", + "text": "ElasticsearchRoleDescriptor" + }, + ") => Promise<", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.RoleSessionCredentials", + "text": "RoleSessionCredentials" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout", + "id": "def-common.SamlAuth.asInteractiveUser.$1", + "type": "CompoundType", + "tags": [], + "label": "role", + "description": [ + "- Either a built-in Kibana role name (e.g., 'admin', 'editor', 'viewer') or\n a custom role descriptor with specific permissions (Kibana or Elasticsearch)" + ], + "signature": [ + "string | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + }, + " | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ElasticsearchRoleDescriptor", + "text": "ElasticsearchRoleDescriptor" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "Promise resolving to credentials with cookieValue and cookieHeader properties" + ] } ], "initialIsOpen": false @@ -9096,9 +9268,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -9106,7 +9278,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/parallel_run_fixtures.ts", "deprecated": false, @@ -9665,9 +9837,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -9675,7 +9847,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/single_thread_fixtures.ts", "deprecated": false, @@ -10156,9 +10328,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -10166,7 +10338,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/scout_page/index.ts", "deprecated": false, diff --git a/api_docs/kbn_scout.mdx b/api_docs/kbn_scout.mdx index e137684b3e304..4c9cf71e6f9d1 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout'] --- import kbnScoutObj from './kbn_scout.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 573 | 2 | 222 | 26 | +| 582 | 2 | 229 | 27 | ## Common diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx index 491ab1471f561..66ad144be9f5e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-info'] --- import kbnScoutInfoObj from './kbn_scout_info.devdocs.json'; diff --git a/api_docs/kbn_scout_oblt.devdocs.json b/api_docs/kbn_scout_oblt.devdocs.json index 2137ad38985f2..f37d79b36dbcf 100644 --- a/api_docs/kbn_scout_oblt.devdocs.json +++ b/api_docs/kbn_scout_oblt.devdocs.json @@ -856,6 +856,22 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.EuiDataGridWrapper.ensureGridVisible", + "type": "Function", + "tags": [], + "label": "ensureGridVisible", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/scout-oblt", "id": "def-common.EuiDataGridWrapper.doActionOnColumn", @@ -2816,15 +2832,7 @@ "section": "def-common.ApiServicesFixture", "text": "ApiServicesFixture" }, - "; } & { samlAuth: ", - { - "pluginId": "@kbn/scout", - "scope": "common", - "docId": "kibKbnScoutPluginApi", - "section": "def-common.SamlAuth", - "text": "SamlAuth" - }, - "; preCreateSecurityIndexes: void; } & { uiSettings: ", + "; } & { uiSettings: ", "UiSettingsFixture", "; } & { kbnUrl: ", { @@ -3531,6 +3539,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.ApiServicesFixture.dataViews", + "type": "Object", + "tags": [], + "label": "dataViews", + "description": [], + "signature": [ + "DataViewsApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/scout-oblt", "id": "def-common.ApiServicesFixture.fleet", @@ -4258,9 +4280,9 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], @@ -4343,9 +4365,9 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", "PageFunctionOn", ", options?: { timeout?: number | undefined; } | undefined): Promise; }" ], @@ -4411,11 +4433,11 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", ", arg: Arg): Promise<", "SmartHandle", - ">; (pageFunction: ", + ">; (pageFunction: ", "PageFunctionOn", "): Promise<", "SmartHandle", @@ -4473,11 +4495,11 @@ "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", ", arg: Arg): Promise<", "SmartHandle", - ">; (pageFunction: ", + ">; (pageFunction: ", "PageFunctionOn", "): Promise<", "SmartHandle", @@ -4518,9 +4540,9 @@ "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg): Promise; (pageFunction: ", + ", arg: Arg): Promise; (pageFunction: ", "PageFunctionOn", "): Promise; }" ], @@ -4576,9 +4598,9 @@ "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" ], "signature": [ - "{ (pageFunction: ", + "{ (pageFunction: ", "PageFunctionOn", - ", arg: Arg): Promise; (pageFunction: ", + ", arg: Arg): Promise; (pageFunction: ", "PageFunctionOn", "): Promise; }" ], @@ -4619,7 +4641,7 @@ "signature": [ "(options?: { timeout?: number | undefined; } | undefined) => Promise<", "ElementHandle", - " | null>" + " | null>" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5102,7 +5124,7 @@ "\nClick an element.\n\n**Details**\n\nThis method clicks the element by performing the following steps:\n1. Wait for [actionability](https://playwright.dev/docs/actionability) checks on the element, unless\n [`force`](https://playwright.dev/docs/api/class-locator#locator-click-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.mouse](https://playwright.dev/docs/api/class-page#page-mouse) to click in the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-click-option-position).\n1. Wait for initiated navigations to either succeed or fail, unless\n [`noWaitAfter`](https://playwright.dev/docs/api/class-locator#locator-click-option-no-wait-after) option is\n set.\n\nIf the element is detached from the DOM at any moment during the action, this method throws.\n\nWhen all steps combined have not finished during the specified\n[`timeout`](https://playwright.dev/docs/api/class-locator#locator-click-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**Usage**\n\nClick a button:\n\n```js\nawait page.getByRole('button').click();\n```\n\nShift-right-click at a specific position on a canvas:\n\n```js\nawait page.locator('canvas').click({\n button: 'right',\n modifiers: ['Shift'],\n position: { x: 23, y: 32 },\n});\n```\n" ], "signature": [ - "(options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" + "(options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5129,7 +5151,7 @@ "\nDefaults to `left`." ], "signature": [ - "\"right\" | \"left\" | \"middle\" | undefined" + "\"middle\" | \"right\" | \"left\" | undefined" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5318,7 +5340,7 @@ "\nDouble-click an element.\n\n**Details**\n\nThis method double clicks the element by performing the following steps:\n1. Wait for [actionability](https://playwright.dev/docs/actionability) checks on the element, unless\n [`force`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.mouse](https://playwright.dev/docs/api/class-page#page-mouse) to double click in the center of the\n element, or the specified\n [`position`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-position).\n\nIf the element is detached from the DOM at any moment during the action, this method throws.\n\nWhen all steps combined have not finished during the specified\n[`timeout`](https://playwright.dev/docs/api/class-locator#locator-dblclick-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**NOTE** `element.dblclick()` dispatches two `click` events and a single `dblclick` event.\n" ], "signature": [ - "(options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" + "(options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -5345,7 +5367,7 @@ "\nDefaults to `left`." ], "signature": [ - "\"right\" | \"left\" | \"middle\" | undefined" + "\"middle\" | \"right\" | \"left\" | undefined" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -6359,7 +6381,7 @@ "\nAllows locating elements by their [ARIA role](https://www.w3.org/TR/wai-aria-1.2/#roles),\n[ARIA attributes](https://www.w3.org/TR/wai-aria-1.2/#aria-attributes) and\n[accessible name](https://w3c.github.io/accname/#dfn-accessible-name).\n\n**Usage**\n\nConsider the following DOM structure.\n\n```html\n

Sign up

\n\n
\n\n```\n\nYou can locate each element by it's implicit role:\n\n```js\nawait expect(page.getByRole('heading', { name: 'Sign up' })).toBeVisible();\n\nawait page.getByRole('checkbox', { name: 'Subscribe' }).check();\n\nawait page.getByRole('button', { name: /submit/i }).click();\n```\n\n**Details**\n\nRole selector **does not replace** accessibility audits and conformance tests, but rather gives early feedback\nabout the ARIA guidelines.\n\nMany html elements have an implicitly [defined role](https://w3c.github.io/html-aam/#html-element-role-mappings)\nthat is recognized by the role selector. You can find all the\n[supported roles here](https://www.w3.org/TR/wai-aria-1.2/#role_definitions). ARIA guidelines **do not recommend**\nduplicating implicit roles and attributes by setting `role` and/or `aria-*` attributes to default values." ], "signature": [ - "(role: \"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"application\" | \"form\" | \"grid\" | \"group\" | \"status\" | \"code\" | \"main\" | \"article\" | \"blockquote\" | \"button\" | \"caption\" | \"dialog\" | \"figure\" | \"img\" | \"menu\" | \"menuitem\" | \"meter\" | \"option\" | \"strong\" | \"table\" | \"time\" | \"switch\" | \"alertdialog\" | \"banner\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"directory\" | \"document\" | \"feed\" | \"gridcell\" | \"heading\" | \"listbox\" | \"listitem\" | \"marquee\" | \"math\" | \"menubar\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"tab\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\", options?: { checked?: boolean | undefined; disabled?: boolean | undefined; exact?: boolean | undefined; expanded?: boolean | undefined; includeHidden?: boolean | undefined; level?: number | undefined; name?: string | RegExp | undefined; pressed?: boolean | undefined; selected?: boolean | undefined; } | undefined) => ", + "(role: \"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"alertdialog\" | \"application\" | \"article\" | \"banner\" | \"button\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"dialog\" | \"directory\" | \"document\" | \"feed\" | \"figure\" | \"form\" | \"grid\" | \"gridcell\" | \"group\" | \"heading\" | \"img\" | \"listbox\" | \"listitem\" | \"main\" | \"marquee\" | \"math\" | \"menu\" | \"menubar\" | \"menuitem\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"option\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"status\" | \"switch\" | \"tab\" | \"table\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"time\" | \"code\" | \"blockquote\" | \"caption\" | \"meter\" | \"strong\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\", options?: { checked?: boolean | undefined; disabled?: boolean | undefined; exact?: boolean | undefined; expanded?: boolean | undefined; includeHidden?: boolean | undefined; level?: number | undefined; name?: string | RegExp | undefined; pressed?: boolean | undefined; selected?: boolean | undefined; } | undefined) => ", "Locator" ], "path": "node_modules/playwright-core/types/types.d.ts", @@ -6376,7 +6398,7 @@ "Required aria role." ], "signature": [ - "\"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"application\" | \"form\" | \"grid\" | \"group\" | \"status\" | \"code\" | \"main\" | \"article\" | \"blockquote\" | \"button\" | \"caption\" | \"dialog\" | \"figure\" | \"img\" | \"menu\" | \"menuitem\" | \"meter\" | \"option\" | \"strong\" | \"table\" | \"time\" | \"switch\" | \"alertdialog\" | \"banner\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"directory\" | \"document\" | \"feed\" | \"gridcell\" | \"heading\" | \"listbox\" | \"listitem\" | \"marquee\" | \"math\" | \"menubar\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"tab\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" + "\"log\" | \"search\" | \"link\" | \"none\" | \"list\" | \"alert\" | \"alertdialog\" | \"application\" | \"article\" | \"banner\" | \"button\" | \"cell\" | \"checkbox\" | \"columnheader\" | \"combobox\" | \"complementary\" | \"contentinfo\" | \"definition\" | \"dialog\" | \"directory\" | \"document\" | \"feed\" | \"figure\" | \"form\" | \"grid\" | \"gridcell\" | \"group\" | \"heading\" | \"img\" | \"listbox\" | \"listitem\" | \"main\" | \"marquee\" | \"math\" | \"menu\" | \"menubar\" | \"menuitem\" | \"menuitemcheckbox\" | \"menuitemradio\" | \"navigation\" | \"note\" | \"option\" | \"presentation\" | \"progressbar\" | \"radio\" | \"radiogroup\" | \"region\" | \"row\" | \"rowgroup\" | \"rowheader\" | \"scrollbar\" | \"searchbox\" | \"separator\" | \"slider\" | \"spinbutton\" | \"status\" | \"switch\" | \"tab\" | \"table\" | \"tablist\" | \"tabpanel\" | \"term\" | \"textbox\" | \"timer\" | \"toolbar\" | \"tooltip\" | \"tree\" | \"treegrid\" | \"treeitem\" | \"time\" | \"code\" | \"blockquote\" | \"caption\" | \"meter\" | \"strong\" | \"deletion\" | \"emphasis\" | \"generic\" | \"insertion\" | \"paragraph\" | \"subscript\" | \"superscript\"" ], "path": "node_modules/playwright-core/types/types.d.ts", "deprecated": false, @@ -9287,6 +9309,83 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.SamlAuth.asInteractiveUser", + "type": "Function", + "tags": [], + "label": "asInteractiveUser", + "description": [ + "\nGenerates a SAML session cookie for an interactive user with the specified role.\n\nThis method is ideal for testing internal APIs that are typically accessed via the UI.\nIt authenticates as an interactive user and returns session credentials including cookie\nheaders that can be used in API requests.\n" + ], + "signature": [ + "(role: string | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + }, + " | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ElasticsearchRoleDescriptor", + "text": "ElasticsearchRoleDescriptor" + }, + ") => Promise<", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.RoleSessionCredentials", + "text": "RoleSessionCredentials" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-oblt", + "id": "def-common.SamlAuth.asInteractiveUser.$1", + "type": "CompoundType", + "tags": [], + "label": "role", + "description": [ + "- Either a built-in Kibana role name (e.g., 'admin', 'editor', 'viewer') or\n a custom role descriptor with specific permissions (Kibana or Elasticsearch)" + ], + "signature": [ + "string | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + }, + " | ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ElasticsearchRoleDescriptor", + "text": "ElasticsearchRoleDescriptor" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/core_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "Promise resolving to credentials with cookieValue and cookieHeader properties" + ] } ], "initialIsOpen": false @@ -9337,9 +9436,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -9347,7 +9446,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/parallel_run_fixtures.ts", "deprecated": false, @@ -9906,9 +10005,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -9916,7 +10015,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/single_thread_fixtures.ts", "deprecated": false, @@ -10418,9 +10517,9 @@ "Response", " | null>; waitForLoadingIndicatorHidden: () => Promise<", "ElementHandle", - " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", + " | null>; keyTo: (selector: string, key: string, maxElementsToTraverse?: number | undefined) => Promise; checkA11y: (options?: ", "RunA11yScanOptions", - " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"right\" | \"left\" | \"middle\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", + " | undefined) => Promise<{ violations: string[]; }>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; testSubj: { check: (selector: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; click: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; clickCount?: number | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; dblclick: (selector: string, options?: { button?: \"middle\" | \"right\" | \"left\" | undefined; delay?: number | undefined; force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; fill: (selector: string, value: string, options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; focus: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; getAttribute: (selector: string, name: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; hover: (selector: string, options?: { force?: boolean | undefined; modifiers?: (\"Alt\" | \"Control\" | \"Meta\" | \"Shift\" | \"ControlOrMeta\")[] | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; strict?: boolean | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise; innerText: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isEnabled: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isChecked: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isHidden: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; isVisible: (selector: string, options?: { strict?: boolean | undefined; timeout?: number | undefined; } | undefined) => Promise; locator: (selector: string, options?: { has?: ", "Locator", " | undefined; hasNot?: ", "Locator", @@ -10428,7 +10527,7 @@ "Locator", "; waitForSelector: (selector: string, options?: PageWaitForSelectorOptions | undefined) => Promise<", "ElementHandle", - " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" + " | null>; typeWithDelay: (selector: string, text: string, options?: { delay: number; } | undefined) => Promise; clearInput: (selector: string) => Promise; dragTo: (sourceSelector: string, targetSelector: string) => Promise; }; }" ], "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/scout_page/index.ts", "deprecated": false, diff --git a/api_docs/kbn_scout_oblt.mdx b/api_docs/kbn_scout_oblt.mdx index f12f9ed2bc894..e80502abb0e8b 100644 --- a/api_docs/kbn_scout_oblt.mdx +++ b/api_docs/kbn_scout_oblt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-oblt title: "@kbn/scout-oblt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-oblt plugin -date: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-oblt'] --- import kbnScoutObltObj from './kbn_scout_oblt.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 573 | 2 | 229 | 5 | +| 577 | 2 | 231 | 5 | ## Common diff --git a/api_docs/kbn_scout_reporting.devdocs.json b/api_docs/kbn_scout_reporting.devdocs.json index 79128a4d97d9f..a8fe5f27ccca3 100644 --- a/api_docs/kbn_scout_reporting.devdocs.json +++ b/api_docs/kbn_scout_reporting.devdocs.json @@ -1322,7 +1322,7 @@ "label": "type", "description": [], "signature": [ - "\"playwright\" | \"jest\" | \"ftr\"" + "\"cypress\" | \"playwright\" | \"jest\" | \"ftr\"" ], "path": "src/platform/packages/private/kbn-scout-reporting/src/reporting/report/events/event.ts", "deprecated": false, diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx index df3b7daa61190..8859e49660e6e 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: 2025-12-19 +date: 2026-01-07 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] --- import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; diff --git a/api_docs/kbn_scout_search.devdocs.json b/api_docs/kbn_scout_search.devdocs.json new file mode 100644 index 0000000000000..014dcb897bb41 --- /dev/null +++ b/api_docs/kbn_scout_search.devdocs.json @@ -0,0 +1,10326 @@ +{ + "id": "@kbn/scout-search", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client", + "type": "Class", + "tags": [], + "label": "Client", + "description": [], + "signature": [ + "default", + " extends ", + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.diagnostic", + "type": "Object", + "tags": [], + "label": "diagnostic", + "description": [], + "signature": [ + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.name", + "type": "CompoundType", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | symbol" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.connectionPool", + "type": "Object", + "tags": [], + "label": "connectionPool", + "description": [], + "signature": [ + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.transport", + "type": "Object", + "tags": [], + "label": "transport", + "description": [], + "signature": [ + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.serializer", + "type": "Object", + "tags": [], + "label": "serializer", + "description": [], + "signature": [ + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.helpers", + "type": "Object", + "tags": [], + "label": "helpers", + "description": [], + "signature": [ + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "ClientOptions" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.child", + "type": "Function", + "tags": [ + "see" + ], + "label": "child", + "description": [ + "\nCreates a child client instance that shared its connection pool with the parent client" + ], + "signature": [ + "(opts: ", + "ClientOptions", + ") => ", + "default" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.child.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "ClientOptions" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Client.close", + "type": "Function", + "tags": [], + "label": "close", + "description": [ + "\nCloses all connections in the connection pool. Connections shared with any parent or child instances will also be closed." + ], + "signature": [ + "() => Promise" + ], + "path": "node_modules/@elastic/elasticsearch/lib/client.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper", + "type": "Class", + "tags": [], + "label": "EuiCheckBoxWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiCheckBoxWrapper instance.\nnew EuiCheckBoxWrapper(page, { dataTestSubj: 'myCheckBox' })\nnew EuiCheckBoxWrapper(page, 'myCheckBox') // backward compatibility\nnew EuiCheckBoxWrapper(page, { locator: 'role=checkbox[name=\"I am a checkbox\"]' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.isChecked", + "type": "Function", + "tags": [], + "label": "isChecked", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.check", + "type": "Function", + "tags": [], + "label": "check", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.uncheck", + "type": "Function", + "tags": [], + "label": "uncheck", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCheckBoxWrapper.getLabel", + "type": "Function", + "tags": [], + "label": "getLabel", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/check_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper", + "type": "Class", + "tags": [], + "label": "EuiCodeBlockWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiCodeBlockWrapper instance.\nnew EuiCodeBlockWrapper(page, { dataTestSubj: 'myCodeBlock' })\nnew EuiCodeBlockWrapper(page, 'myCodeBlock') // backward compatibility\nnew EuiCodeBlockWrapper(page, { locator: '.euiCodeBlock' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.getWrapper", + "type": "Function", + "tags": [], + "label": "getWrapper", + "description": [], + "signature": [ + "() => ", + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.getCodeElement", + "type": "Function", + "tags": [], + "label": "getCodeElement", + "description": [], + "signature": [ + "() => ", + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.getCopyButton", + "type": "Function", + "tags": [], + "label": "getCopyButton", + "description": [], + "signature": [ + "() => ", + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiCodeBlockWrapper.getCodeValue", + "type": "Function", + "tags": [], + "label": "getCodeValue", + "description": [ + "\nGet the code value from the code block." + ], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/code_block.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper", + "type": "Class", + "tags": [], + "label": "EuiComboBoxWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiComboBoxWrapper instance.\nnew EuiComboBoxWrapper(page, { dataTestSubj: 'myComboBox' })\nnew EuiComboBoxWrapper(page, 'myComboBox') // backward compatibility\nnew EuiComboBoxWrapper(page, { locator: '.euiComboBox' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.getSelectedMultiOptions", + "type": "Function", + "tags": [], + "label": "getSelectedMultiOptions", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectMultiOption", + "type": "Function", + "tags": [], + "label": "selectMultiOption", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectMultiOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectMultiOptions", + "type": "Function", + "tags": [], + "label": "selectMultiOptions", + "description": [], + "signature": [ + "(values: string[]) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectMultiOptions.$1", + "type": "Array", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "string[]" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.setCustomMultiOption", + "type": "Function", + "tags": [], + "label": "setCustomMultiOption", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.setCustomMultiOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.clear", + "type": "Function", + "tags": [], + "label": "clear", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.removeOption", + "type": "Function", + "tags": [], + "label": "removeOption", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.removeOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectSingleOption", + "type": "Function", + "tags": [], + "label": "selectSingleOption", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.selectSingleOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.setCustomSingleOption", + "type": "Function", + "tags": [], + "label": "setCustomSingleOption", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.setCustomSingleOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiComboBoxWrapper.getSelectedValue", + "type": "Function", + "tags": [], + "label": "getSelectedValue", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/combo_box.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper", + "type": "Class", + "tags": [], + "label": "EuiDataGridWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiDataGridWrapper instance.\nnew EuiDataGridWrapper(page, { dataTestSubj: 'docTable' })\nnew EuiDataGridWrapper(page, 'docTable') // backward compatibility\nnew EuiDataGridWrapper(page, { locator: '.euiDataGrid' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.ensureGridVisible", + "type": "Function", + "tags": [], + "label": "ensureGridVisible", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.doActionOnColumn", + "type": "Function", + "tags": [], + "label": "doActionOnColumn", + "description": [], + "signature": [ + "(columnName: string, actionName: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.doActionOnColumn.$1", + "type": "string", + "tags": [], + "label": "columnName", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.doActionOnColumn.$2", + "type": "string", + "tags": [], + "label": "actionName", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.getCellLocatorByColId", + "type": "Function", + "tags": [], + "label": "getCellLocatorByColId", + "description": [], + "signature": [ + "(rowIndex: number, colId: string) => ", + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.getCellLocatorByColId.$1", + "type": "number", + "tags": [], + "label": "rowIndex", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.getCellLocatorByColId.$2", + "type": "string", + "tags": [], + "label": "colId", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.expandCell", + "type": "Function", + "tags": [], + "label": "expandCell", + "description": [], + "signature": [ + "(rowIndex: number, columnIndex: number) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.expandCell.$1", + "type": "number", + "tags": [], + "label": "rowIndex", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.expandCell.$2", + "type": "number", + "tags": [], + "label": "columnIndex", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.getColumnsNames", + "type": "Function", + "tags": [], + "label": "getColumnsNames", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.getRowsCount", + "type": "Function", + "tags": [], + "label": "getRowsCount", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.openFullScreenMode", + "type": "Function", + "tags": [], + "label": "openFullScreenMode", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.closeFullScreenMode", + "type": "Function", + "tags": [], + "label": "closeFullScreenMode", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.openDisplaySelector", + "type": "Function", + "tags": [], + "label": "openDisplaySelector", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiDataGridWrapper.openColumnSelector", + "type": "Function", + "tags": [], + "label": "openColumnSelector", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/data_grid.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper", + "type": "Class", + "tags": [], + "label": "EuiFieldTextWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiFieldTextWrapper instance.\nnew EuiFieldTextWrapper(page, { dataTestSubj: 'myFieldText' })\nnew EuiFieldTextWrapper(page, 'div.euiFormControlLayout') // backward compatibility\nnew EuiFieldTextWrapper(page, { locator: 'role=textbox[name=\"I am a text field\"]' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.fill", + "type": "Function", + "tags": [], + "label": "fill", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.fill.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiFieldTextWrapper.getValue", + "type": "Function", + "tags": [], + "label": "getValue", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/field_text.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper", + "type": "Class", + "tags": [], + "label": "EuiSelectableWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiSelectableWrapper instance.\nnew EuiSelectableWrapper(page, { dataTestSubj: 'mySelectable' })\nnew EuiSelectableWrapper(page, 'mySelectable') // backward compatibility\nnew EuiSelectableWrapper(page, { locator: 'role=combobox[name=\"Searchable example\"]' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.getSelectedOptions", + "type": "Function", + "tags": [], + "label": "getSelectedOptions", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.searchAndSelectFirst", + "type": "Function", + "tags": [], + "label": "searchAndSelectFirst", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.searchAndSelectFirst.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.select", + "type": "Function", + "tags": [], + "label": "select", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.select.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.unselect", + "type": "Function", + "tags": [], + "label": "unselect", + "description": [], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSelectableWrapper.unselect.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/selectable.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper", + "type": "Class", + "tags": [], + "label": "EuiSuperSelectWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.valueInputLocator", + "type": "Object", + "tags": [], + "label": "valueInputLocator", + "description": [], + "signature": [ + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiSuperSelectWrapper instance.\nnew EuiSuperSelectWrapper(page, { dataTestSubj: 'mySuperSelect' })\nnew EuiSuperSelectWrapper(page, 'mySuperSelect') // backward compatibility\nnew EuiSuperSelectWrapper(page, { locator: '.euiSuperSelect' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.toggleDropdown", + "type": "Function", + "tags": [], + "label": "toggleDropdown", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.getIsDropdownOpened", + "type": "Function", + "tags": [], + "label": "getIsDropdownOpened", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.selectOption", + "type": "Function", + "tags": [ + "throws" + ], + "label": "selectOption", + "description": [ + "\nSelect an option by its value or test-subj identifier." + ], + "signature": [ + "(value: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.selectOption.$1", + "type": "string", + "tags": [], + "label": "value", + "description": [ + "- The value to select, or a test-subj identifier like \"option-type-ip\"" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiSuperSelectWrapper.isDisabled", + "type": "Function", + "tags": [], + "label": "isDisabled", + "description": [ + "\nCheck if the super select is disabled" + ], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/super_select.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper", + "type": "Class", + "tags": [], + "label": "EuiToastWrapper", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreate a new EuiToastWrapper instance.\nnew EuiToastWrapper(page, { dataTestSubj: 'myToast' })\nnew EuiToastWrapper(page, 'myToast') // backward compatibility\nnew EuiToastWrapper(page, { locator: 'role=alert[name=\"I am a toast\"]' })" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.Unnamed.$1", + "type": "CompoundType", + "tags": [], + "label": "page", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "selector", + "description": [], + "signature": [ + "SelectorInput" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.getCount", + "type": "Function", + "tags": [], + "label": "getCount", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.getWrapper", + "type": "Function", + "tags": [], + "label": "getWrapper", + "description": [], + "signature": [ + "() => ", + "Locator" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.getHeaderTitle", + "type": "Function", + "tags": [], + "label": "getHeaderTitle", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.getBody", + "type": "Function", + "tags": [], + "label": "getBody", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.close", + "type": "Function", + "tags": [], + "label": "close", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.EuiToastWrapper.closeAllToasts", + "type": "Function", + "tags": [], + "label": "closeAllToasts", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/eui_components/toast.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient", + "type": "Class", + "tags": [], + "label": "KbnClient", + "description": [], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.status", + "type": "Object", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "KbnClientStatus" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.plugins", + "type": "Object", + "tags": [], + "label": "plugins", + "description": [], + "signature": [ + "KbnClientPlugins" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.version", + "type": "Object", + "tags": [], + "label": "version", + "description": [], + "signature": [ + "KbnClientVersion" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.savedObjects", + "type": "Object", + "tags": [], + "label": "savedObjects", + "description": [], + "signature": [ + "KbnClientSavedObjects" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.spaces", + "type": "Object", + "tags": [], + "label": "spaces", + "description": [], + "signature": [ + "KbnClientSpaces" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.uiSettings", + "type": "Object", + "tags": [], + "label": "uiSettings", + "description": [], + "signature": [ + "KbnClientUiSettings" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.importExport", + "type": "Object", + "tags": [], + "label": "importExport", + "description": [], + "signature": [ + "KbnClientImportExport" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nBasic Kibana server client that implements common behaviors for talking\nto the Kibana server from dev tooling." + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/test", + "scope": "common", + "docId": "kibKbnTestPluginApi", + "section": "def-common.KbnClientOptions", + "text": "KbnClientOptions" + } + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.request", + "type": "Function", + "tags": [], + "label": "request", + "description": [ + "\nMake a direct request to the Kibana server" + ], + "signature": [ + "(options: ", + "ReqOptions", + ") => Promise<", + "AxiosResponse", + ">" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.request.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "ReqOptions" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.resolveUrl", + "type": "Function", + "tags": [], + "label": "resolveUrl", + "description": [], + "signature": [ + "(relativeUrl: string) => string" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KbnClient.resolveUrl.$1", + "type": "string", + "tags": [], + "label": "relativeUrl", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-test/src/kbn_client/kbn_client.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl", + "type": "Class", + "tags": [], + "label": "KibanaUrl", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.baseUrl", + "type": "Object", + "tags": [], + "label": "#baseUrl", + "description": [], + "signature": [ + "URL" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "baseUrl", + "description": [], + "signature": [ + "URL" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nGet an absolute URL based on Kibana's URL" + ], + "signature": [ + "(rel?: string | undefined, options?: ", + "PathOptions", + " | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.get.$1", + "type": "string", + "tags": [], + "label": "rel", + "description": [ + "relative url, resolved relative to Kibana's url" + ], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.get.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [ + "optional modifications to apply to the URL" + ], + "signature": [ + "PathOptions", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.domain", + "type": "Function", + "tags": [], + "label": "domain", + "description": [], + "signature": [ + "() => string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.app", + "type": "Function", + "tags": [], + "label": "app", + "description": [ + "\nGet the URL for an app" + ], + "signature": [ + "(appName: string, options?: { space?: string | undefined; pathOptions?: ", + "PathOptions", + " | undefined; } | undefined) => string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.app.$1", + "type": "string", + "tags": [], + "label": "appName", + "description": [ + "name of the app to get the URL for" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.app.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.app.$2.space", + "type": "string", + "tags": [], + "label": "space", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.app.$2.pathOptions", + "type": "Object", + "tags": [], + "label": "pathOptions", + "description": [], + "signature": [ + "PathOptions", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaUrl.toString", + "type": "Function", + "tags": [], + "label": "toString", + "description": [], + "signature": [ + "() => string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/kibana_url.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger", + "type": "Class", + "tags": [], + "label": "ScoutLogger", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutLogger", + "text": "ScoutLogger" + }, + " extends ", + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [ + "\nCreates a ScoutLogger instance.\n\nLog level resolution priority:\n 1. The logLevel argument (if provided)\n 2. The SCOUT_LOG_LEVEL environment variable (if set)\n 3. The LOG_LEVEL environment variable (if set)\n 4. The default log level ('info')\n\nThe log level string is normalized (case-insensitive), and 'quiet' is treated as 'error'.\nOnly valid log levels from LOG_LEVEL_FLAGS are accepted.\n" + ], + "signature": [ + "any" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.Unnamed.$1", + "type": "string", + "tags": [], + "label": "workerContext", + "description": [ + "- Unique context string for the logger" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.Unnamed.$2", + "type": "CompoundType", + "tags": [], + "label": "logLevel", + "description": [ + "- Optional log level string (highest priority)" + ], + "signature": [ + "\"error\" | \"info\" | \"success\" | \"warning\" | \"debug\" | \"verbose\" | \"silent\" | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.serviceLoaded", + "type": "Function", + "tags": [], + "label": "serviceLoaded", + "description": [ + "\nUsed to log when a service/fixture is loaded" + ], + "signature": [ + "(name: string) => void" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.serviceLoaded.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "unique name of the service" + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.serviceMessage", + "type": "Function", + "tags": [], + "label": "serviceMessage", + "description": [ + "\nUsed to log a message for a service/fixture" + ], + "signature": [ + "(name: string, message: string) => void" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.serviceMessage.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ScoutLogger.serviceMessage.$2", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/logger.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.apiServicesFixture", + "type": "Function", + "tags": [], + "label": "apiServicesFixture", + "description": [ + "\nThis fixture provides a helper to interact with the Kibana APIs like Alerting, Cases, Fleet, Streams, Spaces, etc." + ], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & { apiServices: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + "; }>" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.apiTest", + "type": "Function", + "tags": [], + "label": "apiTest", + "description": [], + "signature": [ + "TestType", + "<", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + ", ", + "ApiWorkerFixtures", + ">" + ], + "path": "x-pack/solutions/search/packages/kbn-scout-search/src/playwright/fixtures/single_thread_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.browserAuthFixture", + "type": "Function", + "tags": [], + "label": "browserAuthFixture", + "description": [ + "\nThe \"browserAuth\" fixture simplifies the process of logging into Kibana with\ndifferent roles during tests. It uses the \"samlAuth\" fixture to create an authentication session\nfor the specified role and the \"context\" fixture to update the cookie with the role-scoped session.\n\nCustom roles created via loginWithCustomRole are persisted for the worker lifetime and cleaned up\nby the worker-scoped samlAuth fixture, avoiding unnecessary role creation/deletion overhead per test." + ], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + " & { browserAuth: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.BrowserAuthFixture", + "text": "BrowserAuthFixture" + }, + "; }, ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + ">" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createLazyPageObject", + "type": "Function", + "tags": [], + "label": "createLazyPageObject", + "description": [ + "\nCreates a lazily instantiated proxy for a Page Object class, deferring the creation of the instance until\na property or method is accessed. It helps avoiding instantiation of page objects that may not be used\nin certain test scenarios.\n" + ], + "signature": [ + "(PageObjectClass: new (page: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + ", ...args: Args) => T, scoutPage: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + ", constructorArgs: Args) => T" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/page_objects/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createLazyPageObject.$1", + "type": "Object", + "tags": [], + "label": "PageObjectClass", + "description": [ + "- The page object class to be instantiated lazily." + ], + "signature": [ + "new (page: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + ", ...args: Args) => T" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/page_objects/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createLazyPageObject.$2", + "type": "CompoundType", + "tags": [], + "label": "scoutPage", + "description": [ + "- ScoutPage instance, that extends the Playwright `page` fixture and passed to the page object class constructor." + ], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/page_objects/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createLazyPageObject.$3", + "type": "Uncategorized", + "tags": [], + "label": "constructorArgs", + "description": [ + "- Additional arguments to be passed to the page object class constructor." + ], + "signature": [ + "Args" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/page_objects/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A proxy object that behaves like an instance of the page object class, instantiating it on demand." + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createPlaywrightConfig", + "type": "Function", + "tags": [], + "label": "createPlaywrightConfig", + "description": [], + "signature": [ + "(options: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPlaywrightOptions", + "text": "ScoutPlaywrightOptions" + }, + ") => ", + "PlaywrightTestConfig", + "<{}, {}>" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/config/create_config.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.createPlaywrightConfig.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPlaywrightOptions", + "text": "ScoutPlaywrightOptions" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/config/create_config.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.expect", + "type": "Function", + "tags": [], + "label": "expect", + "description": [], + "signature": [ + "{ (actual: T, messageOrOptions?: string | { message?: string | undefined; } | undefined): MakeMatchers; soft: (actual: T, messageOrOptions?: string | { message?: string | undefined; } | undefined) => MakeMatchers; poll: (actual: () => T | Promise, messageOrOptions?: string | { message?: string | undefined; timeout?: number | undefined; intervals?: number[] | undefined; } | undefined) => PollMatchers, T, {}>; extend ", + "MatcherReturnType", + " | Promise<", + "MatcherReturnType", + ">>>(matchers: MoreMatchers): ", + "Expect", + "<{} & MoreMatchers>; configure: (configuration: { message?: string | undefined; timeout?: number | undefined; soft?: boolean | undefined; }) => ", + "Expect", + "<{}>; getState(): unknown; not: Omit; } & AsymmetricMatchers" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/expect.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.expect.$1", + "type": "Uncategorized", + "tags": [], + "label": "actual", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright/types/test.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.expect.$2", + "type": "CompoundType", + "tags": [], + "label": "messageOrOptions", + "description": [], + "signature": [ + "string | { message?: string | undefined; } | undefined" + ], + "path": "node_modules/playwright/types/test.d.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.globalSetupHook", + "type": "Function", + "tags": [], + "label": "globalSetupHook", + "description": [], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & { esArchiver: ", + "EsArchiverFixture", + "; } & ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.SynthtraceFixture", + "text": "SynthtraceFixture" + }, + " & { apiServices: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + "; }>" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.lighthouseTest", + "type": "Function", + "tags": [], + "label": "lighthouseTest", + "description": [], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + " & { context: ", + "BrowserContext", + "; } & { browserAuth: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.BrowserAuthFixture", + "text": "BrowserAuthFixture" + }, + "; } & { page: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + "; log: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutLogger", + "text": "ScoutLogger" + }, + "; } & { pageObjects: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.PageObjects", + "text": "PageObjects" + }, + "; } & { validateTags: void; } & { perfTracker: ", + "PerformanceTracker", + "; } & { context: ", + "BrowserContext", + "; } & { lighthouse: ", + "LighthouseFixture", + "; }, ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & { esArchiver: ", + "EsArchiverFixture", + "; } & { uiSettings: ", + "UiSettingsFixture", + "; } & ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.SynthtraceFixture", + "text": "SynthtraceFixture" + }, + " & { apiServices: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + "; } & { kbnUrl: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaUrl", + "text": "KibanaUrl" + }, + "; } & { config: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutTestConfig", + "text": "ScoutTestConfig" + }, + "; } & { debuggingPort: number; } & { debuggingPort: number; }>" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/test/ui/index.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformance", + "type": "Function", + "tags": [], + "label": "measurePerformance", + "description": [ + "\nMeasure the performance of a sync function" + ], + "signature": [ + "(log: ", + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + }, + ", label: string, fn: () => T) => T" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformance.$1", + "type": "Object", + "tags": [], + "label": "log", + "description": [], + "signature": [ + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformance.$2", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformance.$3", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "() => T" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformanceAsync", + "type": "Function", + "tags": [], + "label": "measurePerformanceAsync", + "description": [ + "\nMeasure the performance of an async function" + ], + "signature": [ + "(log: ", + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + }, + ", label: string, fn: () => Promise) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformanceAsync.$1", + "type": "Object", + "tags": [], + "label": "log", + "description": [], + "signature": [ + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformanceAsync.$2", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.measurePerformanceAsync.$3", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/utils/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.mergeTests", + "type": "Function", + "tags": [], + "label": "mergeTests", + "description": [ + "\nMerges fixtures" + ], + "signature": [ + "(tests: List) => MergedTestType" + ], + "path": "node_modules/playwright/types/test.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.mergeTests.$1", + "type": "Uncategorized", + "tags": [], + "label": "tests", + "description": [], + "signature": [ + "List" + ], + "path": "node_modules/playwright/types/test.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.spaceTest", + "type": "Function", + "tags": [], + "label": "spaceTest", + "description": [ + "\nShould be used test spec files, running in parallel in isolated spaces against the same Kibana instance." + ], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + " & { context: ", + "BrowserContext", + "; } & { browserAuth: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.BrowserAuthFixture", + "text": "BrowserAuthFixture" + }, + "; } & { page: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + "; } & { pageObjects: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.PageObjects", + "text": "PageObjects" + }, + "; } & { validateTags: void; } & ", + { + "pluginId": "@kbn/scout-search", + "scope": "common", + "docId": "kibKbnScoutSearchPluginApi", + "section": "def-common.SearchParallelTestFixtures", + "text": "SearchParallelTestFixtures" + }, + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & { scoutSpace: ", + "ScoutSpaceParallelFixture", + "; } & { apiServices: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + "; } & { log: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutLogger", + "text": "ScoutLogger" + }, + "; kbnUrl: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaUrl", + "text": "KibanaUrl" + }, + "; scoutSpace: ", + "ScoutSpaceParallelFixture", + "; } & { scoutSpace: ", + "ScoutSpaceParallelFixture", + "; config: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutTestConfig", + "text": "ScoutTestConfig" + }, + "; } & ", + { + "pluginId": "@kbn/scout-search", + "scope": "common", + "docId": "kibKbnScoutSearchPluginApi", + "section": "def-common.SearchParallelWorkerFixtures", + "text": "SearchParallelWorkerFixtures" + }, + ">" + ], + "path": "x-pack/solutions/search/packages/kbn-scout-search/src/playwright/fixtures/parallel_run_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.synthtraceFixture", + "type": "Function", + "tags": [], + "label": "synthtraceFixture", + "description": [], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.SynthtraceFixture", + "text": "SynthtraceFixture" + }, + ">" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/synthtrace.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.test", + "type": "Function", + "tags": [], + "label": "test", + "description": [ + "\nShould be used for the test spec files executed sequentially." + ], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + " & { context: ", + "BrowserContext", + "; } & { browserAuth: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.BrowserAuthFixture", + "text": "BrowserAuthFixture" + }, + "; } & { page: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutPage", + "text": "ScoutPage" + }, + "; log: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutLogger", + "text": "ScoutLogger" + }, + "; } & { pageObjects: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.PageObjects", + "text": "PageObjects" + }, + "; } & { validateTags: void; } & { perfTracker: ", + "PerformanceTracker", + "; } & ", + { + "pluginId": "@kbn/scout-search", + "scope": "common", + "docId": "kibKbnScoutSearchPluginApi", + "section": "def-common.SearchTestFixtures", + "text": "SearchTestFixtures" + }, + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + " & ", + "CoreWorkerFixtures", + " & { esArchiver: ", + "EsArchiverFixture", + "; } & { uiSettings: ", + "UiSettingsFixture", + "; } & ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.SynthtraceFixture", + "text": "SynthtraceFixture" + }, + " & { apiServices: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ApiServicesFixture", + "text": "ApiServicesFixture" + }, + "; } & { kbnUrl: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaUrl", + "text": "KibanaUrl" + }, + "; } & { config: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.ScoutTestConfig", + "text": "ScoutTestConfig" + }, + "; } & ", + { + "pluginId": "@kbn/scout-search", + "scope": "common", + "docId": "kibKbnScoutSearchPluginApi", + "section": "def-common.SearchWorkerFixtures", + "text": "SearchWorkerFixtures" + }, + ">" + ], + "path": "x-pack/solutions/search/packages/kbn-scout-search/src/playwright/fixtures/single_thread_fixtures.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.test", + "type": "Function", + "tags": [], + "label": "test", + "description": [ + "\nThese tests are executed in Playwright environment that launches the browser\nand provides a fresh page to each test." + ], + "signature": [ + "TestType", + "<", + "PlaywrightTestArgs", + " & ", + "PlaywrightTestOptions", + ", ", + "PlaywrightWorkerArgs", + " & ", + "PlaywrightWorkerOptions", + ">" + ], + "path": "node_modules/playwright/types/test.d.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture", + "type": "Interface", + "tags": [], + "label": "ApiServicesFixture", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.alerting", + "type": "Object", + "tags": [], + "label": "alerting", + "description": [], + "signature": [ + "AlertingApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.cases", + "type": "Object", + "tags": [], + "label": "cases", + "description": [], + "signature": [ + "CasesApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.dataViews", + "type": "Object", + "tags": [], + "label": "dataViews", + "description": [], + "signature": [ + "DataViewsApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.fleet", + "type": "Object", + "tags": [], + "label": "fleet", + "description": [], + "signature": [ + "FleetApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.streams", + "type": "Object", + "tags": [], + "label": "streams", + "description": [], + "signature": [ + "StreamsApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ApiServicesFixture.core", + "type": "Object", + "tags": [], + "label": "core", + "description": [], + "signature": [ + "CoreApiService" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/worker/apis/index.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture", + "type": "Interface", + "tags": [], + "label": "BrowserAuthFixture", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginAsViewer", + "type": "Function", + "tags": [], + "label": "loginAsViewer", + "description": [ + "\nLogs in as a user with viewer-only permissions." + ], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "A Promise that resolves once the cookie in browser is set." + ] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginAsAdmin", + "type": "Function", + "tags": [], + "label": "loginAsAdmin", + "description": [ + "\nLogs in as a user with administrative privileges" + ], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "A Promise that resolves once the cookie in browser is set." + ] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginAsPrivilegedUser", + "type": "Function", + "tags": [], + "label": "loginAsPrivilegedUser", + "description": [ + "\nLogs in as a user with elevated, but not admin, permissions." + ], + "signature": [ + "() => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [ + "A Promise that resolves once the cookie in browser is set." + ] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginAs", + "type": "Function", + "tags": [], + "label": "loginAs", + "description": [ + "\nLogs in as a user with a role." + ], + "signature": [ + "(role: string) => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginAs.$1", + "type": "string", + "tags": [], + "label": "role", + "description": [ + "- A role object that defines the Kibana and ES previleges." + ], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A Promise that resolves once the cookie in browser is set." + ] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginWithCustomRole", + "type": "Function", + "tags": [], + "label": "loginWithCustomRole", + "description": [ + "\nLogs in as a user with a custom role." + ], + "signature": [ + "(role: ", + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + }, + ") => Promise" + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.BrowserAuthFixture.loginWithCustomRole.$1", + "type": "Object", + "tags": [], + "label": "role", + "description": [ + "- A role object that defines the Kibana and ES previleges. Role will re-created if it doesn't exist." + ], + "signature": [ + { + "pluginId": "@kbn/scout", + "scope": "common", + "docId": "kibKbnScoutPluginApi", + "section": "def-common.KibanaRole", + "text": "KibanaRole" + } + ], + "path": "src/platform/packages/shared/kbn-scout/src/playwright/fixtures/scope/test/browser_auth/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [ + "A Promise that resolves once the cookie in browser is set." + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession", + "type": "Interface", + "tags": [], + "label": "CDPSession", + "description": [ + "\nThe `CDPSession` instances are used to talk raw Chrome Devtools Protocol:\n- protocol methods can be called with `session.send` method.\n- protocol events can be subscribed to with `session.on` method.\n\nUseful links:\n- Documentation on DevTools Protocol can be found here:\n [DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/).\n- Getting Started with DevTools Protocol:\n https://github.com/aslushnikov/getting-started-with-cdp/blob/master/README.md\n\n```js\nconst client = await page.context().newCDPSession(page);\nawait client.send('Animation.enable');\nclient.on('Animation.animationCreated', () => console.log('Animation created!'));\nconst response = await client.send('Animation.getPlaybackRate');\nconsole.log('playback rate is ' + response.playbackRate);\nawait client.send('Animation.setPlaybackRate', {\n playbackRate: response.playbackRate / 2\n});\n```\n" + ], + "signature": [ + "CDPSession" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.on", + "type": "Function", + "tags": [], + "label": "on", + "description": [], + "signature": [ + "(event: T, listener: (payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void) => this" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.on.$1", + "type": "Uncategorized", + "tags": [], + "label": "event", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.on.$2", + "type": "Function", + "tags": [], + "label": "listener", + "description": [], + "signature": [ + "(payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.addListener", + "type": "Function", + "tags": [], + "label": "addListener", + "description": [], + "signature": [ + "(event: T, listener: (payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void) => this" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.addListener.$1", + "type": "Uncategorized", + "tags": [], + "label": "event", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.addListener.$2", + "type": "Function", + "tags": [], + "label": "listener", + "description": [], + "signature": [ + "(payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.off", + "type": "Function", + "tags": [], + "label": "off", + "description": [], + "signature": [ + "(event: T, listener: (payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void) => this" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.off.$1", + "type": "Uncategorized", + "tags": [], + "label": "event", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.off.$2", + "type": "Function", + "tags": [], + "label": "listener", + "description": [], + "signature": [ + "(payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.removeListener", + "type": "Function", + "tags": [], + "label": "removeListener", + "description": [], + "signature": [ + "(event: T, listener: (payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void) => this" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.removeListener.$1", + "type": "Uncategorized", + "tags": [], + "label": "event", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.removeListener.$2", + "type": "Function", + "tags": [], + "label": "listener", + "description": [], + "signature": [ + "(payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.once", + "type": "Function", + "tags": [], + "label": "once", + "description": [], + "signature": [ + "(event: T, listener: (payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void) => this" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.once.$1", + "type": "Uncategorized", + "tags": [], + "label": "event", + "description": [], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.once.$2", + "type": "Function", + "tags": [], + "label": "listener", + "description": [], + "signature": [ + "(payload: T extends symbol ? any : ", + "Protocol", + ".Events[T extends keyof ", + "Protocol", + ".Events ? T : never]) => void" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.send", + "type": "Function", + "tags": [], + "label": "send", + "description": [], + "signature": [ + "(method: T, params?: ", + "Protocol", + ".CommandParameters[T] | undefined) => Promise<", + "Protocol", + ".CommandReturnValues[T]>" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.send.$1", + "type": "Uncategorized", + "tags": [], + "label": "method", + "description": [ + "Protocol method name." + ], + "signature": [ + "T" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.send.$2", + "type": "Uncategorized", + "tags": [], + "label": "params", + "description": [ + "Optional method parameters." + ], + "signature": [ + "Protocol", + ".CommandParameters[T] | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.CDPSession.detach", + "type": "Function", + "tags": [], + "label": "detach", + "description": [ + "\nDetaches the CDPSession from the target. Once detached, the CDPSession object won't emit any events and can't be\nused to send messages." + ], + "signature": [ + "() => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ElasticsearchRoleDescriptor", + "type": "Interface", + "tags": [], + "label": "ElasticsearchRoleDescriptor", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ElasticsearchRoleDescriptor.cluster", + "type": "Array", + "tags": [], + "label": "cluster", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ElasticsearchRoleDescriptor.indices", + "type": "Array", + "tags": [], + "label": "indices", + "description": [], + "signature": [ + "{ names: string[]; privileges: string[]; allow_restricted_indices?: boolean | undefined; }[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ElasticsearchRoleDescriptor.applications", + "type": "Array", + "tags": [], + "label": "applications", + "description": [], + "signature": [ + "{ application: string; privileges: string[]; resources: string[]; }[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.ElasticsearchRoleDescriptor.run_as", + "type": "Array", + "tags": [], + "label": "run_as", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaRole", + "type": "Interface", + "tags": [], + "label": "KibanaRole", + "description": [], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaRole.elasticsearch", + "type": "Object", + "tags": [], + "label": "elasticsearch", + "description": [], + "signature": [ + "{ cluster: string[]; indices?: { names: string[]; privileges: string[]; allow_restricted_indices?: boolean | undefined; }[] | undefined; }" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.KibanaRole.kibana", + "type": "Array", + "tags": [], + "label": "kibana", + "description": [], + "signature": [ + "{ base: string[]; feature: Record; spaces: string[]; }[]" + ], + "path": "src/platform/packages/shared/kbn-scout/src/common/services/custom_role.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator", + "type": "Interface", + "tags": [], + "label": "Locator", + "description": [ + "\nLocators are the central piece of Playwright's auto-waiting and retry-ability. In a nutshell, locators represent a\nway to find element(s) on the page at any moment. A locator can be created with the\n[page.locator(selector[, options])](https://playwright.dev/docs/api/class-page#page-locator) method.\n\n[Learn more about locators](https://playwright.dev/docs/locators)." + ], + "signature": [ + "Locator" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate", + "type": "Function", + "tags": [], + "label": "evaluate", + "description": [ + "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + "PageFunctionOn", + ", options?: { timeout?: number | undefined; } | undefined): Promise; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$2", + "type": "Uncategorized", + "tags": [], + "label": "arg", + "description": [ + "Optional argument to pass to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression)." + ], + "signature": [ + "Arg" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$3", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$3.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate", + "type": "Function", + "tags": [], + "label": "evaluate", + "description": [ + "\nExecute JavaScript code in the page, taking the matching element as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression), called with the\nmatching element as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\nPassing argument to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-option-expression):\n\n```js\nconst result = await page.getByTestId('myId').evaluate((element, [x, y]) => {\n return element.textContent + ' ' + x * y;\n}, [7, 8]);\nconsole.log(result); // prints \"myId text 56\"\n```\n" + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg, options?: { timeout?: number | undefined; } | undefined): Promise; (pageFunction: ", + "PageFunctionOn", + ", options?: { timeout?: number | undefined; } | undefined): Promise; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluate.$2.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateHandle", + "type": "Function", + "tags": [], + "label": "evaluateHandle", + "description": [ + "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg): Promise<", + "SmartHandle", + ">; (pageFunction: ", + "PageFunctionOn", + "): Promise<", + "SmartHandle", + ">; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateHandle.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateHandle.$2", + "type": "Uncategorized", + "tags": [], + "label": "arg", + "description": [ + "Optional argument to pass to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)." + ], + "signature": [ + "Arg" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateHandle", + "type": "Function", + "tags": [], + "label": "evaluateHandle", + "description": [ + "\nExecute JavaScript code in the page, taking the matching element as an argument, and return a\n[JSHandle](https://playwright.dev/docs/api/class-jshandle) with the result.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) as\na[JSHandle](https://playwright.dev/docs/api/class-jshandle), called with the matching element as a first argument,\nand [`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-arg) as a second argument.\n\nThe only difference between\n[locator.evaluate(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate)\nand\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nis that\n[locator.evaluateHandle(pageFunction[, arg, options])](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle)\nreturns [JSHandle](https://playwright.dev/docs/api/class-jshandle).\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression)\nreturns a [Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-handle-option-expression) throws\nor rejects, this method throws.\n\nSee [page.evaluateHandle(pageFunction[, arg])](https://playwright.dev/docs/api/class-page#page-evaluate-handle) for\nmore details." + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg): Promise<", + "SmartHandle", + ">; (pageFunction: ", + "PageFunctionOn", + "): Promise<", + "SmartHandle", + ">; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateHandle.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateAll", + "type": "Function", + "tags": [], + "label": "evaluateAll", + "description": [ + "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg): Promise; (pageFunction: ", + "PageFunctionOn", + "): Promise; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateAll.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateAll.$2", + "type": "Uncategorized", + "tags": [], + "label": "arg", + "description": [ + "Optional argument to pass to\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression)." + ], + "signature": [ + "Arg" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateAll", + "type": "Function", + "tags": [], + "label": "evaluateAll", + "description": [ + "\nExecute JavaScript code in the page, taking all matching elements as an argument.\n\n**Details**\n\nReturns the return value of\n[`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression), called with\nan array of all matching elements as a first argument, and\n[`arg`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-arg) as a second argument.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) returns a\n[Promise], this method will wait for the promise to resolve and return its value.\n\nIf [`pageFunction`](https://playwright.dev/docs/api/class-locator#locator-evaluate-all-option-expression) throws or\nrejects, this method throws.\n\n**Usage**\n\n```js\nconst locator = page.locator('div');\nconst moreThanTen = await locator.evaluateAll((divs, min) => divs.length > min, 10);\n```\n" + ], + "signature": [ + "{ (pageFunction: ", + "PageFunctionOn", + ", arg: Arg): Promise; (pageFunction: ", + "PageFunctionOn", + "): Promise; }" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.evaluateAll.$1", + "type": "CompoundType", + "tags": [], + "label": "pageFunction", + "description": [ + "Function to be evaluated in the page context." + ], + "signature": [ + "PageFunctionOn", + "" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.elementHandle", + "type": "Function", + "tags": [], + "label": "elementHandle", + "description": [ + "\n**NOTE** Always prefer using [Locator](https://playwright.dev/docs/api/class-locator)s and web assertions over\n[ElementHandle](https://playwright.dev/docs/api/class-elementhandle)s because latter are inherently racy.\n\nResolves given locator to the first matching DOM element. If there are no matching elements, waits for one. If\nmultiple elements match the locator, throws." + ], + "signature": [ + "(options?: { timeout?: number | undefined; } | undefined) => Promise<", + "ElementHandle", + " | null>" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.elementHandle.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.elementHandle.$1.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.all", + "type": "Function", + "tags": [], + "label": "all", + "description": [ + "\nWhen the locator points to a list of elements, this returns an array of locators, pointing to their respective\nelements.\n\n**NOTE** [locator.all()](https://playwright.dev/docs/api/class-locator#locator-all) does not wait for elements to\nmatch the locator, and instead immediately returns whatever is present in the page.\n\nWhen the list of elements changes dynamically,\n[locator.all()](https://playwright.dev/docs/api/class-locator#locator-all) will produce unpredictable and flaky\nresults.\n\nWhen the list of elements is stable, but loaded dynamically, wait for the full list to finish loading before\ncalling [locator.all()](https://playwright.dev/docs/api/class-locator#locator-all).\n\n**Usage**\n\n```js\nfor (const li of await page.getByRole('listitem').all())\n await li.click();\n```\n" + ], + "signature": [ + "() => Promise<", + "Locator", + "[]>" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.allInnerTexts", + "type": "Function", + "tags": [], + "label": "allInnerTexts", + "description": [ + "\nReturns an array of `node.innerText` values for all matching nodes.\n\n**NOTE** If you need to assert text on the page, prefer\n[expect(locator).toHaveText(expected[, options])](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-text)\nwith\n[`useInnerText`](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-text-option-use-inner-text)\noption to avoid flakiness. See [assertions guide](https://playwright.dev/docs/test-assertions) for more details.\n\n**Usage**\n\n```js\nconst texts = await page.getByRole('link').allInnerTexts();\n```\n" + ], + "signature": [ + "() => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.allTextContents", + "type": "Function", + "tags": [], + "label": "allTextContents", + "description": [ + "\nReturns an array of `node.textContent` values for all matching nodes.\n\n**NOTE** If you need to assert text on the page, prefer\n[expect(locator).toHaveText(expected[, options])](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-text)\nto avoid flakiness. See [assertions guide](https://playwright.dev/docs/test-assertions) for more details.\n\n**Usage**\n\n```js\nconst texts = await page.getByRole('link').allTextContents();\n```\n" + ], + "signature": [ + "() => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.and", + "type": "Function", + "tags": [], + "label": "and", + "description": [ + "\nCreates a locator that matches both this locator and the argument locator.\n\n**Usage**\n\nThe following example finds a button with a specific title.\n\n```js\nconst button = page.getByRole('button').and(page.getByTitle('Subscribe'));\n```\n" + ], + "signature": [ + "(locator: ", + "Locator", + ") => ", + "Locator" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.and.$1", + "type": "Object", + "tags": [], + "label": "locator", + "description": [ + "Additional locator to match." + ], + "signature": [ + "Locator" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.ariaSnapshot", + "type": "Function", + "tags": [], + "label": "ariaSnapshot", + "description": [ + "\nCaptures the aria snapshot of the given element. Read more about [aria snapshots](https://playwright.dev/docs/aria-snapshots) and\n[expect(locator).toMatchAriaSnapshot(expected[, options])](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-match-aria-snapshot)\nfor the corresponding assertion.\n\n**Usage**\n\n```js\nawait page.getByRole('link').ariaSnapshot();\n```\n\n**Details**\n\nThis method captures the aria snapshot of the given element. The snapshot is a string that represents the state of\nthe element and its children. The snapshot can be used to assert the state of the element in the test, or to\ncompare it to state in the future.\n\nThe ARIA snapshot is represented using [YAML](https://yaml.org/spec/1.2.2/) markup language:\n- The keys of the objects are the roles and optional accessible names of the elements.\n- The values are either text content or an array of child elements.\n- Generic static text can be represented with the `text` key.\n\nBelow is the HTML markup and the respective ARIA snapshot:\n\n```html\n
    \n
  • Home
  • \n
  • About
  • \n
      \n```\n\n```yml\n- list \"Links\":\n - listitem:\n - link \"Home\"\n - listitem:\n - link \"About\"\n```\n" + ], + "signature": [ + "(options?: { timeout?: number | undefined; } | undefined) => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.ariaSnapshot.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.ariaSnapshot.$1.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [ + "\nMaximum time in milliseconds. Defaults to `0` - no timeout. The default value can be changed via `actionTimeout`\noption in the config, or by using the\n[browserContext.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-browsercontext#browser-context-set-default-timeout)\nor [page.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-page#page-set-default-timeout) methods." + ], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.blur", + "type": "Function", + "tags": [], + "label": "blur", + "description": [ + "\nCalls [blur](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/blur) on the element." + ], + "signature": [ + "(options?: { timeout?: number | undefined; } | undefined) => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.blur.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.blur.$1.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [ + "\nMaximum time in milliseconds. Defaults to `0` - no timeout. The default value can be changed via `actionTimeout`\noption in the config, or by using the\n[browserContext.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-browsercontext#browser-context-set-default-timeout)\nor [page.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-page#page-set-default-timeout) methods." + ], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.boundingBox", + "type": "Function", + "tags": [], + "label": "boundingBox", + "description": [ + "\nThis method returns the bounding box of the element matching the locator, or `null` if the element is not visible.\nThe bounding box is calculated relative to the main frame viewport - which is usually the same as the browser\nwindow.\n\n**Details**\n\nScrolling affects the returned bounding box, similarly to\n[Element.getBoundingClientRect](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).\nThat means `x` and/or `y` may be negative.\n\nElements from child frames return the bounding box relative to the main frame, unlike the\n[Element.getBoundingClientRect](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).\n\nAssuming the page is static, it is safe to use bounding box coordinates to perform input. For example, the\nfollowing snippet should click the center of the element.\n\n**Usage**\n\n```js\nconst box = await page.getByRole('button').boundingBox();\nawait page.mouse.click(box.x + box.width / 2, box.y + box.height / 2);\n```\n" + ], + "signature": [ + "(options?: { timeout?: number | undefined; } | undefined) => Promise<{ x: number; y: number; width: number; height: number; } | null>" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.boundingBox.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.boundingBox.$1.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [ + "\nMaximum time in milliseconds. Defaults to `0` - no timeout. The default value can be changed via `actionTimeout`\noption in the config, or by using the\n[browserContext.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-browsercontext#browser-context-set-default-timeout)\nor [page.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-page#page-set-default-timeout) methods." + ], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check", + "type": "Function", + "tags": [], + "label": "check", + "description": [ + "\nEnsure that checkbox or radio element is checked.\n\n**Details**\n\nPerforms the following steps:\n1. Ensure that element is a checkbox or a radio input. If not, this method throws. If the element is already\n checked, this method returns immediately.\n1. Wait for [actionability](https://playwright.dev/docs/actionability) checks on the element, unless\n [`force`](https://playwright.dev/docs/api/class-locator#locator-check-option-force) option is set.\n1. Scroll the element into view if needed.\n1. Use [page.mouse](https://playwright.dev/docs/api/class-page#page-mouse) to click in the center of the\n element.\n1. Ensure that the element is now checked. If not, this method throws.\n\nIf the element is detached from the DOM at any moment during the action, this method throws.\n\nWhen all steps combined have not finished during the specified\n[`timeout`](https://playwright.dev/docs/api/class-locator#locator-check-option-timeout), this method throws a\n[TimeoutError](https://playwright.dev/docs/api/class-timeouterror). Passing zero timeout disables this.\n\n**Usage**\n\n```js\nawait page.getByRole('checkbox').check();\n```\n" + ], + "signature": [ + "(options?: { force?: boolean | undefined; noWaitAfter?: boolean | undefined; position?: { x: number; y: number; } | undefined; timeout?: number | undefined; trial?: boolean | undefined; } | undefined) => Promise" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1.force", + "type": "CompoundType", + "tags": [], + "label": "force", + "description": [ + "\nWhether to bypass the [actionability](https://playwright.dev/docs/actionability) checks. Defaults to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1.noWaitAfter", + "type": "CompoundType", + "tags": [ + "deprecated" + ], + "label": "noWaitAfter", + "description": [ + "\nThis option has no effect." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": true, + "trackAdoption": false, + "references": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1.position", + "type": "Object", + "tags": [], + "label": "position", + "description": [ + "\nA point to use relative to the top-left corner of element padding box. If not specified, uses some visible point of\nthe element." + ], + "signature": [ + "{ x: number; y: number; } | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1.timeout", + "type": "number", + "tags": [], + "label": "timeout", + "description": [ + "\nMaximum time in milliseconds. Defaults to `0` - no timeout. The default value can be changed via `actionTimeout`\noption in the config, or by using the\n[browserContext.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-browsercontext#browser-context-set-default-timeout)\nor [page.setDefaultTimeout(timeout)](https://playwright.dev/docs/api/class-page#page-set-default-timeout) methods." + ], + "signature": [ + "number | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.check.$1.trial", + "type": "CompoundType", + "tags": [], + "label": "trial", + "description": [ + "\nWhen set, this method only performs the [actionability](https://playwright.dev/docs/actionability) checks and skips the action. Defaults\nto `false`. Useful to wait until the element is ready for the action without performing it." + ], + "signature": [ + "boolean | undefined" + ], + "path": "node_modules/playwright-core/types/types.d.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-search", + "id": "def-common.Locator.clear", + "type": "Function", + "tags": [], + "label": "clear", + "description": [ + "\nClear the input field.\n\n**Details**\n\nThis method waits for [actionability](https://playwright.dev/docs/actionability) checks, focuses the element, clears it and triggers an\n`input` event after clearing.\n\nIf the target element is not an ``, `